< prev index next >

src/cpu/sparc/vm/c1_CodeStubs_sparc.cpp

Print this page
rev 8806 : Handling some more JPRT complaints

*** 450,459 **** --- 450,462 ---- __ br(Assembler::always, false, Assembler::pt, _continuation); __ delayed()->nop(); } + void C1ThreadLocalSafepoint::emit_code(LIR_Assembler* ce) { + ShouldNotReachHere(); + } /////////////////////////////////////////////////////////////////////////////////// #if INCLUDE_ALL_GCS void G1PreBarrierStub::emit_code(LIR_Assembler* ce) {
< prev index next >