Skip to content

Commit

Permalink
Add OPENJCEPLUS_SUPPORT flag in JPP tags
Browse files Browse the repository at this point in the history
When building the OpenJCEPlus with Semeru OpenJDK, some java.base
packages need to be "exports" to the OpenJCEPlus module. But not
all the platforms are supported by OpenJCEPlus. For those not
supported platforms, export to OpenJCEPlus module will cause the
unknown module error. So, by adding the OPENJCEPLUS_SUPPORT flag
in JPP Tags, it will only allow the OpenJCEPlus required java.base
packages to be exported on the supported platforms, to avoid the
unknown module error.

Signed-off-by: Tao Liu <[email protected]>
  • Loading branch information
taoliult authored and pshipton committed Dec 12, 2023
1 parent 71e617a commit 12f8947
Showing 1 changed file with 1 addition and 1 deletion.
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="CRAC_SUPPORT,CRIU_SUPPORT,INLINE-TYPES,OPENJDK_METHODHANDLES"/>
flags="CRAC_SUPPORT,CRIU_SUPPORT,INLINE-TYPES,OPENJCEPLUS_SUPPORT,OPENJDK_METHODHANDLES"/>

<set
label="oldflags"
Expand Down

0 comments on commit 12f8947

Please sign in to comment.