comparison src/share/vm/runtime/frame.cpp @ 1908:f195c4737aca

6994130: Zero PowerPC fix Summary: 6953477 broke Zero. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Fri, 22 Oct 2010 03:34:25 -0700
parents 3e8fbc61cee8
children f95d63e2154a
comparison
equal deleted inserted replaced
1907:1e9a9d2e6509 1908:f195c4737aca
876 f->do_oop((oop*)&istate->_result._to_call._callee); 876 f->do_oop((oop*)&istate->_result._to_call._callee);
877 } 877 }
878 878
879 #endif /* CC_INTERP */ 879 #endif /* CC_INTERP */
880 880
881 #ifndef PPC 881 #if !defined(PPC) || defined(ZERO)
882 if (m->is_native()) { 882 if (m->is_native()) {
883 #ifdef CC_INTERP 883 #ifdef CC_INTERP
884 f->do_oop((oop*)&istate->_oop_temp); 884 f->do_oop((oop*)&istate->_oop_temp);
885 #else 885 #else
886 f->do_oop((oop*)( fp() + interpreter_frame_oop_temp_offset )); 886 f->do_oop((oop*)( fp() + interpreter_frame_oop_temp_offset ));