-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
Currently the ForeignGlobals class in the VM will, upon construction, look up field offsets of various internal foreign classes to be able to access them later.
There is a simple, more established way of doing this by defining a VM proxy class in javaClass.cpp/h
Previously, because the accessed java classes were in an incubator module, the implementation could not use javaClasses. But after moving to the java.base module we can.
There is a simple, more established way of doing this by defining a VM proxy class in javaClass.cpp/h
Previously, because the accessed java classes were in an incubator module, the implementation could not use javaClasses. But after moving to the java.base module we can.
- is blocked by
-
JDK-8280527 Move jdk.incubator.foreign to java.lang.foreign
- Resolved