RFR: 8329331: Intrinsify Unsafe::setMemory [v20]
Sandhya Viswanathan
sviswanathan at openjdk.org
Mon Apr 15 23:09:01 UTC 2024
On Mon, 15 Apr 2024 23:01:21 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
>> 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
Thanks, I missed that.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18555#discussion_r1566525698
More information about the core-libs-dev
mailing list