< prev index next >

src/hotspot/cpu/ppc/c1_CodeStubs_ppc.cpp

Print this page
*** 315,10 ***
--- 315,13 ---
    __ mtctr(R0);
    __ bctrl();
    __ b(_continuation);
  }
  
+ void LoadKlassStub::emit_code(LIR_Assembler* ce) {
+   Unimplemented();  // Only needed with compact object headers.
+ }
  
  // 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:
< prev index next >