< prev index next >

src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp

Print this page
*** 241,10 ***
--- 241,13 ---
                               Runtime1::monitorexit_nofpu_id;
    __ call(Runtime1::entry_for(exit_id), relocInfo::runtime_call_type);
    __ b(_continuation);
  }
  
+ void LoadKlassStub::emit_code(LIR_Assembler* ce) {
+   Unimplemented();  // Only needed with compact object headers.
+ }
  
  // Call return is directly after patch word
  int PatchingStub::_patch_info_offset = 0;
  
  void PatchingStub::align_patch_site(MacroAssembler* masm) {
< prev index next >