Created
January 19, 2012 16:11
-
-
Save chrisa/1640835 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [candrews@snow-sso02 ~]$ sudo /usr/java/default/bin/jstack -F 3116 | |
| Attaching to process ID 3116, please wait... | |
| Debugger attached successfully. | |
| Server compiler detected. | |
| JVM version is 20.4-b02 | |
| Deadlock Detection: | |
| No deadlocks found. | |
| Thread 3123: (state = BLOCKED) | |
| Thread 3122: (state = BLOCKED) | |
| - java.lang.Object.wait(long) @bci=0 (Interpreted frame) | |
| - java.lang.ref.ReferenceQueue.remove(long) @bci=44, line=118 (Interpreted frame) | |
| - java.lang.ref.ReferenceQueue.remove() @bci=2, line=134 (Interpreted frame) | |
| - java.lang.ref.Finalizer$FinalizerThread.run() @bci=3, line=159 (Interpreted frame) | |
| Thread 3121: (state = BLOCKED) | |
| - java.lang.Object.wait(long) @bci=0 (Interpreted frame) | |
| - java.lang.Object.wait() @bci=2, line=485 (Interpreted frame) | |
| - java.lang.ref.Reference$ReferenceHandler.run() @bci=46, line=116 (Interpreted frame) | |
| Thread 3119: (state = IN_VM) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment