-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: infrastructure
-
None
-
b39
-
generic
-
generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8018515 | 7u45 | David Katleman | P3 | Closed | Fixed | b01 |
The install makefiles rely on the Solaris "df" utility to use a header entry spelled "avail" which worked in Solaris 10u6, but with Solaris 10u10, it is now spelled "Available". This caused FREE_SPACE to be empty, causing a silent if test in a sanity check to get a syntax error.
Changing this logic to use 'tail -1' and avoid the need to look at the spelling of the header lines.
Changing this logic to use 'tail -1' and avoid the need to look at the spelling of the header lines.
- backported by
-
JDK-8018515 Fix install makefiles for Solaris 10u10 builds
-
- Closed
-