mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8257831: Suspend with handshakes
Reviewed-by: dcubed, rrich, dholmes, pchilanomate, sspitsyn
This commit is contained in:
parent
28af31db34
commit
86bd44fe80
40 changed files with 470 additions and 1081 deletions
|
@ -879,7 +879,7 @@ void ThreadSnapshot::initialize(ThreadsList * t_list, JavaThread* thread) {
|
|||
_sleep_count = stat->sleep_count();
|
||||
|
||||
_thread_status = java_lang_Thread::get_thread_status(threadObj);
|
||||
_is_ext_suspended = thread->is_being_ext_suspended();
|
||||
_is_suspended = thread->is_suspended();
|
||||
_is_in_native = (thread->thread_state() == _thread_in_native);
|
||||
|
||||
Handle obj = ThreadService::get_current_contended_monitor(thread);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue