Currently, there is a list of modules for which native access is enabled which hardcoded into a generated class at build time based on this configuration:
https://github.com/openjdk/jdk/blob/27a03e0dc3e08094aebc3524f68617f7e7fb5c5d/make/conf/module-loader-map.conf#L95
It would be nice if this list could be enhanced/defined at link time, rather than hardcoded.
https://github.com/openjdk/jdk/blob/27a03e0dc3e08094aebc3524f68617f7e7fb5c5d/make/conf/module-loader-map.conf#L95
It would be nice if this list could be enhanced/defined at link time, rather than hardcoded.
- relates to
-
JDK-8327218 Add an ability to specify modules which should have native access enabled
-
- Resolved
-
-
JDK-8327686 Cleanup modules with native access enabled
-
- New
-