| author | twisti |
| Fri Oct 22 03:34:25 2010 -0700 (2 years ago) | |
| changeset 1996 | fbc0d1be89ed |
| parent 1995 | 2ecd0d1194d2 |
| child 1997 | 499d2ae376ee |
--- 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_INTERPf->do_oop((oop*)&istate->_oop_temp);