ibmruntimes / openj9-openjdk-jdk8

Extensions for OpenJDK8 for Eclipse OpenJ9
GNU General Public License v2.0
53 stars 115 forks source link

JDK8 fails to compile on AIX 7.2 #276

Closed jdekonin closed 5 years ago

jdekonin commented 5 years ago

https://ci.eclipse.org/openj9/view/Build/job/Build-JDK8-aix_ppc-64_cmprssptrs/1182/consoleFull

02:26:54.529  ## Starting images
02:27:07.480  Creating images/lib/charsets.jar
02:27:07.480  Creating images/lib/ext/cldrdata.jar
02:27:07.480  Creating images/lib/ext/dnsns.jar
02:27:10.716  Creating images/lib/ext/localedata.jar
02:27:10.716  Creating images/lib/jsse.jar
02:27:47.462  BuildJdk.gmk:101: recipe for target 'images' failed
02:27:47.462  gmake[1]: *** [images] Segmentation fault (core dumped)
02:27:47.462  gmake[1]: INTERNAL: Exiting with 3 jobserver tokens available; should be 8!
02:27:47.462  /home/jenkins/workspace/Build-JDK8-aix_ppc-64_cmprssptrs//make/Main.gmk:140: recipe for target 'images-only' failed
02:27:47.462  make: *** [images-only] Error 2

Machine is setup using Adopt playbooks and a change to the version of perl (5.24 -> 5.28).

I think this is using the bootjdk for generating these jars. If that is the case its failing with both openjdk7 and Adopt OpenJ9 JDK8

$ /usr/java7_org/bin/java -version
openjdk version "1.7.0-internal"
OpenJDK Runtime Environment (build 1.7.0-internal-jvmtests_2017_05_20_22_30-b00)
OpenJDK 64-Bit Server VM (build 24.95-b00, mixed mode)

$ /usr/java8_64/bin/java -version
openjdk version "1.8.0_202"
OpenJDK Runtime Environment (build 1.8.0_202-b08)
Eclipse OpenJ9 VM (build openj9-0.12.1, JRE 1.8.0 AIX ppc64-64-Bit Compressed References 20190205_216 (JIT enabled, AOT enabled)
OpenJ9   - 90dd8cb
OMR      - d2f4534
JCL      - d002501 based on jdk8u202-b08)
groeges commented 5 years ago

@jdekonin Do you know whether this is still an issue?

groeges commented 5 years ago

Having attempted a build of openj9_jdk8 on AIX 7.2 I can confirm that this does still seem to fail.

groeges commented 5 years ago

However, I dont think that building OpenJDK8 on AIX 7.2 is supported. See this website: https://wiki.openjdk.java.net/display/Build/Supported+Build+Platforms As such I will close this issue.