On Fri, 22 Sep 2023 15:26:45 GMT, Chen Liang <li...@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

Reply via email to