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.29k stars 722 forks source link

Don't use Offheap APIs for 32 bit #20630

Closed amicic closed 1 week ago

amicic commented 1 week ago

A couple of Offheap APIs are guarded with 64 bit compile flag.

A more accurate fix would be to guard them with Offheap specific build flag (and do not compile the whole dir for 32bit), but it would require more complex changes.

amicic commented 1 week ago

Jenkins compile aix jdk21

dmitripivkine commented 1 week ago

AIX build has not been started yet and waiting for machine. The compilation of this PR has been done in internal build for xLinux64 and Win32. Merging.