# HG changeset patch # User twisti # Date 1287743665 25200 # Node ID f195c4737aca068849222923b28b49b294e3402c # Parent 1e9a9d2e6509cecf7f2e74d2dfe2d1936bd0baa9 6994130: Zero PowerPC fix Summary: 6953477 broke Zero. Reviewed-by: twisti Contributed-by: Gary Benson diff -r 1e9a9d2e6509 -r f195c4737aca 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 @@ #endif /* CC_INTERP */ -#ifndef PPC +#if !defined(PPC) || defined(ZERO) if (m->is_native()) { #ifdef CC_INTERP f->do_oop((oop*)&istate->_oop_temp);