ibmruntimes / openj9-openjdk-jdk11

Extensions for OpenJDK 11 for Eclipse OpenJ9
GNU General Public License v2.0
31 stars 112 forks source link

CRIU adds OPENJ9_ENABLE_OPENJDK_CRAC_SUPPORT #710

Closed JasonFengJ9 closed 1 year ago

JasonFengJ9 commented 1 year ago

CRIU adds OPENJ9_ENABLE_OPENJDK_CRAC_SUPPORT

Added --enable-openjdk-crac-support, xa64 is enabled by default, other platforms are disabled by default; If OPENJ9_ENABLE_OPENJDK_CRAC_SUPPORT is on, opt_openjdkCracSupport and OPENJDK_CRAC_SUPPORT are enabled.

Depends on

Cherry-pick

Signed-off-by: Jason Feng fengj@ca.ibm.com

keithc-ca commented 1 year ago

This seems to have also (unitentionally?) introduced OPENJ9_CONFIGURE_INLINE_TYPES, OPENJ9_ENABLE_CONTINUATION_ALLOCATION_PROFILING and OPENJ9_ENABLE_INLINE_TYPES.

JasonFengJ9 commented 1 year ago

Yeah, it wasn't a clean cherry-pick, removed those at #711 as well.