Tagged Questions

2
votes
2answers
104 views

Why is this Hotspot JVM option not the default? -XX:+PrintConcurrentLocks

By default, with Hotspot, a CTRL-Break thread dump will not list what threads are holding java.lang.concurrent locks. And I understand that with these locks, Hotspot cannot have information about at ...