RFR: 8312522: Implementation of Foreign Function & Memory API [v23]
Jorn Vernee
jvernee at openjdk.org
Fri Sep 22 15:33:27 UTC 2023
On Fri, 22 Sep 2023 15:26:45 GMT, Chen Liang <liach at openjdk.org> wrote:
> Just curious, for `Enable-Native-Access`, if it's present on an automatic module `Automatic-Module-Name` jar, can it apply to only that automatic module instead of all unnamed modules?
No. It's only there for executable jars (run using `java -jar`), which are always placed on the class path.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15103#issuecomment-1731617936
More information about the build-dev
mailing list