@@ -215,10 +215,14 @@ Runtime1::monitorexit_nofpu_id; __ call(Runtime1::entry_for(exit_id), relocInfo::runtime_call_type); __ b(_continuation); } + void LoadKlassStub::emit_code(LIR_Assembler* ce) { + // Currently not needed. + Unimplemented(); + } // Call return is directly after patch word int PatchingStub::_patch_info_offset = 0; void PatchingStub::align_patch_site(MacroAssembler* masm) {