< prev index next >

src/hotspot/cpu/s390/c1_CodeStubs_s390.cpp

Print this page
*** 251,10 ***
--- 251,15 ---
    ce->emit_call_c(Runtime1::entry_for (exit_id));
    CHECK_BAILOUT();
    __ branch_optimized(Assembler::bcondAlways, _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:
  // - call to stub, jump to runtime.
< prev index next >