Added configuration option to support MicroJIT builds of OpenJ9 - #413
Open
Scott-Young-6746 wants to merge 5 commits into
Open
Added configuration option to support MicroJIT builds of OpenJ9#413Scott-Young-6746 wants to merge 5 commits into
Scott-Young-6746 wants to merge 5 commits into
Conversation
keithc-ca
reviewed
May 21, 2020
Member
|
Unless there are limitations in eclipse-openj9/openj9#9578 that exclude support for newer Java versions, this should be repeated in jdk11, jdk14 and jdknext. |
Author
At this time we haven't tested MicroJIT on any other JDKs than jdk8. However, I can't think of any reason it wouldn't work. |
Member
|
Java 11 adds new bytecode for eclipse-openj9/openj9#954 |
Scott-Young-6746
force-pushed
the
microjit
branch
from
June 17, 2020 16:30
d3268d3 to
3cfc644
Compare
Scott-Young-6746
force-pushed
the
microjit
branch
from
October 15, 2020 19:42
3cfc644 to
1a800e9
Compare
Scott-Young-6746
force-pushed
the
microjit
branch
from
October 29, 2020 14:55
1a800e9 to
6ff2acf
Compare
Scott-Young-6746
force-pushed
the
microjit
branch
from
March 17, 2022 17:12
6ff2acf to
4924697
Compare
Signed-off-by: Scott Young <scott.young@unb.ca>
Signed-off-by: Scott Young <scott.young@unb.ca>
Signed-off-by: Scott Young <scott.young@unb.ca>
Signed-off-by: Harpreet Kaur <harpreet.kaur5@ibm.com>
Signed-off-by: Harpreet Kaur <hkaur3@unb.ca>
This file contains hidden or 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
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.
This PR adds support for an
--enable-microjitflag during configuration to support an OpenJ9 build with the MicroJIT project code. This PR should not prevent an unmodified OpenJ9 from compiling nor should enabling the--enable-microjitflag with an unmodified OpenJ9 impact the build output.See also eclipse-openj9/openj9#9578
Signed-off-by: Scott Young scott.young@unb.ca