-
Task
-
Resolution: Fixed
-
P4
-
23
-
None
-
b14
Currently, native access is permitted for JDK modules load by the bootstrap and platform ClassLoaders. This appears to be a too restricted approach - some modules (like jdk.internal.le) currently from the application ClassLoader may need the ability to invoke FFM, and possible some modules from the boo/platform ClassLoaders may not need the ability.
It would be better if the list of modules that are permitted to do native access was specified explicitly.
It would be better if the list of modules that are permitted to do native access was specified explicitly.
- relates to
-
JDK-8327686 Cleanup modules with native access enabled
- New
-
JDK-8327688 There should be a way to configure modules with native access enabled at link time
- Open