mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8293613: need to properly handle and hide tmp VTMS transitions
Reviewed-by: cjplummer, lmesnik
This commit is contained in:
parent
5e1e449c11
commit
79ccc791f2
10 changed files with 145 additions and 68 deletions
|
@ -421,6 +421,7 @@ JavaThread::JavaThread() :
|
|||
#if INCLUDE_JVMTI
|
||||
_carrier_thread_suspended(false),
|
||||
_is_in_VTMS_transition(false),
|
||||
_is_in_tmp_VTMS_transition(false),
|
||||
#ifdef ASSERT
|
||||
_is_VTMS_transition_disabler(false),
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue