[foreign-memaccess+abi] RFR: 8263459: Add better support for restricted methods [v2]
Athijegannathan Sundararajan
sundar at openjdk.java.net
Mon Mar 29 11:33:01 UTC 2021
On Mon, 29 Mar 2021 10:14:28 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Athijegannathan Sundararajan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Hotspot implementation of link time check is replaced with CallerSensitive pure Java check.
>
> src/hotspot/share/classfile/classFileParser.cpp line 2132:
>
>> 2130: return _method_Scoped;
>> 2131: }
>> 2132: case VM_SYMBOL_ENUM_NAME(jdk_internal_vm_annotation_NativeAccess_signature): {
>
> I don't think this stuff is needed anymore? The annotation should just be there for javadoc puprposes.
Yes. pushed to remove most hotspot changes
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/472
More information about the panama-dev
mailing list