comparison src/share/vm/runtime/thread.cpp @ 14768:3e9a960f0da1

HSAIL: preliminary deopt support Contributed-by: Tom Deneau <tom.deneau@amd.com>
author Doug Simon <doug.simon@oracle.com>
date Wed, 26 Mar 2014 17:33:54 +0100
parents 92aa6797d639
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14767:ded08e344e4a 14768:3e9a960f0da1
1443 set_deopt_mark(NULL); 1443 set_deopt_mark(NULL);
1444 set_deopt_nmethod(NULL); 1444 set_deopt_nmethod(NULL);
1445 clear_must_deopt_id(); 1445 clear_must_deopt_id();
1446 set_monitor_chunks(NULL); 1446 set_monitor_chunks(NULL);
1447 set_next(NULL); 1447 set_next(NULL);
1448 set_gpu_exception_bci(0);
1449 set_gpu_exception_method(NULL);
1448 set_thread_state(_thread_new); 1450 set_thread_state(_thread_new);
1449 #if INCLUDE_NMT 1451 #if INCLUDE_NMT
1450 set_recorder(NULL); 1452 set_recorder(NULL);
1451 #endif 1453 #endif
1452 _terminated = _not_terminated; 1454 _terminated = _not_terminated;