-
Bug
-
Resolution: Fixed
-
P4
-
17, 21, 22
-
b17
ObjectMonitorIterator fails to return the most recent monitor added. It starts with returning the `nextOM()` ObjectMonitor from the `_head` ObjectMonitor but fails to ever return the `_head` ObjectMonitor.
The current implementation can also not handle that the `_head` is nullptr (no monitors in the system) and returns a null ObjectMonitorIterator. Which is interpreted as `monitor list not supported, too old hotspot VM`.
The current implementation can also not handle that the `_head` is nullptr (no monitors in the system) and returns a null ObjectMonitorIterator. Which is interpreted as `monitor list not supported, too old hotspot VM`.
- relates to
-
JDK-8259008 ArithmeticException was thrown at "Monitor Cache Dump" on HSDB
- Resolved
-
JDK-8316401 sun/tools/jhsdb/JStackStressTest.java failed with "InternalError: We should have found a thread that owns the anonymous lock"
- Resolved