eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.23k stars 710 forks source link

jdk22 doesn't work to boot jdknext on xmac - Failed to load library libawt.dylib #19694

Open pshipton opened 3 weeks ago

pshipton commented 3 weeks ago

https://openj9-jenkins.osuosl.org/job/Build_JDKnext_x86-64_mac_OpenJDK/705 - mac10-x86-1 23:25:18 Exception in thread "main" java.lang.UnsatisfiedLinkError: Failed to load library ("/Users/jenkins/bootjdks/jdk22/lib/libawt.dylib") dlopen(/Users/jenkins/bootjdks/jdk22/lib/libawt.dylib, 1): Library not loaded: /System/Library/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport Referenced from: /Users/jenkins/bootjdks/jdk22/lib/libawt.dylib Reason: image not found

pshipton commented 2 weeks ago

The x86 mac build machines are mac 10, but jdk22 isn't supported on mac 10, or mac 11.

Created infrastructure/issues/9475 to get updated build machines.