comparison 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
comparison
equal deleted inserted replaced
6998:49f0841607b7 6999:679e6584c177
1442 _doing_unsafe_access = false; 1442 _doing_unsafe_access = false;
1443 _stack_guard_state = stack_guard_unused; 1443 _stack_guard_state = stack_guard_unused;
1444 #ifdef GRAAL 1444 #ifdef GRAAL
1445 _graal_deopt_info = NULL; 1445 _graal_deopt_info = NULL;
1446 _graal_alternate_call_target = NULL; 1446 _graal_alternate_call_target = NULL;
1447 _debug_scope = NULL;
1447 #endif 1448 #endif
1448 #ifdef HIGH_LEVEL_INTERPRETER 1449 #ifdef HIGH_LEVEL_INTERPRETER
1449 _high_level_interpreter_in_vm = false; 1450 _high_level_interpreter_in_vm = false;
1450 #endif 1451 #endif
1451 _exception_oop = NULL; 1452 _exception_oop = NULL;