< prev index next > src/hotspot/cpu/riscv/c1_CodeStubs_riscv.cpp
Print this page
}
__ la(ra, _continuation);
__ far_jump(RuntimeAddress(Runtime1::entry_for(exit_id)));
}
+ void LoadKlassStub::emit_code(LIR_Assembler* ce) {
+ // Currently not needed.
+ Unimplemented();
+ }
+
// Implementation of patching:
// - Copy the code at given offset to an inlined buffer (first the bytes, then the number of bytes)
// - Replace original code with a call to the stub
// At Runtime:
// - call to stub, jump to runtime
< prev index next >