[foreign-memaccess+abi] RFR: 8293367: Enable native access for modules not in the boot layer [v4]

Maurizio Cimadamore mcimadamore at openjdk.org
Mon Sep 26 10:38:41 UTC 2022


On Mon, 26 Sep 2022 02:53:11 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:

>> Adding a new API ModuleLayer.Controller.enableNativeAccess(Module).
>> Reworked thread safety of enable native access flag reading and setting.
>
> Athijegannathan Sundararajan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   review comment (javadoc comment)

Looks good

src/java.base/share/classes/java/lang/ModuleLayer.java line 303:

> 301:         }
> 302: 
> 303:         /***

Watch out, three asterisks

-------------

Marked as reviewed by mcimadamore (Committer).

PR: https://git.openjdk.org/panama-foreign/pull/729


More information about the panama-dev mailing list