diff src/share/vm/runtime/frame.cpp @ 1922:5caa30ea147b

Merge
author iveresov
date Mon, 08 Nov 2010 14:33:48 -0800
parents f195c4737aca
children f95d63e2154a
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.cpp	Thu Nov 04 16:17:54 2010 -0700
+++ b/src/share/vm/runtime/frame.cpp	Mon Nov 08 14:33:48 2010 -0800
@@ -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);