6994130: Zero PowerPC fix
authortwisti
Fri Oct 22 03:34:25 2010 -0700 (2 years ago)
changeset 2175f195c4737aca
parent 21741e9a9d2e6509
child 2176d2e35ffae982
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 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 @@ 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);