diff src/share/vm/runtime/frame.cpp @ 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 3e8fbc61cee8
children f95d63e2154a
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);