RFR: 8329331: Intrinsify Unsafe::setMemory [v20]

Jorn Vernee jvernee at openjdk.org
Mon Apr 15 23:04:02 UTC 2024


On Mon, 15 Apr 2024 22:22:38 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

>> Scott Gibbons has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix memory mark after sync to upstream
>
> src/hotspot/cpu/x86/stubGenerator_x86_64_arraycopy.cpp line 2686:
> 
>> 2684:       __ movq(rdx, rsi);
>> 2685:       restore_arg_regs();
>> 2686: #endif
> 
> This is stubGenerator_x86_64.cpp 64bit specific, so WIN32 portion could be removed?

`_WIN32` is also defined for 64 bit Windows

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18555#discussion_r1566523189


More information about the core-libs-dev mailing list