Skip to content

Commit

Permalink
UseNewCode
Browse files Browse the repository at this point in the history
  • Loading branch information
robehn committed Nov 15, 2023
1 parent 9474b77 commit a579635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/riscv/assembler_riscv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2582,7 +2582,7 @@ enum Nf {
}

bool do_compress_zcb() const {
return do_compress() && VM_Version::ext_Zcb_enabled();
return do_compress() && VM_Version::ext_Zcb_enabled() && UseNewCode;
}

bool do_compress_zcb(Register reg) {
Expand Down

0 comments on commit a579635

Please sign in to comment.