JDK 22 |
---|
22Unresolved |
Relates :
|
|
Relates :
|
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`.
|