diff src/share/vm/runtime/thread.cpp @ 6999:679e6584c177

added ScopedDebugValue to add values of interest to hs_err crash logs
author Doug Simon <doug.simon@oracle.com>
date Wed, 21 Nov 2012 19:23:43 +0100
parents 2cb439954abf
children 1baf7f1e3f23
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Tue Nov 20 22:50:44 2012 +0100
+++ b/src/share/vm/runtime/thread.cpp	Wed Nov 21 19:23:43 2012 +0100
@@ -1444,6 +1444,7 @@
 #ifdef GRAAL
   _graal_deopt_info = NULL;
   _graal_alternate_call_target = NULL;
+  _debug_scope = NULL;
 #endif
 #ifdef HIGH_LEVEL_INTERPRETER
   _high_level_interpreter_in_vm = false;