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.
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.
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.
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.