ibmruntimes / openj9-openjdk-jdk

Extensions for OpenJDK for Eclipse OpenJ9
GNU General Public License v2.0
17 stars 75 forks source link

Disable CRAC_SUPPORT by default for all platforms #743

Closed JasonFengJ9 closed 8 months ago

JasonFengJ9 commented 9 months ago

Disable CRAC_SUPPORT by default for all platforms

Depended on

This fixes an internal RTC workitem 150440.

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

JasonFengJ9 commented 8 months ago

This isn't needed since exports jdk.crac; will be removed by an OpenJ9 PR (still in progress), and the package jdk.crac will be exported programmatically at runtime when the CRaC API is in use, i.e., -XX:CRaCCheckpointTo is specified.