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

(0.42) Add OPENJCEPLUS_SUPPORT flag in JPP tags #18605

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

pshipton
Copy link
Member

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.

Cherry pick #18544 for 0.42

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]>
@babsingh babsingh merged commit fe20d7a into eclipse-openj9:v0.42.0-release Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants