-
Bug
-
Resolution: Fixed
-
P2
-
21
-
b23
-
Verified
In the past we made the Linker factory restricted as we did not have a good story for sealing a hierarchy. Since Linker is a restricted interface under JDK control, it is ok to have "virtual" caller sensitive method (as we can make sure that all overridden implementation are indeed caller sensitive).
Because of this, we should mark as restricted the methods where the risk actually lies - namely downcallHandle and upcallStub.
Because of this, we should mark as restricted the methods where the risk actually lies - namely downcallHandle and upcallStub.
- clones
-
JDK-8307461 Linker::nativeLinker should not be restricted
-
- Resolved
-
- csr for
-
JDK-8307615 Linker::nativeLinker should not be restricted (mainline)
-
- Closed
-
- relates to
-
JDK-8307961 java/foreign/enablenativeaccess/TestEnableNativeAccess.java fails with ShouldNotReachHere
-
- Resolved
-