src/cpu/ppc/vm/stubGenerator_ppc.cpp

Print this page

        

*** 522,533 **** OopMapSet* oop_maps = new OopMapSet(); int frame_size_in_bytes = frame::abi_reg_args_size; OopMap* map = new OopMap(frame_size_in_bytes / sizeof(jint), 0); - StubCodeMark mark(this, "StubRoutines", "throw_exception"); - address start = __ pc(); __ save_LR_CR(R11_scratch1); // Push a frame. --- 522,531 ----
*** 844,855 **** // Return address of code to be called from code generated by // MacroAssembler::verify_oop. // // Don't generate, rather use C++ code. address generate_verify_oop() { - StubCodeMark mark(this, "StubRoutines", "verify_oop"); - // this is actually a `FunctionDescriptor*'. address start = 0; #if !defined(PRODUCT) start = CAST_FROM_FN_PTR(address, verify_oop_helper); --- 842,851 ----