RFR: 8293050: RISC-V: Remove redundant non-null assertions about macro-assembler [v2]
Fei Yang
fyang at openjdk.org
Wed Aug 31 09:23:15 UTC 2022
On Wed, 31 Aug 2022 09:05:35 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Fei Yang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix
>
> src/hotspot/cpu/riscv/templateInterpreterGenerator_riscv.cpp line 529:
>
>> 527: __ push(state);
>> 528: __ call_VM(noreg, runtime_entry);
>> 529: __ membar(MacroAssembler::AnyAny);
>
> This does not look like a "redundant non-null assertion" :)
OK. I think I can propose this change in a seperate PR. I will see if I can find other similar occurences.
See updated change. Thanks.
-------------
PR: https://git.openjdk.org/jdk/pull/10079
More information about the hotspot-dev
mailing list