Skip to content

Instantly share code, notes, and snippets.

@aabutaleb
Created March 23, 2015 16:31
Show Gist options
  • Save aabutaleb/e3d6b1c72644d330cc82 to your computer and use it in GitHub Desktop.
Save aabutaleb/e3d6b1c72644d330cc82 to your computer and use it in GitHub Desktop.
Thread dumps without spatial. No locks
Deadlock Detection:
No deadlocks found.
----------------- 14147 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425faaf _ZN7Monitor5IWaitEP6Threadl + 0xef
0x00007f8f142600fd _ZN7Monitor4waitEblb + 0xed
0x00007f8f143d7bb1 _ZN7Threads10destroy_vmEv + 0x51
0x00007f8f140b75f0 jni_DestroyJavaVM + 0xc0
0x00007f8f14ec016d JavaMain + 0x27d
----------------- 14149 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f1425fd5e _ZN7Monitor5IWaitEP6Threadl + 0x39e
0x00007f8f1426023e _ZN7Monitor4waitEblb + 0x22e
0x00007f8f13f022a8 _ZN25ConcurrentMarkSweepThread3runEv + 0x198
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14155 -----------------
0x00007f8f149bee77 __sched_yield + 0x7
0x00007f8f1432be09 _ZN20SafepointSynchronize5beginEv + 0x339
0x00007f8f14424fef _ZN8VMThread4loopEv + 0x1bf
0x00007f8f14425470 _ZN8VMThread3runEv + 0x70
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14156 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1428cadd _ZN13ObjectMonitor4waitElbP6Thread + 0x9bd
0x00007f8f140fc378 JVM_MonitorWait + 0x168
0x00007f8f09012d78 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
----------------- 14157 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1428cadd _ZN13ObjectMonitor4waitElbP6Thread + 0x9bd
0x00007f8f140fc378 JVM_MonitorWait + 0x168
0x00007f8f09012d78 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
----------------- 14158 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425faaf _ZN7Monitor5IWaitEP6Threadl + 0xef
0x00007f8f142602b6 _ZN7Monitor4waitEblb + 0x2a6
0x00007f8f13ed7cde _ZN21SurrogateLockerThread4loopEv + 0x4e
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14159 -----------------
0x00007f8f150e2680 sem_wait + 0x30
0x00007f8f14296835 _ZL19signal_thread_entryP10JavaThreadP6Thread + 0x95
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14220 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.park(java.lang.Object) bci:14 line:186 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() bci:42 line:2043 (Interpreted frame)
0x00007f8f09006706 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:24 line:1079 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:1 line:807 (Interpreted frame)
0x00007f8f090068e1 * java.util.concurrent.ThreadPoolExecutor.getTask() bci:156 line:1068 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) bci:26 line:1130 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.ThreadPoolExecutor$Worker.run() bci:5 line:615 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14226 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) bci:20 line:226 (Interpreted frame)
----------------- 14227 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) bci:20 line:226 (Interpreted frame)
----------------- 14228 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) bci:20 line:226 (Interpreted frame)
----------------- 14229 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.park(java.lang.Object) bci:14 line:186 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() bci:42 line:2043 (Interpreted frame)
0x00007f8f09006706 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:24 line:1079 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:1 line:807 (Interpreted frame)
0x00007f8f090068e1 * java.util.concurrent.ThreadPoolExecutor.getTask() bci:156 line:1068 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) bci:26 line:1130 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.ThreadPoolExecutor$Worker.run() bci:5 line:615 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14230 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425faaf _ZN7Monitor5IWaitEP6Threadl + 0xef
0x00007f8f142602b6 _ZN7Monitor4waitEblb + 0x2a6
0x00007f8f13ec9ad8 _ZN12CompileQueue3getEv + 0x128
0x00007f8f13ecdbda _ZN13CompileBroker20compiler_thread_loopEv + 0x13a
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14231 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425faaf _ZN7Monitor5IWaitEP6Threadl + 0xef
0x00007f8f142602b6 _ZN7Monitor4waitEblb + 0x2a6
0x00007f8f13ec9ad8 _ZN12CompileQueue3getEv + 0x128
0x00007f8f13ecdbda _ZN13CompileBroker20compiler_thread_loopEv + 0x13a
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14232 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425faaf _ZN7Monitor5IWaitEP6Threadl + 0xef
0x00007f8f1426023e _ZN7Monitor4waitEblb + 0x22e
0x00007f8f1432e388 _ZN13ServiceThread20service_thread_entryEP10JavaThreadP6Thread + 0x198
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14233 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f1425fd5e _ZN7Monitor5IWaitEP6Threadl + 0x39e
0x00007f8f1426023e _ZN7Monitor4waitEblb + 0x22e
0x00007f8f143d3dc1 _ZNK13WatcherThread5sleepEv + 0x71
0x00007f8f143d42de _ZN13WatcherThread3runEv + 0x5e
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14272 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f1428c37b _ZN13ObjectMonitor4waitElbP6Thread + 0x25b
0x00007f8f140fc378 JVM_MonitorWait + 0x168
0x00007f8f09012d78 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.TimerThread.mainLoop() bci:201 line:552 (Interpreted frame)
0x00007f8f09006058 * java.util.TimerThread.run() bci:1 line:505 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14273 -----------------
0x00007f8f149e0c6d __poll + 0x2d
0x00007f8f06df6ea7 Java_java_net_PlainSocketImpl_socketAccept + 0x1e7
0x00007f8f09012d78 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.net.AbstractPlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:398 (Interpreted frame)
0x00007f8f09006058 * java.net.ServerSocket.implAccept(java.net.Socket) bci:60 line:530 (Interpreted frame)
0x00007f8f09006058 * java.net.ServerSocket.accept() bci:48 line:498 (Interpreted frame)
0x00007f8f09006233 * sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop() bci:55 line:388 (Interpreted frame)
0x00007f8f09006058 * sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run() bci:1 line:360 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14274 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1428cadd _ZN13ObjectMonitor4waitElbP6Thread + 0x9bd
0x00007f8f140fc378 JVM_MonitorWait + 0x168
0x00007f8f09012d78 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.lang.ref.ReferenceQueue.remove(long) bci:44 line:135 (Interpreted frame)
0x00007f8f09006233 * java.lang.ref.ReferenceQueue.remove() bci:2 line:151 (Interpreted frame)
0x00007f8f09006233 * sun.rmi.transport.ObjectTable$Reaper.run() bci:3 line:351 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14275 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f1428c37b _ZN13ObjectMonitor4waitElbP6Thread + 0x25b
0x00007f8f140fc378 JVM_MonitorWait + 0x168
0x00007f8f09012d78 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
0x00007f8f09006058 * sun.misc.GC$Daemon.run() bci:51 line:117 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14276 -----------------
0x00007f8f149e0c6d __poll + 0x2d
0x00007f8f06df6ea7 Java_java_net_PlainSocketImpl_socketAccept + 0x1e7
0x00007f8f09012d78 * java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.net.AbstractPlainSocketImpl.accept(java.net.SocketImpl) bci:7 line:398 (Interpreted frame)
0x00007f8f09006058 * java.net.ServerSocket.implAccept(java.net.Socket) bci:60 line:530 (Interpreted frame)
0x00007f8f09006058 * java.net.ServerSocket.accept() bci:48 line:498 (Interpreted frame)
0x00007f8f09006233 * sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop() bci:55 line:388 (Interpreted frame)
0x00007f8f09006058 * sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run() bci:1 line:360 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14278 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) bci:20 line:226 (Interpreted frame)
----------------- 14279 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f1428c37b _ZN13ObjectMonitor4waitElbP6Thread + 0x25b
0x00007f8f140fc378 JVM_MonitorWait + 0x168
0x00007f8f09012d78 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.lang.ref.ReferenceQueue.remove(long) bci:44 line:135 (Interpreted frame)
0x00007f8f09006233 * sun.rmi.transport.DGCClient$EndpointEntry$RenewCleanThread.run() bci:95 line:535 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14281 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f1428c37b _ZN13ObjectMonitor4waitElbP6Thread + 0x25b
0x00007f8f140fc378 JVM_MonitorWait + 0x168
0x00007f8f09012d78 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
----------------- 14292 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.park(java.lang.Object) bci:14 line:186 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() bci:42 line:2043 (Interpreted frame)
0x00007f8f09006706 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:98 line:1085 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:1 line:807 (Interpreted frame)
0x00007f8f090068e1 * java.util.concurrent.ThreadPoolExecutor.getTask() bci:156 line:1068 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) bci:26 line:1130 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.ThreadPoolExecutor$Worker.run() bci:5 line:615 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14293 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f1428c37b _ZN13ObjectMonitor4waitElbP6Thread + 0x25b
0x00007f8f140fc378 JVM_MonitorWait + 0x168
0x00007f8f09012d78 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
----------------- 14294 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) bci:20 line:226 (Interpreted frame)
----------------- 14295 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.park(java.lang.Object) bci:14 line:186 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() bci:42 line:2043 (Interpreted frame)
0x00007f8f09006706 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:98 line:1085 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:1 line:807 (Interpreted frame)
0x00007f8f090068e1 * java.util.concurrent.ThreadPoolExecutor.getTask() bci:156 line:1068 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) bci:26 line:1130 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.ThreadPoolExecutor$Worker.run() bci:5 line:615 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14301 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f1428c37b _ZN13ObjectMonitor4waitElbP6Thread + 0x25b
0x00007f8f140fc378 JVM_MonitorWait + 0x168
0x00007f8f09012d78 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
----------------- 14302 -----------------
0x00007f8f149ee653 epoll_wait + 0x33
0x00007f8f09012d78 * sun.nio.ch.EPollArrayWrapper.epollWait(long, int, long, int) bci:0 (Interpreted frame)
0x00007f8f090061d4 * sun.nio.ch.EPollArrayWrapper.poll(long) bci:18 line:269 (Interpreted frame)
0x00007f8f090061d4 * sun.nio.ch.EPollSelectorImpl.doSelect(long) bci:28 line:79 (Interpreted frame)
0x00007f8f090061d4 * sun.nio.ch.SelectorImpl.lockAndDoSelect(long) bci:37 line:87 (Interpreted frame)
0x00007f8f090061d4 * sun.nio.ch.SelectorImpl.select(long) bci:30 line:98 (Interpreted frame)
0x00007f8f090061d4 * sun.nio.ch.SelectorImpl.select() bci:2 line:102 (Interpreted frame)
0x00007f8f090061d4 * org.eclipse.jetty.io.SelectorManager$ManagedSelector.select() bci:35 line:444 (Interpreted frame)
0x00007f8f09006058 * org.eclipse.jetty.io.SelectorManager$ManagedSelector.run() bci:81 line:420 (Interpreted frame)
0x00007f8f09006706 * org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(java.lang.Runnable) bci:1 line:601 (Interpreted frame)
0x00007f8f09006058 * org.eclipse.jetty.util.thread.QueuedThreadPool$3.run() bci:73 line:532 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14303 -----------------
0x00007f8f150e36dd __libc_accept + 0x2d
0x00007f8f09012d78 * sun.nio.ch.ServerSocketChannelImpl.accept0(java.io.FileDescriptor, java.io.FileDescriptor, java.net.InetSocketAddress[]) bci:0 (Interpreted frame)
0x00007f8f090061d4 * sun.nio.ch.ServerSocketChannelImpl.accept() bci:130 line:241 (Interpreted frame)
0x00007f8f09006233 * org.eclipse.jetty.server.ServerConnector.accept(int) bci:17 line:301 (Interpreted frame)
0x00007f8f09006058 * org.eclipse.jetty.server.AbstractConnector$Acceptor.run() bci:101 line:460 (Interpreted frame)
0x00007f8f09006706 * org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(java.lang.Runnable) bci:1 line:601 (Interpreted frame)
0x00007f8f09006058 * org.eclipse.jetty.util.thread.QueuedThreadPool$3.run() bci:73 line:532 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14304 -----------------
0x00007f8f149ee653 epoll_wait + 0x33
0x00007f8f09012d78 * sun.nio.ch.EPollArrayWrapper.epollWait(long, int, long, int) bci:0 (Interpreted frame)
0x00007f8f090061d4 * sun.nio.ch.EPollArrayWrapper.poll(long) bci:18 line:269 (Interpreted frame)
0x00007f8f090061d4 * sun.nio.ch.EPollSelectorImpl.doSelect(long) bci:28 line:79 (Interpreted frame)
0x00007f8f090061d4 * sun.nio.ch.SelectorImpl.lockAndDoSelect(long) bci:37 line:87 (Interpreted frame)
0x00007f8f090061d4 * sun.nio.ch.SelectorImpl.select(long) bci:30 line:98 (Interpreted frame)
0x00007f8f090061d4 * sun.nio.ch.SelectorImpl.select() bci:2 line:102 (Interpreted frame)
0x00007f8f090061d4 * org.eclipse.jetty.io.SelectorManager$ManagedSelector.select() bci:35 line:444 (Interpreted frame)
0x00007f8f09006058 * org.eclipse.jetty.io.SelectorManager$ManagedSelector.run() bci:81 line:420 (Interpreted frame)
0x00007f8f09006706 * org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(java.lang.Runnable) bci:1 line:601 (Interpreted frame)
0x00007f8f09006058 * org.eclipse.jetty.util.thread.QueuedThreadPool$3.run() bci:73 line:532 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14305 -----------------
0x00007f8f150e36dd __libc_accept + 0x2d
0x00007f8f09012d78 * sun.nio.ch.ServerSocketChannelImpl.accept0(java.io.FileDescriptor, java.io.FileDescriptor, java.net.InetSocketAddress[]) bci:0 (Interpreted frame)
0x00007f8f090061d4 * sun.nio.ch.ServerSocketChannelImpl.accept() bci:130 line:241 (Interpreted frame)
0x00007f8f09006233 * org.eclipse.jetty.server.ServerConnector.accept(int) bci:17 line:301 (Interpreted frame)
0x00007f8f09006058 * org.eclipse.jetty.server.AbstractConnector$Acceptor.run() bci:101 line:460 (Interpreted frame)
0x00007f8f09006706 * org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(java.lang.Runnable) bci:1 line:601 (Interpreted frame)
0x00007f8f09006058 * org.eclipse.jetty.util.thread.QueuedThreadPool$3.run() bci:73 line:532 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14306 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f318 _ZN7Monitor5ILockEP6Thread + 0x1a8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14307 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f13fe641a _ZN16GenCollectedHeap17allocate_new_tlabEm + 0x2a
0x00007f8f13ea4d28 _ZN13CollectedHeap23allocate_from_tlab_slowE11KlassHandleP6Threadm + 0x148
0x00007f8f143edf1f _ZN14typeArrayKlass15allocate_commonEibP6Thread + 0x2cf
0x00007f8f1432965e _ZN11OptoRuntime11new_array_CEP12klassOopDesciP10JavaThread + 0x2e
----------------- 14308 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14309 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) bci:20 line:226 (Interpreted frame)
----------------- 14310 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14311 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14312 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14313 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403aed2 _ZN13instanceKlass17allocate_objArrayEiiP6Thread + 0x1a2
0x00007f8f1432974c _ZN11OptoRuntime11new_array_CEP12klassOopDesciP10JavaThread + 0x11c
----------------- 14314 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14315 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14316 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14317 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) bci:20 line:226 (Interpreted frame)
----------------- 14318 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f55f _ZN7Monitor28lock_without_safepoint_checkEv + 0x2f
0x00007f8f1432b127 _ZN20SafepointSynchronize5blockEP10JavaThread + 0x147
0x00007f8f1432b8fd _ZN20ThreadSafepointState29handle_polling_page_exceptionEv + 0x2bd
0x00007f8f09038d5a <SafepointStub>
----------------- 14319 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14320 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403aed2 _ZN13instanceKlass17allocate_objArrayEiiP6Thread + 0x1a2
0x00007f8f1432974c _ZN11OptoRuntime11new_array_CEP12klassOopDesciP10JavaThread + 0x11c
----------------- 14321 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14322 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14323 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14324 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14325 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14326 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14327 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f55f _ZN7Monitor28lock_without_safepoint_checkEv + 0x2f
0x00007f8f1432b127 _ZN20SafepointSynchronize5blockEP10JavaThread + 0x147
0x00007f8f1432b7e2 _ZN20ThreadSafepointState29handle_polling_page_exceptionEv + 0x1a2
0x00007f8f09038d5a <SafepointStub>
----------------- 14328 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14329 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14330 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403aed2 _ZN13instanceKlass17allocate_objArrayEiiP6Thread + 0x1a2
0x00007f8f1432974c _ZN11OptoRuntime11new_array_CEP12klassOopDesciP10JavaThread + 0x11c
----------------- 14331 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14332 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425faaf _ZN7Monitor5IWaitEP6Threadl + 0xef
0x00007f8f142602b6 _ZN7Monitor4waitEblb + 0x2a6
0x00007f8f14424ba4 _ZN8VMThread7executeEP12VM_Operation + 0x324
0x00007f8f13ea8007 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0x297
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14333 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14339 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f1428c37b _ZN13ObjectMonitor4waitElbP6Thread + 0x25b
0x00007f8f140fc378 JVM_MonitorWait + 0x168
0x00007f8f09012d78 * java.lang.Object.wait(long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.TimerThread.mainLoop() bci:201 line:552 (Interpreted frame)
0x00007f8f09006058 * java.util.TimerThread.run() bci:1 line:505 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14352 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) bci:20 line:226 (Interpreted frame)
----------------- 14353 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) bci:20 line:226 (Interpreted frame)
----------------- 14357 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) bci:20 line:226 (Interpreted frame)
----------------- 14376 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.park(java.lang.Object) bci:14 line:186 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() bci:42 line:2043 (Interpreted frame)
0x00007f8f09006706 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:98 line:1085 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:1 line:807 (Interpreted frame)
0x00007f8f090068e1 * java.util.concurrent.ThreadPoolExecutor.getTask() bci:156 line:1068 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) bci:26 line:1130 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.ThreadPoolExecutor$Worker.run() bci:5 line:615 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14378 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.park(java.lang.Object) bci:14 line:186 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() bci:42 line:2043 (Interpreted frame)
0x00007f8f09006706 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:98 line:1085 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:1 line:807 (Interpreted frame)
0x00007f8f090068e1 * java.util.concurrent.ThreadPoolExecutor.getTask() bci:156 line:1068 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) bci:26 line:1130 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.ThreadPoolExecutor$Worker.run() bci:5 line:615 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14380 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.park(java.lang.Object) bci:14 line:186 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() bci:42 line:2043 (Interpreted frame)
0x00007f8f09006706 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:98 line:1085 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:1 line:807 (Interpreted frame)
0x00007f8f090068e1 * java.util.concurrent.ThreadPoolExecutor.getTask() bci:156 line:1068 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) bci:26 line:1130 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.ThreadPoolExecutor$Worker.run() bci:5 line:615 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14408 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.park(java.lang.Object) bci:14 line:186 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() bci:42 line:2043 (Interpreted frame)
0x00007f8f09006706 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:98 line:1085 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() bci:1 line:807 (Interpreted frame)
0x00007f8f090068e1 * java.util.concurrent.ThreadPoolExecutor.getTask() bci:156 line:1068 (Interpreted frame)
0x00007f8f09006233 * java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) bci:26 line:1130 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.ThreadPoolExecutor$Worker.run() bci:5 line:615 (Interpreted frame)
0x00007f8f09006706 * java.lang.Thread.run() bci:11 line:745 (Interpreted frame)
0x00007f8f090004e7 <StubRoutines>
0x00007f8f1407eb65 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread + 0x365
0x00007f8f1407d5c8 _ZN9JavaCalls4callEP9JavaValue12methodHandleP17JavaCallArgumentsP6Thread + 0x28
0x00007f8f1407d897 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread + 0x197
0x00007f8f1407d9b7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread + 0x47
0x00007f8f140fa445 _ZL12thread_entryP10JavaThreadP6Thread + 0xe5
0x00007f8f143d7d9f _ZN10JavaThread17thread_main_innerEv + 0xdf
0x00007f8f143d7ea5 _ZN10JavaThread3runEv + 0xf5
0x00007f8f1429e988 _ZL10java_startP6Thread + 0x108
----------------- 14801 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14802 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14803 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14804 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f55f _ZN7Monitor28lock_without_safepoint_checkEv + 0x2f
0x00007f8f1432b127 _ZN20SafepointSynchronize5blockEP10JavaThread + 0x147
0x00007f8f1432b7e2 _ZN20ThreadSafepointState29handle_polling_page_exceptionEv + 0x1a2
0x00007f8f09038d5a <SafepointStub>
----------------- 14805 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f13fe641a _ZN16GenCollectedHeap17allocate_new_tlabEm + 0x2a
0x00007f8f13ea4d28 _ZN13CollectedHeap23allocate_from_tlab_slowE11KlassHandleP6Threadm + 0x148
0x00007f8f14042ad6 _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x76
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14806 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14807 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14808 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14809 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14810 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14811 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14812 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403aed2 _ZN13instanceKlass17allocate_objArrayEiiP6Thread + 0x1a2
0x00007f8f1432974c _ZN11OptoRuntime11new_array_CEP12klassOopDesciP10JavaThread + 0x11c
----------------- 14813 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403aed2 _ZN13instanceKlass17allocate_objArrayEiiP6Thread + 0x1a2
0x00007f8f1432974c _ZN11OptoRuntime11new_array_CEP12klassOopDesciP10JavaThread + 0x11c
----------------- 14814 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14815 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14816 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14817 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14818 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14819 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f143edfbf _ZN14typeArrayKlass15allocate_commonEibP6Thread + 0x36f
0x00007f8f14329309 _ZN11OptoRuntime18new_array_nozero_CEP12klassOopDesciP10JavaThread + 0x29
----------------- 14820 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403aed2 _ZN13instanceKlass17allocate_objArrayEiiP6Thread + 0x1a2
0x00007f8f1432974c _ZN11OptoRuntime11new_array_CEP12klassOopDesciP10JavaThread + 0x11c
----------------- 14821 -----------------
0x00007f8f150e0414 __pthread_cond_wait + 0xc4
0x00007f8f1425f328 _ZN7Monitor5ILockEP6Thread + 0x1b8
0x00007f8f1425f48e _ZN7Monitor4lockEP6Thread + 0x10e
0x00007f8f13ea7e69 _ZN18GenCollectorPolicy17mem_allocate_workEmbPb + 0xf9
0x00007f8f14042bde _ZN13CollectedHeap24common_mem_allocate_initE11KlassHandlemP6Thread + 0x17e
0x00007f8f1403d5e4 _ZN13instanceKlass17allocate_instanceEP6Thread + 0x74
0x00007f8f143298c7 _ZN11OptoRuntime14new_instance_CEP12klassOopDescP10JavaThread + 0xb7
----------------- 14823 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) bci:20 line:226 (Interpreted frame)
----------------- 14824 -----------------
0x00007f8f150e07ce __pthread_cond_timedwait + 0x13e
0x00007f8f143fba05 Unsafe_Park + 0x125
0x00007f8f09012d78 * sun.misc.Unsafe.park(boolean, long) bci:0 (Interpreted frame)
0x00007f8f09006058 * java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) bci:20 line:226 (Interpreted frame)
----------------- 14146 -----------------
0x00007f8f150dd66b pthread_join + 0xab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment