RFR: 8283937: riscv: RVC: Fix c_beqz to c_bnez
Xiaolin Zheng
xlinzheng at openjdk.java.net
Wed Mar 30 09:42:39 UTC 2022
On Wed, 30 Mar 2022 09:30:25 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Hi team,
>>
>> As the appointment (mentioned in #7982 ), submit another PR for reviews.
>>
>> This patch fixes a typo introduced in [JDK-8278994](https://bugs.openjdk.java.net/browse/JDK-8278994): `c_bnez` is mistakenly written to `c_beqz`, though not used until now, needing a fix for future usage.
>>
>> Thanks,
>> Xiaolin
>
> Looks fine.
Thanks again for the review! @shipilev
-------------
PR: https://git.openjdk.java.net/jdk/pull/8034
More information about the hotspot-compiler-dev
mailing list