-
Bug
-
Resolution: Fixed
-
P1
-
11.0.14, 12
-
b10
-
generic
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8279907 | 11.0.15-oracle | Adithya Haradi Gopal | P1 | Closed | Fixed | b03 |
JDK-8279284 | 11.0.14 | Christoph Langer | P1 | Resolved | Fixed | b08 |
After recent changes, the night build fails on AIX in some hotspot test related cpp files , example error :
"/openjdk/nb/rs6000_64/nightly/jdk/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr001/getstacktr001.cpp", line 69.9: 1540-0848 (S)
The macro name "NUMBER_OF_FRAMES" is already defined with a different definition.
"/usr/include/sys/mstsave.h", line 260.9: 1540-0425 (I) "NUMBER_OF_FRAMES" is defined on line 260 of "/usr/include/sys/mstsave.h".
Obviously defines clash with system headers.
"/openjdk/nb/rs6000_64/nightly/jdk/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr001/getstacktr001.cpp", line 69.9: 1540-0848 (S)
The macro name "NUMBER_OF_FRAMES" is already defined with a different definition.
"/usr/include/sys/mstsave.h", line 260.9: 1540-0425 (I) "NUMBER_OF_FRAMES" is defined on line 260 of "/usr/include/sys/mstsave.h".
Obviously defines clash with system headers.
- backported by
-
JDK-8279284 build fails on AIX in hotspot cpp tests (for example getstacktr001.cpp)
-
- Resolved
-
-
JDK-8279907 build fails on AIX in hotspot cpp tests (for example getstacktr001.cpp)
-
- Closed
-
- relates to
-
JDK-8209611 use C++ compiler for hotspot tests
-
- Resolved
-