< prev index next >

src/hotspot/cpu/ppc/macroAssembler_ppc.cpp

Print this page
rev 47398 : 8166317: InterpreterCodeSize should be computed
Reviewed-by: kvn, coleenp

*** 3221,3230 **** --- 3221,3235 ---- // Save the live input values. call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::g1_wb_post), Rcard_addr, R16_thread); bind(filtered_int); } + + // Called from init_globals() after universe_init() and before interpreter_init() + void g1_barrier_stubs_init() { + // G1 barrier stubs currently only generated on SPARC + } #endif // INCLUDE_ALL_GCS // Values for last_Java_pc, and last_Java_sp must comply to the rules // in frame_ppc.hpp. void MacroAssembler::set_last_Java_frame(Register last_Java_sp, Register last_Java_pc) {
< prev index next >