From bc763a017e087e238634671d85d7bd7b1893ecaa Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Thu, 30 Nov 2023 13:37:37 -0500 Subject: [PATCH] Add OPENJCEPLUS_SUPPORT flag in JPP tags 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 --- jcl/jpp_configuration.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcl/jpp_configuration.xml b/jcl/jpp_configuration.xml index 2e2c7be641d..74035b0fe3e 100644 --- a/jcl/jpp_configuration.xml +++ b/jcl/jpp_configuration.xml @@ -37,7 +37,7 @@ + flags="CRAC_SUPPORT,CRIU_SUPPORT,INLINE-TYPES,OPENJCEPLUS_SUPPORT,OPENJDK_METHODHANDLES"/>