changeset 1908:f195c4737aca

6994130: Zero PowerPC fix Summary: 6953477 broke Zero. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Fri, 22 Oct 2010 03:34:25 -0700
parents 1e9a9d2e6509
children d2e35ffae982
files src/share/vm/runtime/frame.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.cpp	Thu Oct 21 11:55:10 2010 -0700
+++ b/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);