[foreign-memaccess+abi] RFR: 8263459: Add better support for restricted methods [v2]

David Holmes dholmes at openjdk.java.net
Mon Mar 22 04:39:57 UTC 2021


On Fri, 19 Mar 2021 13:38:52 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:

>> --enable-native-access command line option
>
> Athijegannathan Sundararajan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   missed Method.setAccessible route.

src/hotspot/share/classfile/modules.cpp line 791:

> 789:   }
> 790:   ModuleEntry* module_entry = get_module_entry(module, CHECK);
> 791:   if (module_entry == NULL) {

I can't see how you can get NULL out of `get_module_entry`.

src/hotspot/share/classfile/modules.cpp line 809:

> 807: volatile bool Modules::_native_access_all_unnamed = false;
> 808: 
> 809: void Modules::enable_native_access_all_unnamed(TRAPS) {

This method doesn't need the TRAPS argument.

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

PR: https://git.openjdk.java.net/panama-foreign/pull/471


More information about the panama-dev mailing list