src/cpu/ppc/vm/frame_ppc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/ppc/vm/frame_ppc.cpp	Thu Jul 17 13:48:28 2014
--- new/src/cpu/ppc/vm/frame_ppc.cpp	Thu Jul 17 13:48:25 2014

*** 153,171 **** --- 153,162 ---- _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; }

src/cpu/ppc/vm/frame_ppc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File