Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRIU adds opt_openjdkCracSupport and OPENJDK_CRAC_SUPPORT #18159

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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