Tagged Questions
5
votes
3answers
648 views
Java post-mortem debugging?
Is it possible to have a post-mortem ( or post-exception ) debugging session in Java ? What would the workarounds be ( if there isn't a solution for this already ) ?
2
votes
2answers
96 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 ...