Full thread dump (java)

written by juan on March 4th, 2006 @ 12:00 AM

by mistake i typed ctrl-| (control pipe) over the console of a java aplication and i got a nice thread dump that i didn't expected. It is a nice debug tool:
Full thread dump Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode):

"TimerQueue" daemon prio=1 tid=0x08574028 nid=0x4919 in Object.wait() [0xa99be000..0xa99be9d0]
        at java.lang.Object.wait(Native Method)
        - waiting on <0xaa7154b8> (a javax.swing.TimerQueue)
        at javax.swing.TimerQueue.run(TimerQueue.java:233)
        - locked <0xaa7154b8> (a javax.swing.TimerQueue)
        at java.lang.Thread.run(Thread.java:595)

"AWT-EventQueue-0" prio=1 tid=0x0850e0e8 nid=0x4915 in Object.wait() [0xa9a3e000..0xa9a3ea50]
        at java.lang.Object.wait(Native Method)
        - waiting on <0xaabe2098> (a java.awt.EventQueue)
        at java.lang.Object.wait(Object.java:474)
        at java.awt.EventQueue.getNextEvent(EventQueue.java:345)
        - locked <0xaabe2098> (a java.awt.EventQueue)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:189)

Comments are closed

Options:

Size

Colors