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

Integrate OpenJCEPlus into Semeru OpenJDK #2

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

taoliult
Copy link
Contributor

Depends on eclipse-openj9/openj9#18544 being merged first.

This is a back-port PR from JDK Next PR ibmruntimes/openj9-openjdk-jdk#710

Integrate the building of OpenJCEPlus with Semeru OpenJDK as a module "openjceplus". The java codes will be built with Semeru OpenJDK as a jmod, and the native codes will be built as a ".so" or ".dll" library.

The "bash get_source.sh" will download the OpenJCEPlus repo and also the ICC binaries which needed when building the OpenJCEPlus native codes.

Example:

bash get_source.sh -openjceplus-repo=[OpenJCEPlus repo] -openjceplus-branch=[OpenJCEPlus branch] -gskit-bin=[ICC binary tar file] -gskit-sdk-bin=[ICC SDK binary tar file] -gskit-credential=[Credential for downloading ICC]

bash configure --with-boot-jdk=[Boot JDK] --enable-openjceplus

Signed-off-by: Tao Liu [email protected]

Integrate the building of OpenJCEPlus with Semeru OpenJDK as a
module "openjceplus". The java codes will be built with Semeru
OpenJDK as a jmod, and the native codes will be built as a ".so"
or ".dll" library.

Signed-off-by: Tao Liu <[email protected]>
@taoliult
Copy link
Contributor Author

@pshipton @keithc-ca Please help to review and advice.

@jasonkatonica FYI.

@pshipton pshipton merged commit 2b00f89 into ibmruntimes:openj9 Dec 11, 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.

2 participants