You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related: eclipse-openj9#11269
This PR only removes the:
- Java code surrounded by the Panama JPP flag
- PANAMA JPP configuration
- Panama JPP flag
The corresponding native and test code will be be removed in separate
PRs.
Co-authored-by: Tobi Ajila <[email protected]>
Signed-off-by: Babneet Singh <[email protected]>
opt_panama
:J9VM_OPT_PANAMA
surrounds the native codePanama
: JCL flag surrounds the Java codeThe above flags highlight OpenJ9's implementation for the
NativeMethodHandle
andForeign Linker API
(JEP389).The above OpenJ9 implementation can be deleted since it will be superseded by the OpenJDK implementation.
The
MHInterpreter
code can be retained since it can be repurposed.The text was updated successfully, but these errors were encountered: