Created
December 30, 2015 02:41
-
-
Save devth/13b0731fd7fa2b75d36b to your computer and use it in GitHub Desktop.
This file contains 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
2015-12-29 19:41:09 | |
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode): | |
"Attach Listener" #11 daemon prio=9 os_prio=31 tid=0x00007f8d4b826800 nid=0x3a0b waiting on condition [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
"Thread-0" #10 daemon prio=5 os_prio=31 tid=0x00007f8d4e8af800 nid=0x5703 waiting on condition [0x0000700001658000] | |
java.lang.Thread.State: TIMED_WAITING (sleeping) | |
at java.lang.Thread.sleep(Native Method) | |
at org.flatland.drip.Main.killAfterTimeout(Main.java:38) | |
at org.flatland.drip.Main.access$000(Main.java:15) | |
at org.flatland.drip.Main$1.run(Main.java:55) | |
"Service Thread" #9 daemon prio=9 os_prio=31 tid=0x00007f8d4c014000 nid=0x5303 runnable [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
"C1 CompilerThread3" #8 daemon prio=9 os_prio=31 tid=0x00007f8d4d822800 nid=0x5103 waiting on condition [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
"C2 CompilerThread2" #7 daemon prio=9 os_prio=31 tid=0x00007f8d4d02d800 nid=0x4f03 waiting on condition [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
"C2 CompilerThread1" #6 daemon prio=9 os_prio=31 tid=0x00007f8d4b81b000 nid=0x4d03 waiting on condition [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
"C2 CompilerThread0" #5 daemon prio=9 os_prio=31 tid=0x00007f8d4f005800 nid=0x4b03 waiting on condition [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
"Signal Dispatcher" #4 daemon prio=9 os_prio=31 tid=0x00007f8d4f809800 nid=0x3e0f runnable [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
"Finalizer" #3 daemon prio=8 os_prio=31 tid=0x00007f8d4c006000 nid=0x3803 in Object.wait() [0x0000700000d3a000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <0x000000076ab06280> (a java.lang.ref.ReferenceQueue$Lock) | |
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:142) | |
- locked <0x000000076ab06280> (a java.lang.ref.ReferenceQueue$Lock) | |
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:158) | |
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209) | |
"Reference Handler" #2 daemon prio=10 os_prio=31 tid=0x00007f8d4c812000 nid=0x3603 in Object.wait() [0x0000700000c37000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <0x000000076ab05cf0> (a java.lang.ref.Reference$Lock) | |
at java.lang.Object.wait(Object.java:502) | |
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:157) | |
- locked <0x000000076ab05cf0> (a java.lang.ref.Reference$Lock) | |
"main" #1 prio=5 os_prio=31 tid=0x00007f8d4b805000 nid=0x1703 runnable [0x0000700000219000] | |
java.lang.Thread.State: RUNNABLE | |
at java.io.FileInputStream.open(Native Method) | |
at java.io.FileInputStream.<init>(FileInputStream.java:138) | |
at java.util.Scanner.<init>(Scanner.java:611) | |
at org.flatland.drip.Main.start(Main.java:78) | |
at org.flatland.drip.Main.main(Main.java:64) | |
"VM Thread" os_prio=31 tid=0x00007f8d4c000800 nid=0x3403 runnable | |
"GC task thread#0 (ParallelGC)" os_prio=31 tid=0x00007f8d4d805800 nid=0x2403 runnable | |
"GC task thread#1 (ParallelGC)" os_prio=31 tid=0x00007f8d4d000800 nid=0x2603 runnable | |
"GC task thread#2 (ParallelGC)" os_prio=31 tid=0x00007f8d4c808000 nid=0x2803 runnable | |
"GC task thread#3 (ParallelGC)" os_prio=31 tid=0x00007f8d4c809000 nid=0x2a03 runnable | |
"GC task thread#4 (ParallelGC)" os_prio=31 tid=0x00007f8d4c809800 nid=0x2c03 runnable | |
"GC task thread#5 (ParallelGC)" os_prio=31 tid=0x00007f8d4c80a000 nid=0x2e03 runnable | |
"GC task thread#6 (ParallelGC)" os_prio=31 tid=0x00007f8d4c80a800 nid=0x3003 runnable | |
"GC task thread#7 (ParallelGC)" os_prio=31 tid=0x00007f8d4c80b800 nid=0x3203 runnable | |
"VM Periodic Task Thread" os_prio=31 tid=0x00007f8d4c818000 nid=0x5503 waiting on condition | |
JNI global references: 16 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment