-
Bug
-
Resolution: Fixed
-
P3
-
7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2167381 | 6u11 | James Holmlund | P3 | Resolved | Fixed | b01 |
JDK-2185796 | OpenJDK6 | Kelly Ohair | P3 | Resolved | Fixed | b18 |
So can ThreadReference.ownedMonitorsAndFrames(). In addition, ThreadReference.frames() can throw an NPE.
These problems are caused by the fix for 6700889. They only occur if a resume is done on a thread in a small window of time while one of these commands is in progress in a different thread.
These problems are caused by the fix for 6700889. They only occur if a resume is done on a thread in a small window of time while one of these commands is in progress in a different thread.
- backported by
-
JDK-2167381 ThreadReference.ownedMonitors() can return null
-
- Resolved
-
-
JDK-2185796 ThreadReference.ownedMonitors() can return null
-
- Resolved
-
- relates to
-
JDK-6700889 Thread resume invalidates all stack frames, even from other threads
-
- Closed
-