JDK-8166148 : Fix for JDK-8165936 broke Solaris builds
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • Submitted: 2016-09-15
  • Updated: 2020-07-24
  • Resolved: 2016-09-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9 Other
9 b137Fixed openjdk8u272Fixed
Related Reports
Relates :  
Description
Fix for JDK-8165936 broke builds on solaris.

"/scratch/jenkins/workspace/9-dev/jdk/src/java.base/unix/native/libjava/TimeZone_md.c", line 141: error: undefined symbol: NAME_MAX
cc: acomp failed for /scratch/jenkins/workspace/9-dev/jdk/src/java.base/unix/native/libjava/TimeZone_md.c
CoreLibraries.gmk:140: recipe for target '/scratch/jenkins/workspace/9-dev/build/solaris-x64/support/native/java.base/libjava/TimeZone_md.o' failed
make[3]: *** [/scratch/jenkins/workspace/9-dev/build/solaris-x64/support/native/java.base/libjava/TimeZone_md.o] Error 1
Comments
Fix Request (8u) This follows up JDK-8165936 backport. Patch does not apply cleanly to 8u, because paths have been changed. 8u RFR: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-July/012241.html (acked by Severin). Does not regress tier1.
23-07-2020