-
Notifications
You must be signed in to change notification settings - Fork 721
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
Exclude the FFI specific java code(Incubator) from Java19 #15091
Exclude the FFI specific java code(Incubator) from Java19 #15091
Conversation
We need to exclude the existing code in the |
c95a6b7
to
272b470
Compare
Jenkins test sanity,extended plinux jdknext |
Some compile failures
@ChengJin01 are there dependant changes required here? |
@tajila, the failures are expected as we must exclude the existing downcall specific code from We probably need to wait for the new changes to get merged to |
Depends on: eclipse-openj9/openj9#15091 Related: eclipse-openj9/openj9#15162 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
I notice the new API changes in Java 19 is being merged from |
jenkins compile amac jdknext |
@ChengJin01 can you please rebase your changes |
The change is to ensure that the FFI specific java code in the incubator module only works for Java 17 & 18. Signed-off-by: Cheng Jin <jincheng@ca.ibm.com>
272b470
to
3ca9202
Compare
@tajila, the conflict has been resolved. |
jenkins compile plinux jdknext |
Depends on: eclipse-openj9/openj9#15091 Related: eclipse-openj9/openj9#15162 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
Depends on: eclipse-openj9/openj9#15091 Related: eclipse-openj9/openj9#15162 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
Depends on: eclipse-openj9/openj9#15091 Related: eclipse-openj9/openj9#15162 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
Depends on: eclipse-openj9/openj9#15091 Related: eclipse-openj9/openj9#15162 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
Depends on: eclipse-openj9/openj9#15091 Related: eclipse-openj9/openj9#15162 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
The change is to ensure that the FFI specific java code
in the incubator module only works for Java 17 & 18.
Signed-off-by: Cheng Jin jincheng@ca.ibm.com