hotspot/src/share/vm/runtime/frame.cpp
changeset 7109 ee95642a03a5
parent 6418 6671edbd230e
child 7397 5b173b4ca846
--- 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);