RFR: 8351140: RISC-V: Intrinsify Unsafe::setMemory [v16]

Anjian-Wen duke at openjdk.org
Thu May 22 10:55:20 UTC 2025


On Thu, 22 May 2025 07:40:58 GMT, Fei Yang <fyang at openjdk.org> wrote:

>> Anjian-Wen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   delete the path for code size and test
>
> src/hotspot/cpu/riscv/stubGenerator_riscv.cpp line 1700:
> 
>> 1698:     __ addi(dest, dest, 1);
>> 1699:     __ subi(count, count, 1);
>> 1700:     __ bind(L_skip_align1);
> 
> Leave a new line before this bind.

done

> src/hotspot/cpu/riscv/stubGenerator_riscv.cpp line 1707:
> 
>> 1705:     __ addi(dest, dest, 2);
>> 1706:     __ subi(count, count, 2);
>> 1707:     __ bind(L_skip_align2);
> 
> Leave a new line before this bind.

done

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23890#discussion_r2102260790
PR Review Comment: https://git.openjdk.org/jdk/pull/23890#discussion_r2102260984


More information about the hotspot-compiler-dev mailing list