[foreign-memaccess+abi] RFR: 8310659: The jar tool should support allowing access to restricted methods from executable jars [v8]
Jorn Vernee
jvernee at openjdk.org
Wed Jun 28 15:55:51 UTC 2023
On Wed, 28 Jun 2023 14:09:46 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>>
>> don't throw error if Enable-Native-Access is set
>
> test/jdk/java/foreign/enablenativeaccess/TestEnableNativeAccessBase.java line 44:
>
>> 42: static final String PANAMA_JNI = "panama_module/" + PANAMA_JNI_CLS;
>> 43: static final String UNNAMED = "org.openjdk.foreigntest.unnamed.PanamaMainUnnamedModule";
>> 44: static final String REINVOKER = "TestEnableNativeAccessJarManifest$Reinvoker";
>
> Why is this constant defined here?
Sicking with the theme, I guess :D . It only used from the new test, so I'll move it there.
-------------
PR Review Comment: https://git.openjdk.org/panama-foreign/pull/843#discussion_r1245436381
More information about the panama-dev
mailing list