RFR: 8283937: riscv: RVC: Fix c_beqz to c_bnez

Aleksey Shipilev shade at openjdk.java.net
Wed Mar 30 09:33:39 UTC 2022


On Wed, 30 Mar 2022 09:17:14 GMT, Xiaolin Zheng <xlinzheng 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.

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

Marked as reviewed by shade (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/8034


More information about the hotspot-compiler-dev mailing list