src/share/vm/runtime/frame.cpp

changeset 2263
f195c4737aca
parent 2103
3e8fbc61cee8
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/runtime/frame.cpp	Thu Oct 21 11:55:10 2010 -0700
     1.2 +++ b/src/share/vm/runtime/frame.cpp	Fri Oct 22 03:34:25 2010 -0700
     1.3 @@ -878,7 +878,7 @@
     1.4  
     1.5  #endif /* CC_INTERP */
     1.6  
     1.7 -#ifndef PPC
     1.8 +#if !defined(PPC) || defined(ZERO)
     1.9    if (m->is_native()) {
    1.10  #ifdef CC_INTERP
    1.11      f->do_oop((oop*)&istate->_oop_temp);

mercurial