hotspot/src/cpu/ppc/vm/ppc.ad
changeset 38228 6dbbdb9ee00e
parent 38049 e8541793960f
child 38236 510f77046e00
--- a/hotspot/src/cpu/ppc/vm/ppc.ad	Mon May 02 03:24:02 2016 +0300
+++ b/hotspot/src/cpu/ppc/vm/ppc.ad	Mon May 02 14:17:19 2016 -0700
@@ -1380,6 +1380,8 @@
     // Save return pc.
     ___(std) std(return_pc, _abi(lr), callers_sp);
   }
+  
+  C->set_frame_complete(cbuf.insts_size());
 }
 #undef ___
 #undef ___stop