6994130: Zero PowerPC fix
authortwisti
Fri Oct 22 03:34:25 2010 -0700 (2 years ago)
changeset 1996fbc0d1be89ed
parent 19952ecd0d1194d2
child 1997499d2ae376ee
6994130: Zero PowerPC fix
Summary: 6953477 broke Zero.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
src/share/vm/runtime/frame.cpp
--- a/src/share/vm/runtime/frame.cpp Fri Nov 05 14:04:32 2010 +0000
+++ b/src/share/vm/runtime/frame.cpp Fri Oct 22 03:34:25 2010 -0700
@@ -878,7 +878,7 @@ void frame::oops_interpreted_do(OopClosu
#endif /* CC_INTERP */
-#ifndef PPC
+#if !defined(PPC) || defined(ZERO)
if (m->is_native()) {
#ifdef CC_INTERP
f->do_oop((oop*)&istate->_oop_temp);