| author | twisti |
| Fri Oct 22 03:34:25 2010 -0700 (2 years ago) | |
| changeset 2175 | f195c4737aca |
| parent 2174 | 1e9a9d2e6509 |
| child 2176 | d2e35ffae982 |
--- 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_INTERPf->do_oop((oop*)&istate->_oop_temp);