We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2dcb6 commit 033ecd4Copy full SHA for 033ecd4
1 file changed
src/hotspot/cpu/riscv/macroAssembler_riscv.cpp
@@ -360,11 +360,9 @@ void MacroAssembler::post_call_nop() {
360
if (!Continuations::enabled()) {
361
return;
362
}
363
- relocate(post_call_nop_Relocation::spec(), [&] {
364
- InlineSkippedInstructionsCounter skipCounter(this);
365
- nop();
366
- li32(zr, 0);
367
- });
+ InlineSkippedInstructionsCounter skipCounter(this);
+ nop();
+ li32(zr, 0);
368
369
370
// these are no-ops overridden by InterpreterMacroAssembler
0 commit comments