src/hotspot/cpu/ppc/macroAssembler_ppc.cpp
changeset 49010 9010e596f391
parent 48637 7bba05746c44
child 49164 7e958a8ebcd3
equal deleted inserted replaced
49009:1ecb986334cb 49010:9010e596f391
  2334 
  2334 
  2335   // update the tlab top pointer
  2335   // update the tlab top pointer
  2336   std(new_top, in_bytes(JavaThread::tlab_top_offset()), R16_thread);
  2336   std(new_top, in_bytes(JavaThread::tlab_top_offset()), R16_thread);
  2337   //verify_tlab(); not implemented
  2337   //verify_tlab(); not implemented
  2338 }
  2338 }
  2339 void MacroAssembler::tlab_refill(Label& retry_tlab, Label& try_eden, Label& slow_case) {
       
  2340   unimplemented("tlab_refill");
       
  2341 }
       
  2342 void MacroAssembler::incr_allocated_bytes(RegisterOrConstant size_in_bytes, Register t1, Register t2) {
  2339 void MacroAssembler::incr_allocated_bytes(RegisterOrConstant size_in_bytes, Register t1, Register t2) {
  2343   unimplemented("incr_allocated_bytes");
  2340   unimplemented("incr_allocated_bytes");
  2344 }
  2341 }
  2345 
  2342 
  2346 address MacroAssembler::emit_trampoline_stub(int destination_toc_offset,
  2343 address MacroAssembler::emit_trampoline_stub(int destination_toc_offset,