src/cpu/ppc/vm/frame_ppc.cpp

Print this page

        

*** 153,171 **** _deopt_state = not_deoptimized; _pc = pc; } } - void frame::pd_gc_epilog() { - if (is_interpreted_frame()) { - // Set constant pool cache entry for interpreter. - Method* m = interpreter_frame_method(); - - *interpreter_frame_cpoolcache_addr() = m->constants()->cache(); - } - } - bool frame::is_interpreted_frame_valid(JavaThread* thread) const { // Is there anything to do? assert(is_interpreted_frame(), "Not an interpreted frame"); return true; } --- 153,162 ----