[riscv-port] RFR: 8276832: riscv: typo in LIR_Assembler::check_no_conflict

Yanhong Zhu yzhu at openjdk.java.net
Mon Dec 6 09:58:50 UTC 2021


This is similar to: 8267625: AARCH64: typo in LIR_Assembler::emit_profile_type.

Difference is that LIR_Assembler::emit_profile_type is refactored and now the typo is in LIR_Assembler::check_no_conflict.

And LIR_Assembler::check_no_conflict is only called by LIR_Assembler::emit_profile_type for now.

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

Commit messages:
 - 8276832: riscv: typo in LIR_Assembler::check_no_conflict

Changes: https://git.openjdk.java.net/riscv-port/pull/23/files
 Webrev: https://webrevs.openjdk.java.net/?repo=riscv-port&pr=23&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8276832
  Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
  Patch: https://git.openjdk.java.net/riscv-port/pull/23.diff
  Fetch: git fetch https://git.openjdk.java.net/riscv-port pull/23/head:pull/23

PR: https://git.openjdk.java.net/riscv-port/pull/23


More information about the riscv-port-dev mailing list