JDK-8202000 : AIX build broken after JDK-8195099
  • Type: Bug
  • Component: hotspot
  • Sub-Component: test
  • Affected Version: 11
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: aix
  • Submitted: 2018-04-19
  • Updated: 2018-04-26
  • Resolved: 2018-04-19
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 11
11 b11Fixed
Related Reports
Relates :  
Description
After the change of JDK-8195099, AIX does not build any more. Build fails with:
"/usr/work/d062122/OpenJDK/jdk/test/hotspot/gtest/utilities/test_globalCounter.cpp", line 32.9: 1540-0848 (S) The macro name "GOOD" is already defined with a different definition.
"/usr/include/sys/param.h", line 104.9: 1540-0425 (I) "GOOD" is defined on line 104 of "/usr/include/sys/param.h".
"/usr/work/d062122/OpenJDK/jdk/test/hotspot/gtest/utilities/test_globalCounter.cpp", line 33.9: 1540-0848 (S) The macro name "BAD" is already defined with a different definition.
"/usr/include/sys/param.h", line 105.9: 1540-0425 (I) "BAD" is defined on line 105 of "/usr/include/sys/param.h".

The macros GOOD and BAD ought to be renamed.