diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Wed Mar 26 17:30:40 2014 +0100
+++ b/src/share/vm/runtime/thread.cpp	Wed Mar 26 17:33:54 2014 +0100
@@ -1445,6 +1445,8 @@
   clear_must_deopt_id();
   set_monitor_chunks(NULL);
   set_next(NULL);
+  set_gpu_exception_bci(0);
+  set_gpu_exception_method(NULL);  
   set_thread_state(_thread_new);
 #if INCLUDE_NMT
   set_recorder(NULL);