*** 296,10 *** --- 296,14 --- __ mtctr(R0); __ bctrl(); __ b(_continuation); } + 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: