Skip to content

Instantly share code, notes, and snippets.

@travis
Created December 28, 2010 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save travis/757708 to your computer and use it in GitHub Desktop.
Save travis/757708 to your computer and use it in GitHub Desktop.
2010-12-28 20:45:24
Full thread dump OpenJDK Client VM (17.0-b16 mixed mode, sharing):
"DestroyJavaVM" prio=10 tid=0xb4078000 nid=0x144f waiting on condition [0x00000000]
java.lang.Thread.State: RUNNABLE
"pool-1-thread-2" prio=10 tid=0x09fd2400 nid=0x145e in Object.wait() [0xb43d3000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x84b09430> (a edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue$SerializableLock)
at java.lang.Object.wait(Object.java:502)
at edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:316)
- locked <0x84b09430> (a edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue$SerializableLock)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:994)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1054)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
at java.lang.Thread.run(Thread.java:636)
"pool-1-thread-1" prio=10 tid=0xb41b3800 nid=0x145d in Object.wait() [0xb4424000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x84b09430> (a edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue$SerializableLock)
at java.lang.Object.wait(Object.java:502)
at edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:316)
- locked <0x84b09430> (a edu.emory.mathcs.backport.java.util.concurrent.LinkedBlockingQueue$SerializableLock)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:994)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1054)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
at java.lang.Thread.run(Thread.java:636)
"Low Memory Detector" daemon prio=10 tid=0xb4603c00 nid=0x1455 runnable [0x00000000]
java.lang.Thread.State: RUNNABLE
"CompilerThread0" daemon prio=10 tid=0x09e4c400 nid=0x1454 waiting on condition [0x00000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=10 tid=0x09e4a800 nid=0x1453 waiting on condition [0x00000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=10 tid=0x09e46c00 nid=0x1452 in Object.wait() [0xb45fe000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x84720238> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:133)
- locked <0x84720238> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:149)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:177)
"Reference Handler" daemon prio=10 tid=0x09e45400 nid=0x1451 in Object.wait() [0xb47f8000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x847202c0> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:502)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
- locked <0x847202c0> (a java.lang.ref.Reference$Lock)
"VM Thread" prio=10 tid=0x09e43c00 nid=0x1450 runnable
"VM Periodic Task Thread" prio=10 tid=0xb4606400 nid=0x1456 waiting on condition
JNI global references: 1384
Heap
def new generation total 2368K, used 1023K [0x7f3d0000, 0x7f660000, 0x84720000)
eden space 2112K, 37% used [0x7f3d0000, 0x7f496630, 0x7f5e0000)
from space 256K, 89% used [0x7f620000, 0x7f6597f8, 0x7f660000)
to space 256K, 0% used [0x7f5e0000, 0x7f5e0000, 0x7f620000)
tenured generation total 5376K, used 4188K [0x84720000, 0x84c60000, 0x8edd0000)
the space 5376K, 77% used [0x84720000, 0x84b371e8, 0x84b37200, 0x84c60000)
compacting perm gen total 12288K, used 11472K [0x8edd0000, 0x8f9d0000, 0x92dd0000)
the space 12288K, 93% used [0x8edd0000, 0x8f904280, 0x8f904400, 0x8f9d0000)
ro space 10240K, 73% used [0x92dd0000, 0x935268f8, 0x93526a00, 0x937d0000)
rw space 12288K, 60% used [0x937d0000, 0x93f0f570, 0x93f0f600, 0x943d0000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment