8179083: Uninitialized notifier in Java Monitor Wait tracing event
Reviewed-by: mgronlun
This commit is contained in:
parent
7c89ccfeb8
commit
8fd0feffb9
@ -2152,6 +2152,7 @@ ObjectWaiter::ObjectWaiter(Thread* thread) {
|
|||||||
_next = NULL;
|
_next = NULL;
|
||||||
_prev = NULL;
|
_prev = NULL;
|
||||||
_notified = 0;
|
_notified = 0;
|
||||||
|
_notifier_tid = 0;
|
||||||
TState = TS_RUN;
|
TState = TS_RUN;
|
||||||
_thread = thread;
|
_thread = thread;
|
||||||
_event = thread->_ParkEvent;
|
_event = thread->_ParkEvent;
|
||||||
|
Loading…
Reference in New Issue
Block a user