RFR: 8343030: RISC-V: Small assembler cleanups [v2]

Fei Yang fyang at openjdk.org
Fri Oct 25 09:30:41 UTC 2024


On Fri, 25 Oct 2024 08:05:09 GMT, Hamlin Li <mli at openjdk.org> wrote:

>> Fei Yang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Comment
>
> src/hotspot/cpu/riscv/macroAssembler_riscv.hpp line 1324:
> 
>> 1322:   // increment/decrement may trash both t0 and t1.
>> 1323: 
>> 1324:   void increment (const Address dst, int64_t value = 1, Register tmp1 = t0, Register tmp2 = t1);
> 
> To align with the pattern in this file, extra space should be removed.

Fixed. Thanks.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21699#discussion_r1816348259


More information about the hotspot-dev mailing list