mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8179083: Uninitialized notifier in Java Monitor Wait tracing event
Reviewed-by: mgronlun
This commit is contained in:
parent
7c89ccfeb8
commit
8fd0feffb9
1 changed files with 1 additions and 0 deletions
|
@ -2152,6 +2152,7 @@ ObjectWaiter::ObjectWaiter(Thread* thread) {
|
|||
_next = NULL;
|
||||
_prev = NULL;
|
||||
_notified = 0;
|
||||
_notifier_tid = 0;
|
||||
TState = TS_RUN;
|
||||
_thread = thread;
|
||||
_event = thread->_ParkEvent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue