6994130: Zero PowerPC fix
authortwisti
Fri, 22 Oct 2010 03:34:25 -0700
changeset 7109 ee95642a03a5
parent 7108 4f87b92f3060
child 7110 e36cfdaf744a
6994130: Zero PowerPC fix Summary: 6953477 broke Zero. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
hotspot/src/share/vm/runtime/frame.cpp
--- a/hotspot/src/share/vm/runtime/frame.cpp	Thu Oct 21 11:55:10 2010 -0700
+++ b/hotspot/src/share/vm/runtime/frame.cpp	Fri Oct 22 03:34:25 2010 -0700
@@ -878,7 +878,7 @@
 
 #endif /* CC_INTERP */
 
-#ifndef PPC
+#if !defined(PPC) || defined(ZERO)
   if (m->is_native()) {
 #ifdef CC_INTERP
     f->do_oop((oop*)&istate->_oop_temp);