-
Notifications
You must be signed in to change notification settings - Fork 75
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
Build JDK11 with JDK 10 target #12
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Jason Feng <fengj@ca.ibm.com>
Obsoleted by ibmruntimes/openj9-openjdk-jdk11#3. |
pshipton
added a commit
to pshipton/openj9-openjdk-jdk
that referenced
this pull request
Sep 18, 2018
Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
DanHeidinga
added a commit
that referenced
this pull request
Sep 18, 2018
Reverts #12, javac compile with source 11 target 11
pshipton
added a commit
that referenced
this pull request
Sep 18, 2018
Subsequent to #12, openjdk changed to use source 12 target 12. Thanks @keithc-da for noticing. Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
pshipton
added a commit
that referenced
this pull request
Sep 18, 2018
Subsequent to #12, openjdk changed to use source 12 target 12. Thanks @keithc-ca for noticing. Corrects #33 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
dnakamura
pushed a commit
to dnakamura/openj9-openjdk-jdk
that referenced
this pull request
Aug 30, 2021
Fix DDR-related build issues
tajila
pushed a commit
to tajila/openj9-openjdk-jdk
that referenced
this pull request
Sep 21, 2021
Remove -Xlog:all not supported by OpenJ9
jasonkatonica
pushed a commit
to jasonkatonica/openj9-openjdk-jdk
that referenced
this pull request
Mar 17, 2023
…de_in_compiling_jdk20 Update FFI related code for compilation in JDK20
tajila
pushed a commit
to tajila/openj9-openjdk-jdk
that referenced
this pull request
Oct 23, 2023
…omoting_double_aix_jdk21 [FFI/Jtreg_JDK21] Remove the promotion code for double on AIX
tajila
pushed a commit
to tajila/openj9-openjdk-jdk
that referenced
this pull request
Feb 22, 2024
Bundle freetype by default to match Semeru builds
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Build
JDK11
withJDK 10
targetCompile
JDK11 Java
code with level ofJDK 10
such that the bytecode generated can be recognized byOpenJ9 JVM
before it fully supportsJDK 11
features such asnestmates
.This is a temporary solution to allow
J9 JDK11
workaround the issue like eclipse-openj9/openj9#2269 (comment) and continue the development.With this PR,
CCM
build can produceJDK
with-version
output:No frequent merging conflict is expected due to this change.
Reviewer: @DanHeidinga
FYI: @tajila @pshipton
Signed-off-by: Jason Feng fengj@ca.ibm.com