RFR: 8335806: RISC-V: Corrected typos Bizarrely
Andrew Haley
aph at openjdk.org
Sat Jul 6 13:12:36 UTC 2024
On Sat, 6 Jul 2024 12:24:52 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all
> In [c2_MacroAssembler_riscv.cpp](https://github.com/openjdk/jdk/blob/master/src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp#L1325), the word `Bizzarely` should be `Bizarely`.
> Trivial fix, no risk.
src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp line 1325:
> 1323: BLOCK_COMMENT("string_compare {");
> 1324:
> 1325: // Bizarely, the counts are passed in bytes, regardless of whether they
It's "bizarrely."
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20061#discussion_r1667365282
More information about the hotspot-compiler-dev
mailing list