< prev index next >

src/cpu/aarch64/vm/c1_CodeStubs_aarch64.cpp

Print this page
rev 8806 : Handling some more JPRT complaints

*** 345,354 **** --- 345,357 ---- #endif __ b(_continuation); } + void C1ThreadLocalSafepoint::emit_code(LIR_Assembler* ce) { + ShouldNotReachHere(); + } ///////////////////////////////////////////////////////////////////////////// #if INCLUDE_ALL_GCS void G1PreBarrierStub::emit_code(LIR_Assembler* ce) {
< prev index next >