6994130: Zero PowerPC fix

6953477 broke Zero.

Reviewed-by: twisti
This commit is contained in:
Gary Benson 2010-10-22 03:34:25 -07:00 committed by Christian Thalinger
parent 1571a4a56f
commit 4ebbe4ca45

View File

@ -878,7 +878,7 @@ void frame::oops_interpreted_do(OopClosure* f, const RegisterMap* map, bool quer
#endif /* CC_INTERP */
#ifndef PPC
#if !defined(PPC) || defined(ZERO)
if (m->is_native()) {
#ifdef CC_INTERP
f->do_oop((oop*)&istate->_oop_temp);