[foreign-memaccess] RFR: JDK-8252757: Add support for shared segments [v2]

Maurizio Cimadamore mcimadamore at openjdk.java.net
Wed Sep 9 12:55:13 UTC 2020


On Thu, 3 Sep 2020 23:55:10 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add missing fences on bulk ops
>>   Fix javadoc
>
> src/hotspot/share/classfile/classFileParser.cpp line 2107:
> 
>> 2105:     case vmSymbols::VM_SYMBOL_ENUM_NAME(jdk_internal_misc_Scoped_signature): {
>> 2106:       if (_location != _in_method)  break;  // only allow for methods
>> 2107: //      if (!privileged)              break;  // only allow in privileged code
> 
> Will that be uncommented when integrated into java.base?

yes - I'll add a comment

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

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


More information about the panama-dev mailing list