comparison src/share/vm/runtime/thread.cpp @ 1814:fd5d4527cdf5

6986270: guarantee(*bcp != Bytecodes::_monitorenter || exec_mode != Deoptimization::Unpack_exception) fails Summary: Propagate the compiler type of the deopting method to vframeArrayElement::unpack_on_stack() Reviewed-by: jrose, never
author iveresov
date Tue, 21 Sep 2010 13:38:35 -0700
parents ee5cc9e78493
children 0715f0cf171d
comparison
equal deleted inserted replaced
1813:c77e8f982901 1814:fd5d4527cdf5
1181 set_vm_result_2(NULL); 1181 set_vm_result_2(NULL);
1182 set_vframe_array_head(NULL); 1182 set_vframe_array_head(NULL);
1183 set_vframe_array_last(NULL); 1183 set_vframe_array_last(NULL);
1184 set_deferred_locals(NULL); 1184 set_deferred_locals(NULL);
1185 set_deopt_mark(NULL); 1185 set_deopt_mark(NULL);
1186 set_deopt_nmethod(NULL);
1186 clear_must_deopt_id(); 1187 clear_must_deopt_id();
1187 set_monitor_chunks(NULL); 1188 set_monitor_chunks(NULL);
1188 set_next(NULL); 1189 set_next(NULL);
1189 set_thread_state(_thread_new); 1190 set_thread_state(_thread_new);
1190 _terminated = _not_terminated; 1191 _terminated = _not_terminated;