We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e2a4f commit 1e7d137Copy full SHA for 1e7d137
1 file changed
src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp
@@ -760,7 +760,7 @@ class MacroAssembler: public Assembler {
760
// n.b. increment/decrement calls with an Address destination will
761
// need to use a scratch register to load the value to be
762
// incremented. increment/decrement calls which add or subtract a
763
- // constant value greater than 2^12 will need to use a 2nd scratch
+ // constant value greater than 2^24 will need to use a 2nd scratch
764
// register to hold the constant. so, a register increment/decrement
765
// may trash rscratch2 and an address increment/decrement trash
766
// rscratch and rscratch2
0 commit comments