Advertisement
sinfonico7

Untitled

Sep 22nd, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.18 KB | None | 0 0
  1. felipe@toshio:/usr/lib/jvm/java-8-openjdk-amd64/bin$ jstack -l 28274
  2. 2019-09-22 17:45:06
  3. Full thread dump Java HotSpot(TM) 64-Bit Server VM (12.0.2+10 mixed mode, sharing):
  4.  
  5. Threads class SMR info:
  6. _java_thread_list=0x00007fec94001500, length=11, elements={
  7. 0x00007fed14184800, 0x00007fed14187000, 0x00007fed1418c000, 0x00007fed1418e000,
  8. 0x00007fed14190000, 0x00007fed14192000, 0x00007fed141c1800, 0x00007fed141c6800,
  9. 0x00007fed14633000, 0x00007fed14018000, 0x00007feccc001000
  10. }
  11.  
  12. "Reference Handler" #2 daemon prio=10 os_prio=0 cpu=0,34ms elapsed=45260,42s tid=0x00007fed14184800 nid=0x6e7a waiting on condition  [0x00007fece97fe000]
  13.    java.lang.Thread.State: RUNNABLE
  14.     at java.lang.ref.Reference.waitForReferencePendingList(java.base@12.0.2/Native Method)
  15.     at java.lang.ref.Reference.processPendingReferences(java.base@12.0.2/Reference.java:241)
  16.     at java.lang.ref.Reference$ReferenceHandler.run(java.base@12.0.2/Reference.java:213)
  17.  
  18.    Locked ownable synchronizers:
  19.     - None
  20.  
  21. "Finalizer" #3 daemon prio=8 os_prio=0 cpu=0,20ms elapsed=45260,42s tid=0x00007fed14187000 nid=0x6e7b in Object.wait()  [0x00007fece96fd000]
  22.    java.lang.Thread.State: WAITING (on object monitor)
  23.     at java.lang.Object.wait(java.base@12.0.2/Native Method)
  24.     - waiting on <0x00000000e27016d0> (a java.lang.ref.ReferenceQueue$Lock)
  25.     at java.lang.ref.ReferenceQueue.remove(java.base@12.0.2/ReferenceQueue.java:155)
  26.     - locked <0x00000000e27016d0> (a java.lang.ref.ReferenceQueue$Lock)
  27.     at java.lang.ref.ReferenceQueue.remove(java.base@12.0.2/ReferenceQueue.java:176)
  28.     at java.lang.ref.Finalizer$FinalizerThread.run(java.base@12.0.2/Finalizer.java:170)
  29.  
  30.    Locked ownable synchronizers:
  31.     - None
  32.  
  33. "Signal Dispatcher" #4 daemon prio=9 os_prio=0 cpu=0,24ms elapsed=45260,41s tid=0x00007fed1418c000 nid=0x6e7c runnable  [0x0000000000000000]
  34.    java.lang.Thread.State: RUNNABLE
  35.  
  36.    Locked ownable synchronizers:
  37.     - None
  38.  
  39. "C2 CompilerThread0" #5 daemon prio=9 os_prio=0 cpu=486,20ms elapsed=45260,41s tid=0x00007fed1418e000 nid=0x6e7d waiting on condition  [0x0000000000000000]
  40.    java.lang.Thread.State: RUNNABLE
  41.    No compile task
  42.  
  43.    Locked ownable synchronizers:
  44.     - None
  45.  
  46. "C1 CompilerThread0" #13 daemon prio=9 os_prio=0 cpu=371,86ms elapsed=45260,41s tid=0x00007fed14190000 nid=0x6e7e waiting on condition  [0x0000000000000000]
  47.    java.lang.Thread.State: RUNNABLE
  48.    No compile task
  49.  
  50.    Locked ownable synchronizers:
  51.     - None
  52.  
  53. "Sweeper thread" #17 daemon prio=9 os_prio=0 cpu=8,76ms elapsed=45260,41s tid=0x00007fed14192000 nid=0x6e7f runnable  [0x0000000000000000]
  54.    java.lang.Thread.State: RUNNABLE
  55.  
  56.    Locked ownable synchronizers:
  57.     - None
  58.  
  59. "Service Thread" #18 daemon prio=9 os_prio=0 cpu=0,10ms elapsed=45260,40s tid=0x00007fed141c1800 nid=0x6e81 runnable  [0x0000000000000000]
  60.    java.lang.Thread.State: RUNNABLE
  61.  
  62.    Locked ownable synchronizers:
  63.     - None
  64.  
  65. "Common-Cleaner" #19 daemon prio=8 os_prio=0 cpu=23,05ms elapsed=45260,40s tid=0x00007fed141c6800 nid=0x6e83 in Object.wait()  [0x00007fece89a0000]
  66.    java.lang.Thread.State: TIMED_WAITING (on object monitor)
  67.     at java.lang.Object.wait(java.base@12.0.2/Native Method)
  68.     - waiting on <no object reference available>
  69.     at java.lang.ref.ReferenceQueue.remove(java.base@12.0.2/ReferenceQueue.java:155)
  70.     - locked <0x00000000e2705a00> (a java.lang.ref.ReferenceQueue$Lock)
  71.     at jdk.internal.ref.CleanerImpl.run(java.base@12.0.2/CleanerImpl.java:148)
  72.     at java.lang.Thread.run(java.base@12.0.2/Thread.java:835)
  73.     at jdk.internal.misc.InnocuousThread.run(java.base@12.0.2/InnocuousThread.java:134)
  74.  
  75.    Locked ownable synchronizers:
  76.     - None
  77.  
  78. "JPS event loop" #20 prio=5 os_prio=0 cpu=1246,45ms elapsed=45260,06s tid=0x00007fed14633000 nid=0x6ea0 runnable  [0x00007feca39f0000]
  79.    java.lang.Thread.State: RUNNABLE
  80.     at sun.nio.ch.EPoll.wait(java.base@12.0.2/Native Method)
  81.     at sun.nio.ch.EPollSelectorImpl.doSelect(java.base@12.0.2/EPollSelectorImpl.java:120)
  82.     at sun.nio.ch.SelectorImpl.lockAndDoSelect(java.base@12.0.2/SelectorImpl.java:124)
  83.     - locked <0x00000000e2704f10> (a sun.nio.ch.Util$2)
  84.     - locked <0x00000000e2704eb8> (a sun.nio.ch.EPollSelectorImpl)
  85.     at sun.nio.ch.SelectorImpl.select(java.base@12.0.2/SelectorImpl.java:136)
  86.     at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:765)
  87.     at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:413)
  88.     at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
  89.     at java.lang.Thread.run(java.base@12.0.2/Thread.java:835)
  90.  
  91.    Locked ownable synchronizers:
  92.     - None
  93.  
  94. "DestroyJavaVM" #23 prio=5 os_prio=0 cpu=798,86ms elapsed=45259,54s tid=0x00007fed14018000 nid=0x6e73 waiting on condition  [0x0000000000000000]
  95.    java.lang.Thread.State: RUNNABLE
  96.  
  97.    Locked ownable synchronizers:
  98.     - None
  99.  
  100. "Attach Listener" #25 daemon prio=9 os_prio=0 cpu=13,48ms elapsed=44864,94s tid=0x00007feccc001000 nid=0x704d waiting on condition  [0x0000000000000000]
  101.    java.lang.Thread.State: RUNNABLE
  102.  
  103.    Locked ownable synchronizers:
  104.     - None
  105.  
  106. "VM Thread" os_prio=0 cpu=555,36ms elapsed=45260,42s tid=0x00007fed14181800 nid=0x6e79 runnable  
  107.  
  108. "GC Thread#0" os_prio=0 cpu=6,97ms elapsed=45260,43s tid=0x00007fed14052000 nid=0x6e74 runnable  
  109.  
  110. "GC Thread#1" os_prio=0 cpu=6,04ms elapsed=45259,99s tid=0x00007fece0001000 nid=0x6ea3 runnable  
  111.  
  112. "GC Thread#2" os_prio=0 cpu=9,34ms elapsed=45259,99s tid=0x00007fece0002800 nid=0x6ea4 runnable  
  113.  
  114. "GC Thread#3" os_prio=0 cpu=5,80ms elapsed=45259,99s tid=0x00007fece0004000 nid=0x6ea5 runnable  
  115.  
  116. "GC Thread#4" os_prio=0 cpu=4,61ms elapsed=45259,99s tid=0x00007fece0005800 nid=0x6ea6 runnable  
  117.  
  118. "GC Thread#5" os_prio=0 cpu=4,51ms elapsed=45259,99s tid=0x00007fece0007000 nid=0x6ea7 runnable  
  119.  
  120. "G1 Main Marker" os_prio=0 cpu=0,11ms elapsed=45260,43s tid=0x00007fed14058800 nid=0x6e75 runnable  
  121.  
  122. "G1 Conc#0" os_prio=0 cpu=0,12ms elapsed=45260,43s tid=0x00007fed1405a000 nid=0x6e76 runnable  
  123.  
  124. "G1 Refine#0" os_prio=0 cpu=0,10ms elapsed=45260,42s tid=0x00007fed14156000 nid=0x6e77 runnable  
  125.  
  126. "G1 Young RemSet Sampling" os_prio=0 cpu=3951,59ms elapsed=45260,42s tid=0x00007fed14157800 nid=0x6e78 runnable  
  127. "VM Periodic Task Thread" os_prio=0 cpu=8991,43ms elapsed=45260,40s tid=0x00007fed141c4000 nid=0x6e82 waiting on condition  
  128.  
  129. JNI global refs: 29, weak refs: 44
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement