-
Notifications
You must be signed in to change notification settings - Fork 115
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
Added configuration option to support MicroJIT builds of OpenJ9 #413
base: openj9
Are you sure you want to change the base?
Conversation
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. |
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. |
Java 11 adds new bytecode for eclipse-openj9/openj9#954 |
d3268d3
to
3cfc644
Compare
3cfc644
to
1a800e9
Compare
1a800e9
to
6ff2acf
Compare
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 PR adds support for an
--enable-microjit
flag 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-microjit
flag with an unmodified OpenJ9 impact the build output.See also eclipse-openj9/openj9#9578
Signed-off-by: Scott Young scott.young@unb.ca