Details
-
Bug
-
Resolution: Fixed
-
P3
-
7, 8, 9, 10
-
b36
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8256969 | openjdk8u282 | Erik Gahlin | P3 | Resolved | Fixed | b04 |
Description
The Java Monitor Wait event has a field called notifier. If the thread is woken up after a specified time, instead of by another thread, the field value should be 0. Today it is an uninitialized value.
Attachments
Issue Links
- backported by
-
JDK-8256969 Uninitialized notifier in Java Monitor Wait tracing event
- Resolved