Skip to content

Commit

Permalink
CRIU adds opt_openjdkCracSupport and OPENJDK_CRAC_SUPPORT
Browse files Browse the repository at this point in the history
Added opt_openjdkCracSupport and OPENJDK_CRAC_SUPPORT.

Signed-off-by: Jason Feng <[email protected]>
  • Loading branch information
JasonFengJ9 committed Sep 18, 2023
1 parent 81947a6 commit 47be249
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions buildspecs/core.feature
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
<flag id="module_verutil" value="true"/>
<flag id="module_vm" value="true"/>
<flag id="opt_criuSupport" value="false"/>
<flag id="opt_openjdkCracSupport" value="false"/>
<flag id="opt_fragmentRamClasses" value="true"/>
<flag id="opt_inlineJsrs" value="true"/>
<flag id="opt_jitserver" value="false"/>
Expand Down
4 changes: 4 additions & 0 deletions buildspecs/j9.flags
Original file line number Diff line number Diff line change
Expand Up @@ -1705,6 +1705,10 @@ Only available on zOS</description>
<description>Enables support for CRIU Java API's</description>
<ifRemoved>No support for CRIU Java API's</ifRemoved>
</flag>
<flag id="opt_openjdkCracSupport">
<description>Enables support for OpenJDK CRAC</description>
<ifRemoved>No support for OpenJDK CRAC</ifRemoved>
</flag>
<flag id="opt_cuda">
<description>Add support for CUDA</description>
<ifRemoved></ifRemoved>
Expand Down
2 changes: 1 addition & 1 deletion jcl/jpp_configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!-- START SET DEFINITIONS -->
<set
label="newflags"
flags="CRIU_SUPPORT,INLINE-TYPES,OPENJDK_METHODHANDLES"/>
flags="CRIU_SUPPORT,INLINE-TYPES,OPENJDK_CRAC_SUPPORT,OPENJDK_METHODHANDLES"/>

<set
label="oldflags"
Expand Down

0 comments on commit 47be249

Please sign in to comment.