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

Xiaolin Zheng xlinzheng at openjdk.java.net
Wed Mar 30 10:06:41 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

This pull request has now been integrated.

Changeset: 720e751f
Author:    Xiaolin Zheng <xlinzheng at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/720e751f35150251cab05bc9fca3add39daf70af
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8283937: riscv: RVC: Fix c_beqz to c_bnez

Reviewed-by: shade

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

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


More information about the hotspot-compiler-dev mailing list