at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.
Trace message truncated for length over 10K
I am doing some thread state review of an applet with lots of threads. When I press 'v' in the console, it just shows off lots of boring stuff an开发者_StackOverflow社区d then cuts the most interesting (locked up and stuck) thread stack just in the middle. Is there any way to avoid that? Setting trace level to 5 did not affect this behaviour.
UPD Versioning matters; so I have this problem with jre 1.6.0_20-b02.
Thanks!
Update Java? http://www.java.net/external?url=http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6850604
精彩评论