RFR: 8264774: Implementation of Foreign Function and Memory API (Incubator) [v16]
Maurizio Cimadamore
mcimadamore at openjdk.java.net
Wed May 12 15:11:51 UTC 2021
On Wed, 12 May 2021 13:57:21 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> * Remove unused imports
>> * Fix broken javadoc after removal of @throws clauses
>> * Remove other `@CallerSensitive` annotations from `AbstractCLinker`
>
> src/hotspot/share/runtime/sharedRuntime.hpp line 465:
>
>> 463: static void restore_native_result(MacroAssembler *_masm, BasicType ret_type, int frame_slots);
>> 464:
>> 465: static void move32_64(MacroAssembler* masm, VMRegPair src, VMRegPair dst);
>
> Please, file an RFE to move these declarations to `MacroAssembler`.
There's already an issue for that:
https://bugs.openjdk.java.net/browse/JDK-8266257
I've upgraded the description to make it reflect the proposed move a bit more precisely.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3699
More information about the core-libs-dev
mailing list