Skip to content

Instantly share code, notes, and snippets.

@arthurp
Last active February 18, 2018 19:51
Show Gist options
  • Save arthurp/9e725864d1c211e4238677cc787f6ba4 to your computer and use it in GitHub Desktop.
Save arthurp/9e725864d1c211e4238677cc787f6ba4 to your computer and use it in GitHub Desktop.
SEGFAULT results from GraalVM 0.31
======================== GDB 'bt' for core.17432
[New LWP 17433]
[New LWP 17442]
[New LWP 17432]
[New LWP 17437]
[New LWP 17434]
[New LWP 17436]
[New LWP 17444]
[New LWP 17439]
[New LWP 17440]
[New LWP 17451]
[New LWP 17435]
[New LWP 17438]
[New LWP 17441]
[New LWP 17445]
[New LWP 17447]
[New LWP 17446]
[New LWP 17443]
[New LWP 17455]
[New LWP 17450]
[New LWP 17456]
[New LWP 17448]
[New LWP 17462]
[New LWP 17458]
[New LWP 17457]
[New LWP 17460]
[New LWP 17463]
[New LWP 17461]
[New LWP 17459]
[New LWP 17464]
[New LWP 17449]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/home/amp/shared/graalvm/graalvm-0.31/jre/bin/java -XX:-UseJVMCIClassLoader -ea'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f095418f8ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
[Current thread is 1 (Thread 0x7f0955451700 (LWP 17433))]
Thread 30 (Thread 0x7f093463e700 (LWP 17449)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c0cdf78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c0cdf28, cond=0x7f094c0cdf50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c0cdf50, mutex=0x7f094c0cdf28) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540a2348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540a2cd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f095418a581 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f0953b9b7ac in ciEnv::get_field_by_index(ciInstanceKlass*, int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f0953bc5046 in ciBytecodeStream::get_field(bool&) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f0953af38d7 in GraphBuilder::access_field(Bytecodes::Code) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f0953af6786 in GraphBuilder::iterate_bytecodes_for_block(int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007f0953af6c23 in GraphBuilder::iterate_all_blocks(bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#12 0x00007f0953af82cb in GraphBuilder::try_inline_full(ciMethod*, bool, Bytecodes::Code, Instruction*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#13 0x00007f0953af862d in GraphBuilder::try_inline(ciMethod*, bool, Bytecodes::Code, Instruction*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#14 0x00007f0953af8f73 in GraphBuilder::invoke(Bytecodes::Code) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#15 0x00007f0953af6795 in GraphBuilder::iterate_bytecodes_for_block(int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#16 0x00007f0953af6c15 in GraphBuilder::iterate_all_blocks(bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#17 0x00007f0953af713d in GraphBuilder::GraphBuilder(Compilation*, IRScope*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#18 0x00007f0953afe0ff in IR::IR(Compilation*, ciMethod*, int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#19 0x00007f0953ae0874 in Compilation::build_hir() [clone .part.82] () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#20 0x00007f0953ae22e3 in Compilation::compile_java_method() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#21 0x00007f0953ae23aa in Compilation::compile_method() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#22 0x00007f0953ae2840 in Compilation::Compilation(AbstractCompiler*, ciEnv*, ciMethod*, int, BufferBlob*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#23 0x00007f0953ae35b8 in Compiler::compile_method(ciEnv*, ciMethod*, int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#24 0x00007f0953c3cb7d in CompileBroker::invoke_compiler_on_method(CompileTask*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#25 0x00007f0953c3e467 in CompileBroker::compiler_thread_loop() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#26 0x00007f0954243848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#27 0x00007f09542439dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#28 0x00007f09540e32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#29 0x00007f09550127fc in start_thread (arg=0x7f093463e700) at pthread_create.c:465
#30 0x00007f095491fb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 29 (Thread 0x7f08de6b9700 (LWP 17464)):
#0 0x00007f095501964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f08de6b86d0, expected=0, futex_word=0x7f094ccb1478) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f08de6b8780, mutex=0x7f094ccb1428, cond=0x7f094ccb1450) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f094ccb1450, mutex=0x7f094ccb1428, abstime=0x7f08de6b8780) at pthread_cond_wait.c:667
#3 0x00007f09540eacef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540eb015 in os::sleep(Thread*, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f0953ea7504 in JVM_Sleep () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0938017854 in ?? ()
#7 0x00007f08de6b88e8 in ?? ()
#8 0x00007f09540e3d63 in os::javaTimeMillis() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f09380082bd in ?? ()
#10 0x0000000649003060 in ?? ()
#11 0x00007f09380116d8 in ?? ()
#12 0x0000000000000064 in ?? ()
#13 0x0000000649487670 in ?? ()
#14 0x00007f08de6b8958 in ?? ()
#15 0x00007f08df293bb6 in ?? ()
#16 0x00007f08de6b8a98 in ?? ()
#17 0x00007f08df2e2790 in ?? ()
#18 0x0000000000000000 in ?? ()
Thread 28 (Thread 0x7f08debbe700 (LWP 17459)):
#0 0x00007f095501964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f08debbd550, expected=0, futex_word=0x7f094cca8278) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f08debbd600, mutex=0x7f094cca8228, cond=0x7f094cca8250) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f094cca8250, mutex=0x7f094cca8228, abstime=0x7f08debbd600) at pthread_cond_wait.c:667
#3 0x00007f09540eacef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540d34ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f0953e96f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0938ea63c8 in ?? ()
#7 0x0000000649487670 in ?? ()
#8 0x0000000649488458 in ?? ()
#9 0x00007f08debbd7f0 in ?? ()
#10 0x00007f08debbd7f0 in ?? ()
#11 0x000000000000005e in ?? ()
#12 0x00007f08debbd9c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0x000000000957c002 in ?? ()
#15 0x00007f08debbda40 in ?? ()
#16 0x00007f0938fc990c in ?? ()
#17 0x00007f08debbd9c0 in ?? ()
#18 0x0000000649487670 in ?? ()
#19 0x0000000000000005 in ?? ()
#20 0x00007f094cca7800 in ?? ()
#21 0x00007f08debbd850 in ?? ()
#22 0x00007f094cca88d0 in ?? ()
#23 0x0000000000000042 in ?? ()
#24 0x0000000000000000 in ?? ()
Thread 27 (Thread 0x7f08de9bc700 (LWP 17461)):
#0 0x00007f095501964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f08de9bb550, expected=0, futex_word=0x7f094ccabd78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f08de9bb600, mutex=0x7f094ccabd28, cond=0x7f094ccabd50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f094ccabd50, mutex=0x7f094ccabd28, abstime=0x7f08de9bb600) at pthread_cond_wait.c:667
#3 0x00007f09540eacef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540d34ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f0953e96f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0938ea63c8 in ?? ()
#7 0x0000000649487670 in ?? ()
#8 0x0000000649487fb8 in ?? ()
#9 0x00007f08de9bb7f0 in ?? ()
#10 0x00007f08de9bb7f0 in ?? ()
#11 0x000000000000005c in ?? ()
#12 0x00007f08de9bb9c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0x000000000977e002 in ?? ()
#15 0x00007f08de9bba40 in ?? ()
#16 0x00007f0938fc990c in ?? ()
#17 0x00007f08de9bb9c0 in ?? ()
#18 0x0000000649487670 in ?? ()
#19 0x0000000000000005 in ?? ()
#20 0x00007f094ccab000 in ?? ()
#21 0x00007f08de9bb850 in ?? ()
#22 0x00007f094ccac420 in ?? ()
#23 0x0000000000000042 in ?? ()
#24 0x0000000000000000 in ?? ()
Thread 26 (Thread 0x7f08de7ba700 (LWP 17463)):
#0 0x00007f095501964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f08de7b9550, expected=0, futex_word=0x7f094ccaf478) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f08de7b9600, mutex=0x7f094ccaf428, cond=0x7f094ccaf450) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f094ccaf450, mutex=0x7f094ccaf428, abstime=0x7f08de7b9600) at pthread_cond_wait.c:667
#3 0x00007f09540eacef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540d34ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f0953e96f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0938ea63c8 in ?? ()
#7 0x0000000649487670 in ?? ()
#8 0x0000000649487b18 in ?? ()
#9 0x00007f08de7b97f0 in ?? ()
#10 0x00007f08de7b97f0 in ?? ()
#11 0x000000000000005a in ?? ()
#12 0x00007f08de7b99c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0x0000000009980002 in ?? ()
#15 0x00007f08de7b9a40 in ?? ()
#16 0x00007f0938fc990c in ?? ()
#17 0x00007f08de7b99c0 in ?? ()
#18 0x0000000649487670 in ?? ()
#19 0x0000000000000005 in ?? ()
#20 0x00007f094ccae800 in ?? ()
#21 0x00007f08de7b9850 in ?? ()
#22 0x00007f094ccafb80 in ?? ()
#23 0x0000000000000042 in ?? ()
#24 0x0000000000000000 in ?? ()
Thread 25 (Thread 0x7f08deabd700 (LWP 17460)):
#0 0x00007f095501964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f08deabc550, expected=0, futex_word=0x7f094ccaa178) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f08deabc600, mutex=0x7f094ccaa128, cond=0x7f094ccaa150) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f094ccaa150, mutex=0x7f094ccaa128, abstime=0x7f08deabc600) at pthread_cond_wait.c:667
#3 0x00007f09540eacef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540d34ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f0953e96f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0938ea63c8 in ?? ()
#7 0x0000000649487670 in ?? ()
#8 0x0000000649488208 in ?? ()
#9 0x00007f08deabc7f0 in ?? ()
#10 0x00007f08deabc7f0 in ?? ()
#11 0x000000000000005d in ?? ()
#12 0x00007f08deabc9c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0x000000000967d002 in ?? ()
#15 0x00007f08deabca40 in ?? ()
#16 0x00007f0938fc990c in ?? ()
#17 0x00007f08deabc9c0 in ?? ()
#18 0x0000000649487670 in ?? ()
#19 0x0000000000000005 in ?? ()
#20 0x00007f094cca9000 in ?? ()
#21 0x00007f08deabc850 in ?? ()
#22 0x00007f094ccaa870 in ?? ()
#23 0x0000000000000042 in ?? ()
#24 0x0000000000000000 in ?? ()
Thread 24 (Thread 0x7f08dedc0700 (LWP 17457)):
#0 0x00007f095501964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f08dedbf550, expected=0, futex_word=0x7f094cca2b78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f08dedbf600, mutex=0x7f094cca2b28, cond=0x7f094cca2b50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f094cca2b50, mutex=0x7f094cca2b28, abstime=0x7f08dedbf600) at pthread_cond_wait.c:667
#3 0x00007f09540eacef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540d34ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f0953e96f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0938ea63c8 in ?? ()
#7 0x0000000649487670 in ?? ()
#8 0x00000006494888f8 in ?? ()
#9 0x00007f08dedbf7f0 in ?? ()
#10 0x00007f08dedbf7f0 in ?? ()
#11 0x000000000000005f in ?? ()
#12 0x00007f08dedbf9c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0x000000000937a002 in ?? ()
#15 0x00007f08dedbfa40 in ?? ()
#16 0x00007f0938fc990c in ?? ()
#17 0x00007f08dedbf9c0 in ?? ()
#18 0x0000000649487670 in ?? ()
#19 0x0000000000000005 in ?? ()
#20 0x00007f094cca2000 in ?? ()
#21 0x00007f08dedbf850 in ?? ()
#22 0x00007f094cca3260 in ?? ()
#23 0x0000000000000042 in ?? ()
#24 0x0000000000000000 in ?? ()
Thread 23 (Thread 0x7f08decbf700 (LWP 17458)):
#0 0x00007f095501964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f08decbe550, expected=0, futex_word=0x7f094cca4678) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f08decbe600, mutex=0x7f094cca4628, cond=0x7f094cca4650) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f094cca4650, mutex=0x7f094cca4628, abstime=0x7f08decbe600) at pthread_cond_wait.c:667
#3 0x00007f09540eacef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540d34ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f0953e96f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0938ea63c8 in ?? ()
#7 0x0000000649487670 in ?? ()
#8 0x00000006494886a8 in ?? ()
#9 0x00007f08decbe7f0 in ?? ()
#10 0x00007f08decbe7f0 in ?? ()
#11 0x0000000000000061 in ?? ()
#12 0x00007f08decbe9c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0x000000000947b002 in ?? ()
#15 0x00007f08decbea40 in ?? ()
#16 0x00007f0938fc990c in ?? ()
#17 0x00007f08decbe9c0 in ?? ()
#18 0x0000000649487670 in ?? ()
#19 0x0000000000000005 in ?? ()
#20 0x00007f094cca3800 in ?? ()
#21 0x00007f08decbe850 in ?? ()
#22 0x00007f094cca4d30 in ?? ()
#23 0x0000000000000042 in ?? ()
#24 0x0000000000000000 in ?? ()
Thread 22 (Thread 0x7f08de8bb700 (LWP 17462)):
#0 0x00007f095501964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f08de8ba550, expected=0, futex_word=0x7f094ccad978) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f08de8ba600, mutex=0x7f094ccad928, cond=0x7f094ccad950) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f094ccad950, mutex=0x7f094ccad928, abstime=0x7f08de8ba600) at pthread_cond_wait.c:667
#3 0x00007f09540eacef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540d34ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f0953e96f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0938ea63c8 in ?? ()
#7 0x0000000649487670 in ?? ()
#8 0x0000000649487d68 in ?? ()
#9 0x00007f08de8ba7f0 in ?? ()
#10 0x00007f08de8ba7f0 in ?? ()
#11 0x000000000000005b in ?? ()
#12 0x00007f08de8ba9c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0x000000000987f002 in ?? ()
#15 0x00007f08de8baa40 in ?? ()
#16 0x00007f0938fc990c in ?? ()
#17 0x00007f08de8ba9c0 in ?? ()
#18 0x0000000649487670 in ?? ()
#19 0x0000000000000005 in ?? ()
#20 0x00007f094ccad000 in ?? ()
#21 0x00007f08de8ba850 in ?? ()
#22 0x00007f094ccadfd0 in ?? ()
#23 0x0000000000000042 in ?? ()
#24 0x0000000000000000 in ?? ()
Thread 21 (Thread 0x7f093473f700 (LWP 17448)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c0cbc7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c0cbc28, cond=0x7f094c0cbc50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c0cbc50, mutex=0x7f094c0cbc28) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540a2348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540a2cd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f095418a675 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f095423aa28 in JavaThread::check_safepoint_and_suspend_for_native_trans(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f0953e957dd in ThreadStateTransition::transition_from_native(JavaThread*, JavaThreadState) [clone .constprop.170] () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f0953ea1bce in JVM_Clone () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f0938160946 in ?? ()
#11 0x0000000755eae3e8 in ?? ()
#12 0x00007f09387bd2bc in ?? ()
#13 0x00000006490f6688 in ?? ()
#14 0x0000000755eae160 in ?? ()
#15 0x0000000755eae280 in ?? ()
#16 0x0000000700000000 in ?? ()
#17 0x0000000755eae280 in ?? ()
#18 0x0000000753e16b20 in ?? ()
#19 0x00007f093473dc70 in ?? ()
#20 0x00007f093855929c in ?? ()
#21 0x00007f093473dc70 in ?? ()
#22 0x00007f0938c92e04 in ?? ()
#23 0x0000000755e85250 in ?? ()
#24 0x0000000000000000 in ?? ()
Thread 20 (Thread 0x7f08deec1700 (LWP 17456)):
#0 0x00007f095501964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f08deec0550, expected=0, futex_word=0x7f094cc89d78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f08deec0600, mutex=0x7f094cc89d28, cond=0x7f094cc89d50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f094cc89d50, mutex=0x7f094cc89d28, abstime=0x7f08deec0600) at pthread_cond_wait.c:667
#3 0x00007f09540eacef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540d34ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f0953e96f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0938ea63c8 in ?? ()
#7 0x0000000649487670 in ?? ()
#8 0x00000006494bcd20 in ?? ()
#9 0x00007f08deec07f0 in ?? ()
#10 0x00007f08deec07f0 in ?? ()
#11 0x0000000000000060 in ?? ()
#12 0x00007f08deec09c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0x0000000009279002 in ?? ()
#15 0x00007f08deec0a40 in ?? ()
#16 0x00007f0938fc990c in ?? ()
#17 0x00007f08deec09c0 in ?? ()
#18 0x0000000649487670 in ?? ()
#19 0x0000000000000005 in ?? ()
#20 0x00007f094cc9e800 in ?? ()
#21 0x00007f08deec0850 in ?? ()
#22 0x00007f094cc9f7e0 in ?? ()
#23 0x0000000000000042 in ?? ()
#24 0x0000000000000000 in ?? ()
Thread 19 (Thread 0x7f093453d700 (LWP 17450)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c0d0e7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c0d0e28, cond=0x7f094c0d0e50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c0d0e50, mutex=0x7f094c0d0e28) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540a2857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540a3492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f095418c65d in ServiceThread::service_thread_entry(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f0954243848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f09542439dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f09540e32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f09550127fc in start_thread (arg=0x7f093453d700) at pthread_create.c:465
#11 0x00007f095491fb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 18 (Thread 0x7f08defc2700 (LWP 17455)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c2ca87c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c2ca828, cond=0x7f094c2ca850) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c2ca850, mutex=0x7f094c2ca828) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540d35a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f0953e96f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0938017854 in ?? ()
#7 0x00007f08df299300 in ?? ()
#8 0x00007f094cc88000 in ?? ()
#9 0x00007f0936c48b78 in ?? ()
#10 0x00007f08defc1898 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 17 (Thread 0x7f0934f23700 (LWP 17443)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c08f878) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c08f828, cond=0x7f094c08f850) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c08f850, mutex=0x7f094c08f828) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540d35a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f0953e96f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0938ea63c8 in ?? ()
#7 0x000000064901e5b0 in ?? ()
#8 0x0000000000000001 in ?? ()
#9 0x00007f0934f22990 in ?? ()
#10 0x00007f0934f22990 in ?? ()
#11 0x00007f0934f22a00 in ?? ()
#12 0x0000000000000002 in ?? ()
#13 0x00007f0936d16140 in ?? ()
#14 0xffffffffcb0df002 in ?? ()
#15 0x00007f0934f22a88 in ?? ()
#16 0x00007f093868d53c in ?? ()
#17 0x00007f0934f22a00 in ?? ()
#18 0x000000064901e5b0 in ?? ()
#19 0x000000064901e5b0 in ?? ()
#20 0x00007f094c08e800 in ?? ()
#21 0x00007f0936d16025 in ?? ()
#22 0x00007f0936d16020 in ?? ()
#23 0x00007f0934f22a98 in ?? ()
#24 0x00007f094c08e800 in ?? ()
#25 0x00007f0934f22a30 in ?? ()
#26 0x00007f0900000001 in ?? ()
#27 0x000000064901e5b0 in ?? ()
#28 0x00007f0936c70438 in ?? ()
#29 0x0000000000000003 in ?? ()
#30 0x000000064901e5b0 in ?? ()
#31 0x00007f0934f22a88 in ?? ()
#32 0x00007f0938007a90 in ?? ()
#33 0x00007f0934f22a88 in ?? ()
#34 0x00007f0938007a90 in ?? ()
#35 0x00007f0934f22a88 in ?? ()
#36 0x00007f0938007a90 in ?? ()
#37 0x0000000000000001 in ?? ()
#38 0x00007f0934f22a48 in ?? ()
#39 0x00007f0936d16021 in ?? ()
#40 0x00007f0934f22a98 in ?? ()
#41 0x00007f0936d16140 in ?? ()
#42 0x0000000000000000 in ?? ()
Thread 16 (Thread 0x7f0934941700 (LWP 17446)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c0c727c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c0c7228, cond=0x7f094c0c7250) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c0c7250, mutex=0x7f094c0c7228) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540a2348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540a2cd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f095418a581 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f095418a846 in ThreadSafepointState::handle_polling_page_exception() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f093804789a in ?? ()
#9 0xffff00003820037f in ?? ()
#10 0x0000000000000000 in ?? ()
Thread 15 (Thread 0x7f0934840700 (LWP 17447)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c0c9a78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c0c9a28, cond=0x7f094c0c9a50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c0c9a50, mutex=0x7f094c0c9a28) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540a2857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540a34be in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f09542a3efc in VMThread::execute(VM_Operation*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f0953dcc44e in InlineCacheBuffer::create_transition_stub(CompiledIC*, void*, unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f0953c41a7b in CompiledIC::set_to_monomorphic(CompiledICInfo&) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f09541956ce in SharedRuntime::resolve_sub_helper(JavaThread*, bool, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f0954195928 in SharedRuntime::resolve_helper(JavaThread*, bool, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007f0954196452 in SharedRuntime::resolve_virtual_call_C(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#12 0x00007f093804829a in ?? ()
#13 0x000000003020037f in ?? ()
#14 0x0000000755dc0e68 in ?? ()
#15 0x00007f093483e718 in ?? ()
#16 0x0002ffff00001fab in ?? ()
#17 0xfadd3c0ca4588000 in ?? ()
#18 0x000000000000c000 in ?? ()
#19 0xfadd3c0ca4588000 in ?? ()
#20 0x000000000000c000 in ?? ()
#21 0xfadd3c0ca4588000 in ?? ()
#22 0x000000000000c000 in ?? ()
#23 0xfadd3c0ca4588000 in ?? ()
#24 0x000000000000c000 in ?? ()
#25 0xfadd3c0ca4588000 in ?? ()
#26 0x000000000000c000 in ?? ()
#27 0xfadd3c0ca4588000 in ?? ()
#28 0x000000000000c000 in ?? ()
#29 0xc4179d3f89d21000 in ?? ()
#30 0x0000000000003fff in ?? ()
#31 0x8000000000000000 in ?? ()
#32 0x0000000000004004 in ?? ()
#33 0x0000000000000000 in ?? ()
Thread 14 (Thread 0x7f0934a42700 (LWP 17445)):
#0 0x00007f095501bf96 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7f09547d6f60 <sig_sem>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1 do_futex_wait (sem=sem@entry=0x7f09547d6f60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:111
#2 0x00007f095501c054 in __new_sem_wait_slow (sem=sem@entry=0x7f09547d6f60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:181
#3 0x00007f095501c144 in __new_sem_wait (sem=0x7f09547d6f60 <sig_sem>) at sem_wait.c:42
#4 0x00007f09540e5503 in os::signal_wait() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540dd34b in signal_thread_entry(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0954243848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f09542439dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f09540e32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f09550127fc in start_thread (arg=0x7f0934a42700) at pthread_create.c:465
#10 0x00007f095491fb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 13 (Thread 0x7f09503e2700 (LWP 17441)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c031f7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c031f28, cond=0x7f094c031f50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c031f50, mutex=0x7f094c031f28) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540a2857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540a3492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0953d6d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f0953d6f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f09540e32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f09550127fc in start_thread (arg=0x7f09503e2700) at pthread_create.c:465
#10 0x00007f095491fb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 12 (Thread 0x7f09506e5700 (LWP 17438)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c02cb78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c02cb28, cond=0x7f094c02cb50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c02cb50, mutex=0x7f094c02cb28) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540a2857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540a3492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0953d6d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f0953d6f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f09540e32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f09550127fc in start_thread (arg=0x7f09506e5700) at pthread_create.c:465
#10 0x00007f095491fb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 11 (Thread 0x7f09509e8700 (LWP 17435)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c027778) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c027728, cond=0x7f094c027750) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c027750, mutex=0x7f094c027728) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540a2857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540a3492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0953d6d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f0953d6f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f09540e32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f09550127fc in start_thread (arg=0x7f09509e8700) at pthread_create.c:465
#10 0x00007f095491fb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 10 (Thread 0x7f093443c700 (LWP 17451)):
#0 0x00007f095501964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f093443bc50, expected=0, futex_word=0x7f094c0d5d78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f093443bd00, mutex=0x7f094c0d5d28, cond=0x7f094c0d5d50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f094c0d5d50, mutex=0x7f094c0d5d28, abstime=0x7f093443bd00) at pthread_cond_wait.c:667
#3 0x00007f09540eacef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540a29f7 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540a3492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0954239b23 in WatcherThread::sleep() const () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f0954239c0e in WatcherThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f09540e32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f09550127fc in start_thread (arg=0x7f093443c700) at pthread_create.c:465
#10 0x00007f095491fb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 9 (Thread 0x7f09504e3700 (LWP 17440)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c030378) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c030328, cond=0x7f094c030350) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c030350, mutex=0x7f094c030328) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540a2857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540a3492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0953d6d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f0953d6f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f09540e32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f09550127fc in start_thread (arg=0x7f09504e3700) at pthread_create.c:465
#10 0x00007f095491fb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 8 (Thread 0x7f09505e4700 (LWP 17439)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c02e77c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c02e728, cond=0x7f094c02e750) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c02e750, mutex=0x7f094c02e728) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540a2857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540a3492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0953d6d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f0953d6f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f09540e32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f09550127fc in start_thread (arg=0x7f09505e4700) at pthread_create.c:465
#10 0x00007f095491fb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 7 (Thread 0x7f0934e22700 (LWP 17444)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c09427c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c094228, cond=0x7f094c094250) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c094250, mutex=0x7f094c094228) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540d35a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f0953e96f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0938ea63c8 in ?? ()
#7 0x000000064900ebe8 in ?? ()
#8 0x000000064900ebf8 in ?? ()
#9 0x00007f0934e21930 in ?? ()
#10 0x00007f0934e21930 in ?? ()
#11 0x00007f0934e219b0 in ?? ()
#12 0x0000000000000000 in ?? ()
Thread 6 (Thread 0x7f09508e7700 (LWP 17436)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c02937c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c029328, cond=0x7f094c029350) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c029350, mutex=0x7f094c029328) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540a2857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540a3492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0953d6d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f0953d6f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f09540e32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f09550127fc in start_thread (arg=0x7f09508e7700) at pthread_create.c:465
#10 0x00007f095491fb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 5 (Thread 0x7f0950ae9700 (LWP 17434)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c025b7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c025b28, cond=0x7f094c025b50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c025b50, mutex=0x7f094c025b28) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540a2857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540a3492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0953d6d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f0953d6f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f09540e32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f09550127fc in start_thread (arg=0x7f0950ae9700) at pthread_create.c:465
#10 0x00007f095491fb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 4 (Thread 0x7f09507e6700 (LWP 17437)):
#0 0x00007f0955019072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f094c02af78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f094c02af28, cond=0x7f094c02af50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f094c02af50, mutex=0x7f094c02af28) at pthread_cond_wait.c:655
#3 0x00007f09540eaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09540a2857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f09540a3492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f0953d6d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f0953d6f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f09540e32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f09550127fc in start_thread (arg=0x7f09507e6700) at pthread_create.c:465
#10 0x00007f095491fb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 3 (Thread 0x7f0955458b80 (LWP 17432)):
#0 0x00007f0955013b7d in __pthread_join (threadid=139678062024448, thread_return=0x7ffcfcceb370) at pthread_join.c:90
#1 0x00007f0954dfe775 in ContinueInNewThread0 () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#2 0x00007f0954df9e9a in ContinueInNewThread () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#3 0x00007f0954dfcf18 in JLI_Launch () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#4 0x0000000000400696 in main ()
Thread 2 (Thread 0x7f0935024700 (LWP 17442)):
#0 0x00007f09541890d3 in SafepointSynchronize::begin() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007f09542a4688 in VMThread::loop() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007f09542a4bb2 in VMThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 0x00007f09540e32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f09550127fc in start_thread (arg=0x7f0935024700) at pthread_create.c:465
#5 0x00007f095491fb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 1 (Thread 0x7f0955451700 (LWP 17433)):
#0 0x00007f095418f8ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007f09540ed8d9 in JVM_handle_linux_signal () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007f09540e1b48 in signalHandler(int, siginfo*, void*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 <signal handler called>
#4 0x00007f0938aa79aa in ?? ()
#5 0x00007f0955449ca0 in ?? ()
#6 0x0000000755c4c840 in ?? ()
#7 0x0000000755c4c810 in ?? ()
#8 0x0000000000000002 in ?? ()
#9 0x0000000000000001 in ?? ()
#10 0x00007f09386ee3a4 in ?? ()
#11 0x00000007c0000b68 in ?? ()
#12 0x00000010eab89913 in ?? ()
#13 0x0000000755c4c8e0 in ?? ()
#14 0x00000076eab896e0 in ?? ()
#15 0x0000000000000001 in ?? ()
#16 0x00007f09386f2364 in ?? ()
#17 0x0000000755c4c1c8 in ?? ()
#18 0x00007f0938a6c520 in ?? ()
#19 0x0000000755c4c2d0 in ?? ()
#20 0x00007f0938df4de3 in ?? ()
#21 0x0000000700000076 in ?? ()
#22 0x0000000755c4c288 in ?? ()
#23 0x0000000755c4c270 in ?? ()
#24 0x0000000755c4c240 in ?? ()
#25 0x0000000755c4c1f8 in ?? ()
#26 0xeab8983f385dbe6c in ?? ()
#27 0x0000000755c4c210 in ?? ()
#28 0x000000064968db78 in ?? ()
#29 0x0000000000000001 in ?? ()
#30 0x00007f093899a44d in ?? ()
#31 0xeab89851eab8984e in ?? ()
#32 0x0000000755c4c2b8 in ?? ()
#33 0x0000000755c4c7f8 in ?? ()
#34 0x0000000755c4c880 in ?? ()
#35 0x0000000755c4c7c8 in ?? ()
#36 0x0000000755c4c2d0 in ?? ()
#37 0x0000000000000001 in ?? ()
#38 0x00007f093881ae9c in ?? ()
#39 0x0000000755c4c4e8 in ?? ()
#40 0x0000000755c49a10 in ?? ()
#41 0x00000000c92d1809 in ?? ()
#42 0x00007f093919b48c in ?? ()
#43 0x0000000755c49980 in ?? ()
#44 0x0000000755c4b700 in ?? ()
#45 0x0000000755c4b6e8 in ?? ()
#46 0x0000000755c4b6b8 in ?? ()
#47 0x0000000755c4b670 in ?? ()
#48 0xeab896ce3899a44d in ?? ()
#49 0x0000000755c4b688 in ?? ()
#50 0x0000000755c4b6a0 in ?? ()
#51 0xeab896d155c49f80 in ?? ()
#52 0xeab896d7eab896d4 in ?? ()
#53 0xeab896e0eab896dd in ?? ()
#54 0x0000000755c4b730 in ?? ()
#55 0x0000000a00000001 in ?? ()
#56 0x00000000eab896e6 in ?? ()
#57 0x0000000755c4c3d0 in ?? ()
#58 0x0000000755c4c460 in ?? ()
#59 0x0000000755c4c4e8 in ?? ()
#60 0x00000000eab896e9 in ?? ()
#61 0x0000000755c4b960 in ?? ()
#62 0x00007f0938f84d0d in ?? ()
#63 0x0000000000000003 in ?? ()
#64 0x00007f09391fa8e7 in ?? ()
#65 0x000000064968bfb8 in ?? ()
#66 0x00000006c92e7fae in ?? ()
#67 0x00000006495dc708 in ?? ()
#68 0x0000000757ef0850 in ?? ()
#69 0x0000000757ef08e0 in ?? ()
#70 0xeafde10a00000274 in ?? ()
#71 0x0000000755c4c5e0 in ?? ()
#72 0x0000000000000008 in ?? ()
#73 0x0000000757ef0850 in ?? ()
#74 0x0000000755c4c7b0 in ?? ()
#75 0x00000006492861c0 in ?? ()
#76 0x0000000755c4c7a0 in ?? ()
#77 0x0000000755c4c880 in ?? ()
#78 0x0000000755c4c8c8 in ?? ()
#79 0x0000000755c4c8e0 in ?? ()
#80 0x000000064906a550 in ?? ()
#81 0x0000000757ef0850 in ?? ()
#82 0xc92bb8e1390d3dbc in ?? ()
#83 0x0000000755c4c5e0 in ?? ()
#84 0x0000000755c4c5b0 in ?? ()
#85 0x0000000000000001 in ?? ()
#86 0x00007f09390971dc in ?? ()
#87 0x0000000757ef0850 in ?? ()
#88 0x00000006495dc0f8 in ?? ()
#89 0x0000000755c4bd90 in ?? ()
#90 0x0000004139052892 in ?? ()
#91 0x0000000755c4c5b0 in ?? ()
#92 0x0000002900000046 in ?? ()
#93 0x000000064928c2e0 in ?? ()
#94 0x0000000755c4c3e8 in ?? ()
#95 0x00007f094c00e001 in ?? ()
#96 0xeab8987f55c4c718 in ?? ()
#97 0x0000000755c4c3f8 in ?? ()
#98 0x0000000755c4bc58 in ?? ()
#99 0x0000000755c4c788 in ?? ()
#100 0x0000000755c4c718 in ?? ()
#101 0x0000000000000001 in ?? ()
#102 0x0000000755c4bef8 in ?? ()
#103 0x00000007c00117a8 in ?? ()
#104 0x00007f09389613ac in ?? ()
#105 0x0000000000000000 in ?? ()
======================== jstack for core.17432
Attaching to core core.17432 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
Deadlock Detection:
No deadlocks found.
Thread 17464: (state = BLOCKED)
- java.lang.Thread.sleep(long) @bci=0 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Monitor.run() @bci=1078, line=189 (Interpreted frame)
Thread 17463: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 17462: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 17461: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 17460: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 17459: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 17458: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 17457: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 17456: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 17455: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=502 (Interpreted frame)
- java.util.TimerThread.mainLoop() @bci=28, line=526 (Interpreted frame)
- java.util.TimerThread.run() @bci=1, line=505 (Interpreted frame)
Thread 17445: (state = BLOCKED)
Thread 17444: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- java.lang.ref.ReferenceQueue.remove(long) @bci=59, line=143 (Compiled frame)
- java.lang.ref.ReferenceQueue.remove() @bci=2, line=164 (Compiled frame)
- java.lang.ref.Finalizer$FinalizerThread.run() @bci=36, line=209 (Interpreted frame)
Thread 17443: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- java.lang.Object.wait() @bci=2, line=502 (Compiled frame)
- java.lang.ref.Reference.tryHandlePending(boolean) @bci=54, line=191 (Compiled frame)
- java.lang.ref.Reference$ReferenceHandler.run() @bci=1, line=153 (Interpreted frame)
Thread 17433: (state = IN_JAVA)
======================== jmap for core.17432
Attaching to core core.17432 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
0x0000000000400000 7K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java
0x00007f095500b000 141K /lib/x86_64-linux-gnu/libpthread.so.0
0x00007f0954df3000 101K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
0x00007f0954beb000 14K /lib/x86_64-linux-gnu/libdl.so.2
0x00007f095480b000 1914K /lib/x86_64-linux-gnu/libc.so.6
0x00007f095522b000 166K /lib64/ld-linux-x86-64.so.2
0x00007f095378b000 17623K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
0x00007f0953433000 1371K /lib/x86_64-linux-gnu/libm.so.6
0x00007f095322b000 31K /lib/x86_64-linux-gnu/librt.so.1
0x00007f095301b000 64K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libverify.so
0x00007f0952deb000 220K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libjava.so
0x00007f0952bdb000 34K /lib/x86_64-linux-gnu/libnss_compat.so.2
0x00007f09529bb000 94K /lib/x86_64-linux-gnu/libnsl.so.1
0x00007f09527ab000 46K /lib/x86_64-linux-gnu/libnss_nis.so.2
0x00007f0952593000 46K /lib/x86_64-linux-gnu/libnss_files.so.2
0x00007f0952373000 125K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libzip.so
0x00007f08df7eb000 90K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libnio.so
0x00007f08df5d3000 113K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libnet.so
0x00007f08defc3000 49K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libmanagement.so
======================== GDB 'bt' for core.17468
[New LWP 17494]
[New LWP 17468]
[New LWP 17470]
[New LWP 17469]
[New LWP 17473]
[New LWP 17471]
[New LWP 17478]
[New LWP 17472]
[New LWP 17552]
[New LWP 17994]
[New LWP 17474]
[New LWP 17475]
[New LWP 17476]
[New LWP 17484]
[New LWP 17477]
[New LWP 17479]
[New LWP 17485]
[New LWP 17480]
[New LWP 17486]
[New LWP 17481]
[New LWP 17487]
[New LWP 17482]
[New LWP 17488]
[New LWP 17493]
[New LWP 17495]
[New LWP 17483]
[New LWP 17489]
[New LWP 17497]
[New LWP 17490]
[New LWP 17547]
[New LWP 17491]
[New LWP 17548]
[New LWP 17492]
[New LWP 17549]
[New LWP 17551]
[New LWP 17937]
[New LWP 17938]
[New LWP 17939]
[New LWP 17940]
[New LWP 17941]
[New LWP 17942]
[New LWP 17943]
[New LWP 17944]
[New LWP 17973]
[New LWP 17976]
[New LWP 17986]
[New LWP 17995]
[New LWP 17496]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/home/amp/shared/graalvm/graalvm-0.31/jre/bin/java -XX:-UseJVMCIClassLoader -ea'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f8be29e78ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
[Current thread is 1 (Thread 0x7f8bbce9a700 (LWP 17494))]
Thread 48 (Thread 0x7f8bbcc98700 (LWP 17496)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdcd9f07c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdcd9f028, cond=0x7f8bdcd9f050) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdcd9f050, mutex=0x7f8bdcd9f028) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa348 in Monitor::ILock(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28facd6 in Monitor::lock_without_safepoint_check() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be29e2675 in SafepointSynchronize::block(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be2a92a28 in JavaThread::check_safepoint_and_suspend_for_native_trans(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be2a931d1 in JavaThread::check_special_condition_for_native_trans(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8bc9e7097c in ()
#10 0x0000000000000000 in ()
Thread 47 (Thread 0x7f8badd2d700 (LWP 17995)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8afc743a78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8afc743a28, cond=0x7f8afc743a50) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8afc743a50, mutex=0x7f8afc743a28) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa348 in Monitor::ILock(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28facd6 in Monitor::lock_without_safepoint_check() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be29e2675 in SafepointSynchronize::block(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be2a92a28 in JavaThread::check_safepoint_and_suspend_for_native_trans(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be2a931d1 in JavaThread::check_special_condition_for_native_trans(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8bc835bcbf in ()
#10 0x00000007559147f8 in ()
#11 0x0000000757637280 in ()
#12 0x00007f8badd2c968 in ()
#13 0x00007f8bc81ed854 in ()
#14 0x00007f8bc56eaa78 in ()
#15 0x0000000649000218 in ()
#16 0x00007f8badd2c8c0 in ()
#17 0x00000000ffffffff in ()
#18 0x00007f8badd2c8f8 in ()
#19 0x00007f8bc835cebc in ()
#20 0x00000007559147f8 in ()
#21 0x00007f8badd2c858 in ()
#22 0x00007f8bc57fa9c0 in ()
#23 0x00007f8badd2c8b0 in ()
#24 0x00007f8bc57fc000 in ()
#25 0x00007f8bbd6f5fa0 in ()
#26 0x00007f8badd2c8f8 in ()
#27 0x00007f8bc8007d00 in ()
#28 0x00007f8bc8007d00 in ()
#29 0x0000000000002000 in ()
#30 0x0000000000000000 in ()
Thread 46 (Thread 0x7f8bbc062700 (LWP 17986)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8af8004078) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8af8004028, cond=0x7f8af8004050) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8af8004050, mutex=0x7f8af8004028) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa857 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb4be in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be2afbefc in VMThread::execute(VM_Operation*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be2308aeb in BiasedLocking::revoke_and_rebias(Handle, bool, Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be2a5eb2b in ObjectSynchronizer::fast_enter(Handle, BasicLock*, bool, Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be26742e0 in InterpreterRuntime::monitorenter(JavaThread*, BasicObjectLock*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f8bc801370a in ()
#11 0x00007f8bbc061840 in ()
#12 0x00007f8bc80136d6 in ()
#13 0x00007f8bae901c80 in ()
#14 0x0000000755912710 in ()
#15 0x00007f8bbc0617f0 in ()
#16 0x00007f8bae901c18 in ()
#17 0x00007f8bbc061870 in ()
#18 0x00007f8bae901db8 in ()
#19 0x0000000000000000 in ()
Thread 45 (Thread 0x7f8badc2c700 (LWP 17976)):
#0 0x00007f8be387164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f8badc2b470, expected=0, futex_word=0x7f8af800587c) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 0x00007f8be387164b in __pthread_cond_wait_common (abstime=0x7f8badc2b520, mutex=0x7f8af8005828, cond=0x7f8af8005850) at pthread_cond_wait.c:533
#2 0x00007f8be387164b in __pthread_cond_timedwait (cond=0x7f8af8005850, mutex=0x7f8af8005828, abstime=0x7f8badc2b520) at pthread_cond_wait.c:667
#3 0x00007f8be2942cef in os::PlatformEvent::park(long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be292b4ea in ObjectMonitor::wait(long, bool, Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be26eef3b in JVM_MonitorWait () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8bc8a55ac8 in ()
#7 0x0000000755920128 in ()
#8 0x00007f8badc2b6d8 in ()
#9 0x0000000000000000 in ()
Thread 44 (Thread 0x7f8badf2f700 (LWP 17973)):
#0 0x00007f8be387164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f8badf2e3b0, expected=0, futex_word=0x7f8b6130ca78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 0x00007f8be387164b in __pthread_cond_wait_common (abstime=0x7f8badf2e460, mutex=0x7f8b6130ca28, cond=0x7f8b6130ca50) at pthread_cond_wait.c:533
#2 0x00007f8be387164b in __pthread_cond_timedwait (cond=0x7f8b6130ca50, mutex=0x7f8b6130ca28, abstime=0x7f8badf2e460) at pthread_cond_wait.c:667
#3 0x00007f8be2942cef in os::PlatformEvent::park(long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be292a793 in ObjectMonitor::EnterI(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be292abf3 in ObjectMonitor::enter(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be26742e0 in InterpreterRuntime::monitorenter(JavaThread*, BasicObjectLock*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8bc8013718 in ()
#8 0x00007f8bc80136d6 in ()
#9 0x0000000000000003 in ()
#10 0x0000000649d710c0 in ()
#11 0x00007f8badf2e638 in ()
#12 0x00007f8bc56eb750 in ()
#13 0x00007f8badf2e6d8 in ()
#14 0x00007f8bc5772138 in ()
#15 0x0000000000000000 in ()
Thread 43 (Thread 0x7f8bae030700 (LWP 17944)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8b10004a0c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8b100049b8, cond=0x7f8b100049e0) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8b100049e0, mutex=0x7f8b100049b8) at pthread_cond_wait.c:655
#3 0x00007f8be2943794 in Parker::park(bool, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be2ac51d7 in Unsafe_Park () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8bc8017854 in ()
#6 0x00007f8bc573dba0 in ()
#7 0x0000000000000000 in ()
Thread 42 (Thread 0x7f8bae131700 (LWP 17943)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8b1c00475c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8b1c004708, cond=0x7f8b1c004730) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8b1c004730, mutex=0x7f8b1c004708) at pthread_cond_wait.c:655
#3 0x00007f8be2943794 in Parker::park(bool, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be2ac51d7 in Unsafe_Park () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8bc8017854 in ()
#6 0x00007f8bae1308a0 in ()
#7 0x00007f8bae130990 in ()
#8 0x00007f8bae130880 in ()
#9 0x00007f8bc837a876 in ()
#10 0x00000006490005d8 in ()
#11 0x00007f8bae130848 in ()
#12 0x0000000000000000 in ()
Thread 41 (Thread 0x7f8bae232700 (LWP 17942)):
#0 0x00007f8be387164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f8bae2316b0, expected=0, futex_word=0x7f8b1800d19c) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 0x00007f8be387164b in __pthread_cond_wait_common (abstime=0x7f8bae231770, mutex=0x7f8b1800d148, cond=0x7f8b1800d170) at pthread_cond_wait.c:533
#2 0x00007f8be387164b in __pthread_cond_timedwait (cond=0x7f8b1800d170, mutex=0x7f8b1800d148, abstime=0x7f8bae231770) at pthread_cond_wait.c:667
#3 0x00007f8be29437a6 in Parker::park(bool, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be2ac51d7 in Unsafe_Park () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8bc9b6c30a in ()
#6 0x00000006490005d8 in ()
#7 0x0000000694127f18 in ()
#8 0x00007f8bae2318b0 in ()
#9 0x00007f8bc8215e4c in ()
#10 0x0000000000000000 in ()
Thread 40 (Thread 0x7f8bae333700 (LWP 17941)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8b10002a18) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8b100029c8, cond=0x7f8b100029f0) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8b100029f0, mutex=0x7f8b100029c8) at pthread_cond_wait.c:655
#3 0x00007f8be2943794 in Parker::park(bool, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be2ac51d7 in Unsafe_Park () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8bc8017854 in ()
#6 0x00007f8bae3328a0 in ()
#7 0x00007f8bae332990 in ()
#8 0x00007f8bae332880 in ()
#9 0x00007f8bc837a876 in ()
#10 0x00000006490005d8 in ()
#11 0x00007f8bae332848 in ()
#12 0x0000000000000000 in ()
Thread 39 (Thread 0x7f8bae434700 (LWP 17940)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8b1c00276c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8b1c002718, cond=0x7f8b1c002740) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8b1c002740, mutex=0x7f8b1c002718) at pthread_cond_wait.c:655
#3 0x00007f8be2943794 in Parker::park(bool, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be2ac51d7 in Unsafe_Park () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8bc8017854 in ()
#6 0x00007f8bae4338a0 in ()
#7 0x00007f8bae433990 in ()
#8 0x00007f8bae433880 in ()
#9 0x00007f8bc837a876 in ()
#10 0x00000006490005d8 in ()
#11 0x00007f8bae433848 in ()
#12 0x0000000000000000 in ()
Thread 38 (Thread 0x7f8bae535700 (LWP 17939)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8b1800b1f8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8b1800b1a8, cond=0x7f8b1800b1d0) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8b1800b1d0, mutex=0x7f8b1800b1a8) at pthread_cond_wait.c:655
#3 0x00007f8be2943794 in Parker::park(bool, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be2ac51d7 in Unsafe_Park () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8bc8017854 in ()
#6 0x00007f8bae5348a0 in ()
#7 0x00007f8bae534990 in ()
#8 0x00007f8bae534880 in ()
#9 0x00007f8bc837a876 in ()
#10 0x00000006490005d8 in ()
#11 0x00007f8bae534848 in ()
#12 0x0000000000000000 in ()
Thread 37 (Thread 0x7f8bae636700 (LWP 17938)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8b18005758) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8b18005708, cond=0x7f8b18005730) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8b18005730, mutex=0x7f8b18005708) at pthread_cond_wait.c:655
#3 0x00007f8be2943794 in Parker::park(bool, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be2ac51d7 in Unsafe_Park () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8bc8017854 in ()
#6 0x00007f8bae6358a0 in ()
#7 0x00007f8bae635990 in ()
#8 0x00007f8bae635880 in ()
#9 0x00007f8bc837a876 in ()
#10 0x00000006490005d8 in ()
#11 0x00007f8bae635848 in ()
#12 0x0000000000000000 in ()
Thread 36 (Thread 0x7f8bae737700 (LWP 17937)):
#0 0x00007f8be387164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f8bae7366b0, expected=0, futex_word=0x7f8b50021ddc) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 0x00007f8be387164b in __pthread_cond_wait_common (abstime=0x7f8bae736770, mutex=0x7f8b50021d88, cond=0x7f8b50021db0) at pthread_cond_wait.c:533
#2 0x00007f8be387164b in __pthread_cond_timedwait (cond=0x7f8b50021db0, mutex=0x7f8b50021d88, abstime=0x7f8bae736770) at pthread_cond_wait.c:667
#3 0x00007f8be29437a6 in Parker::park(bool, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be2ac51d7 in Unsafe_Park () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8bc9b6c30a in ()
#6 0x00000006490005d8 in ()
#7 0x0000000694127f18 in ()
#8 0x00007f8bae7368b0 in ()
#9 0x00007f8bc8215e4c in ()
#10 0x0000000000000000 in ()
Thread 35 (Thread 0x7f8baeb39700 (LWP 17551)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8b5004d8d8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8b5004d888, cond=0x7f8b5004d8b0) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8b5004d8b0, mutex=0x7f8b5004d888) at pthread_cond_wait.c:655
#3 0x00007f8be2943794 in Parker::park(bool, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be2ac51d7 in Unsafe_Park () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8bc8017854 in ()
#6 0x00007f8baeb38700 in ()
#7 0x00007f8bc80082bd in ()
#8 0x00007f8bc80082bd in ()
#9 0x000000064d287978 in ()
#10 0x00007f8baeb386a0 in ()
#11 0x0000000000000000 in ()
Thread 34 (Thread 0x7f8baee3a700 (LWP 17549)):
#0 0x00007f8be387164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f8baee39680, expected=0, futex_word=0x7f8b74011778) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 0x00007f8be387164b in __pthread_cond_wait_common (abstime=0x7f8baee39730, mutex=0x7f8b74011728, cond=0x7f8b74011750) at pthread_cond_wait.c:533
#2 0x00007f8be387164b in __pthread_cond_timedwait (cond=0x7f8b74011750, mutex=0x7f8b74011728, abstime=0x7f8baee39730) at pthread_cond_wait.c:667
#3 0x00007f8be2942cef in os::PlatformEvent::park(long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be292b4ea in ObjectMonitor::wait(long, bool, Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be26eef3b in JVM_MonitorWait () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8bc8a55ac8 in ()
#7 0x0000000649edb000 in ()
#8 0x00000000000e90e6 in ()
#9 0x00007f8baee39940 in ()
#10 0x00007f8bc83dad4c in ()
#11 0x00007f8baee39900 in ()
#12 0x00007f8bbd771f78 in ()
#13 0x00007f8baee39950 in ()
#14 0x00007f8bbd772718 in ()
#15 0x00007f8baee399b8 in ()
#16 0x00007f8bc80082bd in ()
#17 0x0000000649000218 in ()
#18 0x00007f8bc80082bd in ()
#19 0x00000000000555e7 in ()
#20 0x0000000000000000 in ()
Thread 33 (Thread 0x7f8bbd09c700 (LWP 17492)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdcd9727c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdcd97228, cond=0x7f8bdcd97250) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdcd97250, mutex=0x7f8bdcd97228) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa348 in Monitor::ILock(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28facd6 in Monitor::lock_without_safepoint_check() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be29e2581 in SafepointSynchronize::block(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be273b99d in exception_handler_for_pc_helper(JavaThread*, oopDesc*, unsigned char*, nmethod*&) [clone .constprop.47] () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be273c9f8 in JVMCIRuntime::exception_handler_for_pc(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8bc83a0bce in ()
#10 0x0000000758552bb8 in ()
#11 0x0000000008056e90 in ()
#12 0x00007f8bbd0989e8 in ()
#13 0x00007f8bcb3b4184 in ()
#14 0x0000000500000004 in ()
#15 0x000000064926ffb0 in ()
#16 0x0000000758552b48 in ()
#17 0x00000006803db340 in ()
#18 0x00000007803db458 in ()
#19 0x0000000758552b48 in ()
#20 0x0000000758552b70 in ()
#21 0x00000006803db340 in ()
#22 0x00007f8bc41ff000 in ()
#23 0x0000000600000001 in ()
#24 0x0000000649f8a178 in ()
#25 0x00000007574d7060 in ()
#26 0x00000006803daac8 in ()
#27 0x00007f8bc95c2604 in ()
#28 0x00007f8bbd0989e8 in ()
#29 0x00007f8bcb3a7acc in ()
#30 0x00000007574d7060 in ()
#31 0x00000006803dbd28 in ()
#32 0x00000006803dbcb0 in ()
#33 0x000000064926ffb0 in ()
#34 0x00007f8bbd0989e8 in ()
#35 0x00007f8bcb3c681c in ()
#36 0xd007b79bd007b79e in ()
#37 0x00007f8bdcd96000 in ()
#38 0xd007b559d007bc7f in ()
#39 0x00000007574d7060 in ()
#40 0x00000006803daaa0 in ()
#41 0x00000004c9412d12 in ()
#42 0x00007f8bbd0989e8 in ()
#43 0x00007f8bc81a70ec in ()
#44 0x00000006803ded70 in ()
#45 0x00007f8be273ca07 in JVMCIRuntime::exception_handler_for_pc(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#46 0x00007f8bca929284 in ()
#47 0x0000000000000000 in ()
Thread 32 (Thread 0x7f8baffff700 (LWP 17548)):
#0 0x00007f8be316b951 in __GI___poll (fds=0x7f8bdd4b0960, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007f8bb6536169 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007f8bb6536502 in g_main_loop_run () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007f8bb6d2fb26 in () at /usr/lib/x86_64-linux-gnu/libgio-2.0.so
#4 0x00007f8bb655d645 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007f8be386a7fc in start_thread (arg=0x7f8baffff700) at pthread_create.c:465
#6 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 31 (Thread 0x7f8bbd19d700 (LWP 17491)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdcd95278) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdcd95228, cond=0x7f8bdcd95250) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdcd95250, mutex=0x7f8bdcd95228) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa348 in Monitor::ILock(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28facd6 in Monitor::lock_without_safepoint_check() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be29e2581 in SafepointSynchronize::block(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be29e2ad3 in ThreadSafepointState::handle_polling_page_exception() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8bc804789a in ()
#9 0x3fd600000020037f in ()
#10 0x0000000000000000 in ()
Thread 30 (Thread 0x7f8bb4aba700 (LWP 17547)):
#0 0x00007f8be316b951 in __GI___poll (fds=0x7f8bdd504cf0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007f8bb6536169 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007f8bb653627c in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007f8bb65362c1 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007f8bb655d645 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x00007f8be386a7fc in start_thread (arg=0x7f8bb4aba700) at pthread_create.c:465
#6 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 29 (Thread 0x7f8bbd29e700 (LWP 17490)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdcd9347c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdcd93428, cond=0x7f8bdcd93450) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdcd93450, mutex=0x7f8bdcd93428) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa1a8 in Monitor::ILock(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28facd6 in Monitor::lock_without_safepoint_check() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be29e2675 in SafepointSynchronize::block(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be2a92a28 in JavaThread::check_safepoint_and_suspend_for_native_trans(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be2a931d1 in JavaThread::check_special_condition_for_native_trans(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8bc9e7097c in ()
#10 0x000000064d3be580 in ()
#11 0xc9a73dd98fddec30 in ()
#12 0x0000000000000000 in ()
Thread 28 (Thread 0x7f8bbcb97700 (LWP 17497)):
#0 0x00007f8be387164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f8bbcb966f0, expected=0, futex_word=0x7f8bdcda0e78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 0x00007f8be387164b in __pthread_cond_wait_common (abstime=0x7f8bbcb967a0, mutex=0x7f8bdcda0e28, cond=0x7f8bdcda0e50) at pthread_cond_wait.c:533
#2 0x00007f8be387164b in __pthread_cond_timedwait (cond=0x7f8bdcda0e50, mutex=0x7f8bdcda0e28, abstime=0x7f8bbcb967a0) at pthread_cond_wait.c:667
#3 0x00007f8be2942cef in os::PlatformEvent::park(long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be2943015 in os::sleep(Thread*, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be26ff504 in JVM_Sleep () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8bc9abc451 in ()
#7 0x00007f8bbcb96940 in ()
#8 0x00007f8bc83dad4c in ()
#9 0xffffffff00000008 in ()
#10 0x00007f8bbd7a7cb0 in ()
#11 0x00007f8bbcb96998 in ()
#12 0x00000007439134a8 in ()
#13 0x0000000649001940 in ()
#14 0x00007f8bbcb96998 in ()
#15 0x00007f8bbcb96998 in ()
#16 0x00007f8bc80082bd in ()
#17 0x00007f8bc80082bd in ()
#18 0x0000000000000064 in ()
#19 0x000000064931a850 in ()
#20 0x00007f8bbcb96958 in ()
#21 0x00007f8bbd7c53b6 in ()
#22 0x00007f8bbcb96a98 in ()
#23 0x00007f8bbd815390 in ()
#24 0x0000000000000000 in ()
Thread 27 (Thread 0x7f8bbd39f700 (LWP 17489)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdcd8f57c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdcd8f528, cond=0x7f8bdcd8f550) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdcd8f550, mutex=0x7f8bdcd8f528) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa348 in Monitor::ILock(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28facd6 in Monitor::lock_without_safepoint_check() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be29e2581 in SafepointSynchronize::block(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be29e2ad3 in ThreadSafepointState::handle_polling_page_exception() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8bc804789a in ()
#9 0x000000000020037f in ()
#10 0x000000000000ffc0 in ()
#11 0x3fbbd86ae8c9b50d in ()
#12 0x0002ffff00001fb2 in ()
#13 0x8000000000000000 in ()
#14 0x0000000000003fff in ()
#15 0x9a7e63e41d2f47c6 in ()
#16 0x0000000000003ffd in ()
#17 0x995dacc4c585d800 in ()
#18 0x000000000000bfff in ()
#19 0x995dacc4c585d800 in ()
#20 0x000000000000bfff in ()
#21 0xc3ac48e998caa800 in ()
#22 0x0000000000003fff in ()
#23 0x8000000000000000 in ()
#24 0x0000000000003ffe in ()
#25 0xc3ac48e998caa800 in ()
#26 0x0000000000003fff in ()
#27 0x8000000000000000 in ()
#28 0x0000000000004003 in ()
#29 0x0000000000000000 in ()
Thread 26 (Thread 0x7f8bbf010700 (LWP 17483)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdc0c9a7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdc0c9a28, cond=0x7f8bdc0c9a50) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdc0c9a50, mutex=0x7f8bdc0c9a28) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa348 in Monitor::ILock(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28facd6 in Monitor::lock_without_safepoint_check() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be29e2581 in SafepointSynchronize::block(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be29e286c in ThreadSafepointState::handle_polling_page_exception() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8bc8047aa6 in ()
#9 0x000000002021037f in ()
#10 0x0000000000000000 in ()
Thread 25 (Thread 0x7f8bbcd99700 (LWP 17495)):
#0 0x00007f8be387164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f8bbcd986f0, expected=0, futex_word=0x7f8bdcd9cd78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 0x00007f8be387164b in __pthread_cond_wait_common (abstime=0x7f8bbcd987a0, mutex=0x7f8bdcd9cd28, cond=0x7f8bdcd9cd50) at pthread_cond_wait.c:533
#2 0x00007f8be387164b in __pthread_cond_timedwait (cond=0x7f8bdcd9cd50, mutex=0x7f8bdcd9cd28, abstime=0x7f8bbcd987a0) at pthread_cond_wait.c:667
#3 0x00007f8be2942cef in os::PlatformEvent::park(long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be292b4ea in ObjectMonitor::wait(long, bool, Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be26eef3b in JVM_MonitorWait () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8bc8a55ac8 in ()
#7 0x000000064931a850 in ()
#8 0x00007f8bbcd98998 in ()
#9 0x00007f8bbd817c08 in ()
#10 0x00007f8bbc33d898 in ()
#11 0x00007f8bbd817b48 in ()
#12 0x0000000000000000 in ()
Thread 24 (Thread 0x7f8bbcf9b700 (LWP 17493)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdcd99178) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdcd99128, cond=0x7f8bdcd99150) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdcd99150, mutex=0x7f8bdcd99128) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa348 in Monitor::ILock(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28facd6 in Monitor::lock_without_safepoint_check() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be29e2581 in SafepointSynchronize::block(JavaThread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be29e2846 in ThreadSafepointState::handle_polling_page_exception() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8bc804789a in ()
#9 0x000000000020037f in ()
#10 0x000000000000ffc0 in ()
#11 0x3228d757347da07e in ()
#12 0x0002ffff00001fb2 in ()
#13 0xfa027ace5a1cd000 in ()
#14 0x0000000000003ffe in ()
#15 0x8000000000000000 in ()
#16 0x0000000000003ffe in ()
#17 0x8000000000000000 in ()
#18 0x0000000000003fff in ()
#19 0xee25056125405f8a in ()
#20 0x0000000000003ffd in ()
#21 0xc3f44d8caca16000 in ()
#22 0x000000000000bffe in ()
#23 0xc3f44d8caca16000 in ()
#24 0x000000000000bffe in ()
#25 0xfa027ace5a1cd000 in ()
#26 0x0000000000003ffe in ()
#27 0x8000000000000000 in ()
#28 0x0000000000004003 in ()
#29 0x0000000000000000 in ()
Thread 23 (Thread 0x7f8bbd4a0700 (LWP 17488)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8b6c00a67c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8b6c00a628, cond=0x7f8b6c00a650) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8b6c00a650, mutex=0x7f8b6c00a628) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be292b5a5 in ObjectMonitor::wait(long, bool, Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be26eef3b in JVM_MonitorWait () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8bc8017854 in ()
#7 0x00007f8bbd7c5828 in ()
#8 0x00007f8bdcd7a800 in ()
#9 0x00007f8bc56bdb78 in ()
#10 0x00007f8bbd49f898 in ()
#11 0x00007f8bc56bd9f8 in ()
#12 0x00007f8bbd49f908 in ()
#13 0x00007f8bc57680c8 in ()
#14 0x0000000000000000 in ()
Thread 22 (Thread 0x7f8bbf111700 (LWP 17482)):
#0 0x00007f8be387164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f8bbf110b30, expected=0, futex_word=0x7f8bdc0c727c) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 0x00007f8be387164b in __pthread_cond_wait_common (abstime=0x7f8bbf110be0, mutex=0x7f8bdc0c7228, cond=0x7f8bdc0c7250) at pthread_cond_wait.c:533
#2 0x00007f8be387164b in __pthread_cond_timedwait (cond=0x7f8bdc0c7250, mutex=0x7f8bdc0c7228, abstime=0x7f8bbf110be0) at pthread_cond_wait.c:667
#3 0x00007f8be2942cef in os::PlatformEvent::park(long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa9f7 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb4be in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be248cea2 in CompileQueue::get() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be24961f5 in CompileBroker::compiler_thread_loop() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be2a9b848 in JavaThread::thread_main_inner() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be2a9b9dc in JavaThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007f8be386a7fc in start_thread (arg=0x7f8bbf111700) at pthread_create.c:465
#12 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 21 (Thread 0x7f8bbec0c700 (LWP 17487)):
#0 0x00007f8be387164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f8bbec0bc50, expected=0, futex_word=0x7f8bdc0d5678) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 0x00007f8be387164b in __pthread_cond_wait_common (abstime=0x7f8bbec0bd00, mutex=0x7f8bdc0d5628, cond=0x7f8bdc0d5650) at pthread_cond_wait.c:533
#2 0x00007f8be387164b in __pthread_cond_timedwait (cond=0x7f8bdc0d5650, mutex=0x7f8bdc0d5628, abstime=0x7f8bbec0bd00) at pthread_cond_wait.c:667
#3 0x00007f8be2942cef in os::PlatformEvent::park(long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa9f7 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb492 in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be2a91b23 in WatcherThread::sleep() const () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be2a91c0e in WatcherThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be386a7fc in start_thread (arg=0x7f8bbec0c700) at pthread_create.c:465
#10 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 20 (Thread 0x7f8bbf212700 (LWP 17481)):
#0 0x00007f8be3873f96 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7f8be302ef60 <sig_sem>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1 0x00007f8be3873f96 in do_futex_wait (sem=sem@entry=0x7f8be302ef60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:111
#2 0x00007f8be3874054 in __new_sem_wait_slow (sem=sem@entry=0x7f8be302ef60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:181
#3 0x00007f8be3874144 in __new_sem_wait (sem=0x7f8be302ef60 <sig_sem>) at sem_wait.c:42
#4 0x00007f8be293d503 in os::signal_wait() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be293534b in signal_thread_entry(JavaThread*, Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be2a9b848 in JavaThread::thread_main_inner() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be2a9b9dc in JavaThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be386a7fc in start_thread (arg=0x7f8bbf212700) at pthread_create.c:465
#10 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 19 (Thread 0x7f8bbed0d700 (LWP 17486)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdc0d0a7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdc0d0a28, cond=0x7f8bdc0d0a50) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdc0d0a50, mutex=0x7f8bdc0d0a28) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa857 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb492 in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be29e465d in ServiceThread::service_thread_entry(JavaThread*, Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be2a9b848 in JavaThread::thread_main_inner() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be2a9b9dc in JavaThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f8be386a7fc in start_thread (arg=0x7f8bbed0d700) at pthread_create.c:465
#11 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 18 (Thread 0x7f8bbf5f5700 (LWP 17480)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdc09427c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdc094228, cond=0x7f8bdc094250) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdc094250, mutex=0x7f8bdc094228) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be292b5a5 in ObjectMonitor::wait(long, bool, Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be26eef3b in JVM_MonitorWait () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8bc8a55ac8 in ()
#7 0x000000064901a248 in ()
#8 0x00007f8bc80082bd in ()
#9 0x0000000000000000 in ()
Thread 17 (Thread 0x7f8bbee0e700 (LWP 17485)):
#0 0x00007f8be387164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f8bbee0db30, expected=0, futex_word=0x7f8bdc0cdb78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 0x00007f8be387164b in __pthread_cond_wait_common (abstime=0x7f8bbee0dbe0, mutex=0x7f8bdc0cdb28, cond=0x7f8bdc0cdb50) at pthread_cond_wait.c:533
#2 0x00007f8be387164b in __pthread_cond_timedwait (cond=0x7f8bdc0cdb50, mutex=0x7f8bdc0cdb28, abstime=0x7f8bbee0dbe0) at pthread_cond_wait.c:667
#3 0x00007f8be2942cef in os::PlatformEvent::park(long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa9f7 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb4be in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be248cea2 in CompileQueue::get() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be24961f5 in CompileBroker::compiler_thread_loop() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be2a9b848 in JavaThread::thread_main_inner() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be2a9b9dc in JavaThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007f8be386a7fc in start_thread (arg=0x7f8bbee0e700) at pthread_create.c:465
#12 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 16 (Thread 0x7f8bbf6f6700 (LWP 17479)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdc08f878) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdc08f828, cond=0x7f8bdc08f850) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdc08f850, mutex=0x7f8bdc08f828) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be292b5a5 in ObjectMonitor::wait(long, bool, Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be26eef3b in JVM_MonitorWait () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8bc8a55ac8 in ()
#7 0x00000006490220a0 in ()
#8 0x00007f8bbf6f5a20 in ()
#9 0x00007f8bc56bda00 in ()
#10 0x0000000000000000 in ()
Thread 15 (Thread 0x7f8bc6b75700 (LWP 17477)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdc031f78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdc031f28, cond=0x7f8bdc031f50) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdc031f50, mutex=0x7f8bdc031f28) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa857 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb492 in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be25c539a in GCTaskManager::get_task(unsigned int) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be25c715e in GCTaskThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be386a7fc in start_thread (arg=0x7f8bc6b75700) at pthread_create.c:465
#10 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 14 (Thread 0x7f8bbef0f700 (LWP 17484)):
#0 0x00007f8be387164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f8bbef0eb30, expected=0, futex_word=0x7f8bdc0cbc78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 0x00007f8be387164b in __pthread_cond_wait_common (abstime=0x7f8bbef0ebe0, mutex=0x7f8bdc0cbc28, cond=0x7f8bdc0cbc50) at pthread_cond_wait.c:533
#2 0x00007f8be387164b in __pthread_cond_timedwait (cond=0x7f8bdc0cbc50, mutex=0x7f8bdc0cbc28, abstime=0x7f8bbef0ebe0) at pthread_cond_wait.c:667
#3 0x00007f8be2942cef in os::PlatformEvent::park(long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa9f7 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb4be in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be248cea2 in CompileQueue::get() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be24961f5 in CompileBroker::compiler_thread_loop() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be2a9b848 in JavaThread::thread_main_inner() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be2a9b9dc in JavaThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007f8be386a7fc in start_thread (arg=0x7f8bbef0f700) at pthread_create.c:465
#12 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 13 (Thread 0x7f8bc6c76700 (LWP 17476)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdc03037c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdc030328, cond=0x7f8bdc030350) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdc030350, mutex=0x7f8bdc030328) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa857 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb492 in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be25c539a in GCTaskManager::get_task(unsigned int) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be25c715e in GCTaskThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be386a7fc in start_thread (arg=0x7f8bc6c76700) at pthread_create.c:465
#10 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 12 (Thread 0x7f8be01c5700 (LWP 17475)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdc02e77c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdc02e728, cond=0x7f8bdc02e750) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdc02e750, mutex=0x7f8bdc02e728) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa857 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb492 in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be25c539a in GCTaskManager::get_task(unsigned int) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be25c715e in GCTaskThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be386a7fc in start_thread (arg=0x7f8be01c5700) at pthread_create.c:465
#10 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 11 (Thread 0x7f8be02c6700 (LWP 17474)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdc02cb78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdc02cb28, cond=0x7f8bdc02cb50) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdc02cb50, mutex=0x7f8bdc02cb28) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa857 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb492 in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be25c539a in GCTaskManager::get_task(unsigned int) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be25c715e in GCTaskThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be386a7fc in start_thread (arg=0x7f8be02c6700) at pthread_create.c:465
#10 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 10 (Thread 0x7f8bade2e700 (LWP 17994)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8afc74217c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8afc742128, cond=0x7f8afc742150) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8afc742150, mutex=0x7f8afc742128) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa857 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb4be in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be2afbefc in VMThread::execute(VM_Operation*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be2308aeb in BiasedLocking::revoke_and_rebias(Handle, bool, Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be2a5ec34 in ObjectLocker::ObjectLocker(Handle, Thread*, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be2a9a9f3 in JavaThread::exit(bool, JavaThread::ExitType) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f8be2a9b797 in JavaThread::thread_main_inner() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007f8be2a9b9dc in JavaThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#12 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#13 0x00007f8be386a7fc in start_thread (arg=0x7f8bade2e700) at pthread_create.c:465
#14 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 9 (Thread 0x7f8baea38700 (LWP 17552)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8b4400a5d8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8b4400a588, cond=0x7f8b4400a5b0) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8b4400a5b0, mutex=0x7f8b4400a588) at pthread_cond_wait.c:655
#3 0x00007f8be2943794 in Parker::park(bool, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be2ac51d7 in Unsafe_Park () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8bc8017854 in ()
#6 0x00007f8baea37700 in ()
#7 0x00007f8bc80082bd in ()
#8 0x00007f8bc80082bd in ()
#9 0x00000007a4da0520 in ()
#10 0x00007f8baea376a0 in ()
#11 0x00007f8bc573dba0 in ()
#12 0x00007f8baea37718 in ()
#13 0x00007f8bc5769328 in ()
#14 0x0000000000000000 in ()
Thread 8 (Thread 0x7f8be04c8700 (LWP 17472)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdc02937c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdc029328, cond=0x7f8bdc029350) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdc029350, mutex=0x7f8bdc029328) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa857 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb492 in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be25c539a in GCTaskManager::get_task(unsigned int) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be25c715e in GCTaskThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be386a7fc in start_thread (arg=0x7f8be04c8700) at pthread_create.c:465
#10 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 7 (Thread 0x7f8bbf7f7700 (LWP 17478)):
#0 0x00007f8be29e10d3 in SafepointSynchronize::begin() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007f8be2afc688 in VMThread::loop() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007f8be2afcbb2 in VMThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be386a7fc in start_thread (arg=0x7f8bbf7f7700) at pthread_create.c:465
#5 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 6 (Thread 0x7f8be05c9700 (LWP 17471)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdc027778) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdc027728, cond=0x7f8bdc027750) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdc027750, mutex=0x7f8bdc027728) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa857 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb492 in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be25c539a in GCTaskManager::get_task(unsigned int) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be25c715e in GCTaskThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be386a7fc in start_thread (arg=0x7f8be05c9700) at pthread_create.c:465
#10 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 5 (Thread 0x7f8be03c7700 (LWP 17473)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdc02af7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdc02af28, cond=0x7f8bdc02af50) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdc02af50, mutex=0x7f8bdc02af28) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa857 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb492 in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be25c539a in GCTaskManager::get_task(unsigned int) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be25c715e in GCTaskThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be386a7fc in start_thread (arg=0x7f8be03c7700) at pthread_create.c:465
#10 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 4 (Thread 0x7f8be3ca9700 (LWP 17469)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdc00ec78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdc00ec28, cond=0x7f8bdc00ec50) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdc00ec50, mutex=0x7f8bdc00ec28) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be292b5a5 in ObjectMonitor::wait(long, bool, Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be26eef3b in JVM_MonitorWait () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8bc8a55ac8 in ()
#7 0x0000000649d7a7d0 in ()
#8 0x00007f8b00000000 in ()
#9 0x00007f8be3ca7f18 in ()
#10 0x00007f8be3ca7ec0 in ()
#11 0x00000007c0000f28 in ()
#12 0x00000007c034d588 in ()
#13 0x00007f8bc56bdb78 in ()
#14 0x00007f8bdc00e000 in ()
#15 0x00007f8be3ca7eb0 in ()
#16 0x00007f8bc80082bd in ()
#17 0x00007f8bc80082bd in ()
#18 0x0000000000000000 in ()
Thread 3 (Thread 0x7f8be06ca700 (LWP 17470)):
#0 0x00007f8be3871072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f8bdc025b7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 0x00007f8be3871072 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f8bdc025b28, cond=0x7f8bdc025b50) at pthread_cond_wait.c:502
#2 0x00007f8be3871072 in __pthread_cond_wait (cond=0x7f8bdc025b50, mutex=0x7f8bdc025b28) at pthread_cond_wait.c:655
#3 0x00007f8be2942a0b in os::PlatformEvent::park() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f8be28fa857 in Monitor::IWait(Thread*, long) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f8be28fb492 in Monitor::wait(bool, long, bool) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f8be25c539a in GCTaskManager::get_task(unsigned int) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f8be25c715e in GCTaskThread::run() () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f8be293b2b2 in java_start(Thread*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f8be386a7fc in start_thread (arg=0x7f8be06ca700) at pthread_create.c:465
#10 0x00007f8be3177b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 2 (Thread 0x7f8be3cafb80 (LWP 17468)):
#0 0x00007f8be386bb7d in __pthread_join (threadid=140238798886656, thread_return=0x7fff8fcf3ca0) at pthread_join.c:90
#1 0x00007f8be3656775 in ContinueInNewThread0 () at /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#2 0x00007f8be3651e9a in ContinueInNewThread () at /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#3 0x00007f8be3654f18 in JLI_Launch () at /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#4 0x0000000000400696 in main ()
Thread 1 (Thread 0x7f8bbce9a700 (LWP 17494)):
#0 0x00007f8be29e78ca in SharedRuntime::get_poll_stub(unsigned char*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007f8be29458d9 in JVM_handle_linux_signal () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007f8be2939b48 in signalHandler(int, siginfo*, void*) () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 0x00007f8be3876150 in <signal handler called> () at /lib/x86_64-linux-gnu/libpthread.so.0
#4 0x00007f8bcb049aab in ()
#5 0x00000000c9492aa2 in ()
#6 0x3b705149865db859 in ()
#7 0x000000064a4954f8 in ()
#8 0x3f941f6ea6d9c0e1 in ()
#9 0xeb14415e00000074 in ()
#10 0x3b705149865db859 in ()
#11 0x3f941f6dbad05800 in ()
#12 0x000000064d306360 in ()
#13 0x0000000649dbdae0 in ()
#14 0x000000064d306340 in ()
#15 0x00000000000282c0 in ()
#16 0xc9a7da6900000001 in ()
#17 0x000000000002809d in ()
#18 0x00007f8be1660f2f in jexp () at /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libjava.so
======================== jstack for core.17468
Attaching to core core.17468 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
Deadlock Detection:
No deadlocks found.
Thread 17995: (state = BLOCKED)
- java.io.FileInputStream.readBytes(byte[], int, int) @bci=0 (Compiled frame; information may be imprecise)
- java.io.FileInputStream.read(byte[], int, int) @bci=4, line=255 (Compiled frame)
- java.io.BufferedInputStream.read1(byte[], int, int) @bci=39, line=284 (Interpreted frame)
- java.io.BufferedInputStream.read(byte[], int, int) @bci=49, line=345 (Interpreted frame)
- java.io.FilterInputStream.read(byte[]) @bci=5, line=107 (Interpreted frame)
- orc.test.util.StreamDrainThread.run() @bci=17, line=140 (Interpreted frame)
Thread 17994: (state = BLOCKED)
Thread 17986: (state = BLOCKED)
- java.lang.UNIXProcess$ProcessPipeInputStream.processExited() @bci=0, line=527 (Interpreted frame)
- java.lang.UNIXProcess.lambda$initStreams$3() @bci=54, line=298 (Interpreted frame)
- java.lang.UNIXProcess$$Lambda$1899.run() @bci=4 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1149 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=624 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=748 (Interpreted frame)
Thread 17976: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- java.lang.Thread.join(long) @bci=70, line=1260 (Interpreted frame)
- orc.test.util.OsCommand$.getResultFrom(scala.collection.Seq, java.io.File, java.lang.String, java.nio.charset.Charset, boolean, scala.collection.Traversable, scala.collection.Traversable) @bci=266, line=83 (Interpreted frame)
- orc.test.util.TestEnvironmentDescription$ScmStateDescription.liftedTree1$1() @bci=93, line=162 (Interpreted frame)
- orc.test.util.TestEnvironmentDescription$ScmStateDescription.<init>(orc.test.util.TestEnvironmentDescription) @bci=20, line=161 (Interpreted frame)
- orc.test.util.TestEnvironmentDescription.<init>() @bci=66, line=35 (Interpreted frame)
- orc.test.util.TestEnvironmentDescription$TestEnvironmentDescriptionDumpThread$.run() @bci=45, line=212 (Interpreted frame)
Thread 17973: (state = BLOCKED)
- java.lang.Thread.join(long) @bci=0, line=1243 (Interpreted frame)
- java.lang.Thread.join() @bci=2, line=1326 (Interpreted frame)
- java.lang.ApplicationShutdownHooks.runHooks() @bci=86, line=106 (Interpreted frame)
- java.lang.ApplicationShutdownHooks$1.run() @bci=0, line=46 (Interpreted frame)
- java.lang.Shutdown.runHooks() @bci=39, line=123 (Interpreted frame)
- java.lang.Shutdown.sequence() @bci=26, line=167 (Interpreted frame)
- java.lang.Shutdown.exit(int) @bci=95, line=212 (Interpreted frame)
- java.lang.Terminator$1.handle(sun.misc.Signal) @bci=8, line=52 (Interpreted frame)
- sun.misc.Signal$1.run() @bci=8, line=212 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=748 (Interpreted frame)
Thread 17944: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Interpreted frame)
- java.util.concurrent.ForkJoinPool.awaitWork(java.util.concurrent.ForkJoinPool$WorkQueue, int) @bci=350, line=1824 (Interpreted frame)
- java.util.concurrent.ForkJoinPool.runWorker(java.util.concurrent.ForkJoinPool$WorkQueue) @bci=44, line=1693 (Interpreted frame)
- java.util.concurrent.ForkJoinWorkerThread.run() @bci=24, line=157 (Interpreted frame)
Thread 17943: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Interpreted frame)
- java.util.concurrent.ForkJoinPool.awaitWork(java.util.concurrent.ForkJoinPool$WorkQueue, int) @bci=350, line=1824 (Interpreted frame)
- java.util.concurrent.ForkJoinPool.runWorker(java.util.concurrent.ForkJoinPool$WorkQueue) @bci=44, line=1693 (Interpreted frame)
- java.util.concurrent.ForkJoinWorkerThread.run() @bci=24, line=157 (Interpreted frame)
Thread 17942: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.ForkJoinPool.awaitWork(java.util.concurrent.ForkJoinPool$WorkQueue, int) @bci=350, line=1824 (Interpreted frame)
- java.util.concurrent.ForkJoinPool.runWorker(java.util.concurrent.ForkJoinPool$WorkQueue) @bci=44, line=1693 (Interpreted frame)
- java.util.concurrent.ForkJoinWorkerThread.run() @bci=24, line=157 (Interpreted frame)
Thread 17941: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Interpreted frame)
- java.util.concurrent.ForkJoinPool.awaitWork(java.util.concurrent.ForkJoinPool$WorkQueue, int) @bci=350, line=1824 (Interpreted frame)
- java.util.concurrent.ForkJoinPool.runWorker(java.util.concurrent.ForkJoinPool$WorkQueue) @bci=44, line=1693 (Interpreted frame)
- java.util.concurrent.ForkJoinWorkerThread.run() @bci=24, line=157 (Interpreted frame)
Thread 17940: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Interpreted frame)
- java.util.concurrent.ForkJoinPool.awaitWork(java.util.concurrent.ForkJoinPool$WorkQueue, int) @bci=350, line=1824 (Interpreted frame)
- java.util.concurrent.ForkJoinPool.runWorker(java.util.concurrent.ForkJoinPool$WorkQueue) @bci=44, line=1693 (Interpreted frame)
- java.util.concurrent.ForkJoinWorkerThread.run() @bci=24, line=157 (Interpreted frame)
Thread 17939: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Interpreted frame)
- java.util.concurrent.ForkJoinPool.awaitWork(java.util.concurrent.ForkJoinPool$WorkQueue, int) @bci=350, line=1824 (Interpreted frame)
- java.util.concurrent.ForkJoinPool.runWorker(java.util.concurrent.ForkJoinPool$WorkQueue) @bci=44, line=1693 (Interpreted frame)
- java.util.concurrent.ForkJoinWorkerThread.run() @bci=24, line=157 (Interpreted frame)
Thread 17938: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Interpreted frame)
- java.util.concurrent.ForkJoinPool.awaitWork(java.util.concurrent.ForkJoinPool$WorkQueue, int) @bci=350, line=1824 (Interpreted frame)
- java.util.concurrent.ForkJoinPool.runWorker(java.util.concurrent.ForkJoinPool$WorkQueue) @bci=44, line=1693 (Interpreted frame)
- java.util.concurrent.ForkJoinWorkerThread.run() @bci=24, line=157 (Interpreted frame)
Thread 17937: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.ForkJoinPool.awaitWork(java.util.concurrent.ForkJoinPool$WorkQueue, int) @bci=350, line=1824 (Interpreted frame)
- java.util.concurrent.ForkJoinPool.runWorker(java.util.concurrent.ForkJoinPool$WorkQueue) @bci=44, line=1693 (Interpreted frame)
- java.util.concurrent.ForkJoinWorkerThread.run() @bci=24, line=157 (Interpreted frame)
Thread 17552: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Interpreted frame)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=175 (Interpreted frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=2039 (Interpreted frame)
- java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=442 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=149, line=1074 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1134 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=624 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=748 (Interpreted frame)
- org.graalvm.compiler.core.CompilerThread.run() @bci=12, line=40 (Interpreted frame)
Thread 17551: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Interpreted frame)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=175 (Interpreted frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=2039 (Interpreted frame)
- java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=442 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=149, line=1074 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1134 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=624 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=748 (Interpreted frame)
- org.graalvm.compiler.core.CompilerThread.run() @bci=12, line=40 (Interpreted frame)
Thread 17549: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.TimerThread.mainLoop() @bci=201, line=552 (Interpreted frame)
- java.util.TimerThread.run() @bci=1, line=505 (Interpreted frame)
Thread 17497: (state = BLOCKED)
- java.lang.Thread.sleep(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Monitor.run() @bci=1078, line=189 (Interpreted frame)
Thread 17496: (state = BLOCKED)
- java.lang.StrictMath.exp(double) @bci=0 (Compiled frame; information may be imprecise)
- orc.test.item.scalabenchmarks.blackscholes.BlackScholes$.cnd(double) @bci=36, line=83 (Compiled frame)
- orc.test.item.scalabenchmarks.blackscholes.BlackScholes$.compute(double, double, double, double, double) @bci=60, line=66 (Compiled frame)
- orc.test.item.scalabenchmarks.blackscholes.BlackScholes.compute(double, double, double, double, double) @bci=11 (Compiled frame)
- java.lang.invoke.LambdaForm$DMH.invokeStatic_D5_L(java.lang.Object, double, double, double, double, double) @bci=19 (Compiled frame)
- java.lang.invoke.LambdaForm$BMH.reinvoke(java.lang.Object, java.lang.Object, java.lang.Object) @bci=155 (Compiled frame)
- java.lang.invoke.LambdaForm$MH.invokeExact_MT(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) @bci=20 (Compiled frame)
- orc.values.sites.InvocableInvoker.invokeDirect(java.lang.Object, java.lang.Object[]) @bci=463, line=300 (Compiled frame)
- orc.values.sites.JavaMemberProxy$$anon$3.invokeDirect(java.lang.Object, java.lang.Object[]) @bci=9, line=347 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.invokeDirectWithBoundary(orc.DirectInvoker, java.lang.Object, java.lang.Object[]) @bci=3, line=235 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=5, line=111 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.CallContinuation.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=41, line=62 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.call.CatchTailCall.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=32 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=14, line=24 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.profilingLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=12, line=139 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=21, line=116 (Interpreted frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=18, line=43 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=146, line=121 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=146, line=121 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.CallContinuation.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=41, line=62 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.InvokeWithTrampolineRootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=33, line=63 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(java.lang.Object[]) @bci=15, line=185 (Compiled frame)
- orc.run.porce.runtime.PorcEExecution.invokeClosure(orc.run.porce.runtime.PorcEClosure, java.lang.Object[]) @bci=63, line=84 (Compiled frame)
- orc.run.porce.runtime.CallClosureSchedulable.run() @bci=48, line=71 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=83, line=230 (Interpreted frame)
Thread 17495: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 17494: (state = IN_JAVA)
Thread 17493: (state = IN_VM)
- com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderChainNode.innerOnReturnValue(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object) @bci=6, line=822 (Compiled frame; information may be imprecise)
- com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode.onReturnValue(com.oracle.truffle.api.instrumentation.EventContext, com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object) @bci=47, line=591 (Compiled frame)
- com.oracle.truffle.api.instrumentation.ProbeNode.onReturnValue(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object) @bci=17, line=141 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=30, line=54 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.CallContinuation.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=41, line=62 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.call.CatchTailCall.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=32 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=14, line=24 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.profilingLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=12, line=139 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=21, line=116 (Interpreted frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=18, line=43 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=146, line=121 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=146, line=121 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.CallContinuation.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=41, line=62 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.InvokeWithTrampolineRootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=33, line=63 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(java.lang.Object[]) @bci=15, line=185 (Compiled frame)
- orc.run.porce.runtime.PorcEExecution.invokeClosure(orc.run.porce.runtime.PorcEClosure, java.lang.Object[]) @bci=63, line=84 (Compiled frame)
- orc.run.porce.runtime.CallClosureSchedulable.run() @bci=48, line=71 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=83, line=230 (Interpreted frame)
Thread 17492: (state = IN_VM)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=146, line=121 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.profilingLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=12, line=139 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=21, line=116 (Interpreted frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=18, line=43 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=146, line=121 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=146, line=121 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.CallContinuation.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=41, line=62 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.InvokeWithTrampolineRootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=33, line=63 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(java.lang.Object[]) @bci=15, line=185 (Compiled frame)
- orc.run.porce.runtime.PorcEExecution.invokeClosure(orc.run.porce.runtime.PorcEClosure, java.lang.Object[]) @bci=63, line=84 (Compiled frame)
- orc.run.porce.runtime.CallClosureSchedulable.run() @bci=48, line=71 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=83, line=230 (Interpreted frame)
Thread 17491: (state = IN_VM)
- orc.values.sites.JavaMemberProxy$$anon$8.canGet(java.lang.Object) @bci=41, line=387 (Compiled frame; information may be imprecise)
- orc.run.porce.GetMethod.canGetWithBoundary(orc.Accessor, java.lang.Object) @bci=2, line=77 (Compiled frame)
- orc.run.porce.GetMethodNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=68, line=46 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Write$Local.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=10, line=23 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=14, line=24 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.CallContinuation.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=41, line=62 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.call.CatchTailCall.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=32 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=14, line=24 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.profilingLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=12, line=139 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=21, line=116 (Interpreted frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=18, line=43 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=146, line=121 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=146, line=121 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.CallContinuation.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=41, line=62 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.InvokeWithTrampolineRootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=33, line=63 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(java.lang.Object[]) @bci=15, line=185 (Compiled frame)
- orc.run.porce.runtime.PorcEExecution.invokeClosure(orc.run.porce.runtime.PorcEClosure, java.lang.Object[]) @bci=63, line=84 (Compiled frame)
- orc.run.porce.runtime.CallClosureSchedulable.run() @bci=48, line=71 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=83, line=230 (Interpreted frame)
Thread 17490: (state = BLOCKED)
- java.lang.StrictMath.exp(double) @bci=0 (Compiled frame; information may be imprecise)
- orc.test.item.scalabenchmarks.blackscholes.BlackScholes$.cnd(double) @bci=36, line=83 (Compiled frame)
- orc.test.item.scalabenchmarks.blackscholes.BlackScholes$.compute(double, double, double, double, double) @bci=60, line=66 (Compiled frame)
- orc.test.item.scalabenchmarks.blackscholes.BlackScholes.compute(double, double, double, double, double) @bci=11 (Compiled frame)
- java.lang.invoke.LambdaForm$DMH.invokeStatic_D5_L(java.lang.Object, double, double, double, double, double) @bci=19 (Compiled frame)
- java.lang.invoke.LambdaForm$BMH.reinvoke(java.lang.Object, java.lang.Object, java.lang.Object) @bci=155 (Compiled frame)
- java.lang.invoke.LambdaForm$MH.invokeExact_MT(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) @bci=20 (Compiled frame)
- orc.values.sites.InvocableInvoker.invokeDirect(java.lang.Object, java.lang.Object[]) @bci=463, line=300 (Compiled frame)
- orc.values.sites.JavaMemberProxy$$anon$3.invokeDirect(java.lang.Object, java.lang.Object[]) @bci=9, line=347 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.invokeDirectWithBoundary(orc.DirectInvoker, java.lang.Object, java.lang.Object[]) @bci=3, line=235 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=5, line=111 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.CallContinuation.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=41, line=62 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.call.CatchTailCall.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=32 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=14, line=24 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.profilingLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=12, line=139 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=21, line=116 (Interpreted frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=18, line=43 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=146, line=121 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=146, line=121 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.CallContinuation.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=41, line=62 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.InvokeWithTrampolineRootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=33, line=63 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(java.lang.Object[]) @bci=15, line=185 (Compiled frame)
- orc.run.porce.runtime.PorcEExecution.invokeClosure(orc.run.porce.runtime.PorcEClosure, java.lang.Object[]) @bci=63, line=84 (Compiled frame)
- orc.run.porce.runtime.CallClosureSchedulable.run() @bci=48, line=71 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=83, line=230 (Interpreted frame)
Thread 17489: (state = IN_VM)
- orc.values.sites.JavaMemberProxy$$anon$8.canGet(java.lang.Object) @bci=41, line=387 (Compiled frame; information may be imprecise)
- orc.run.porce.GetMethod.canGetWithBoundary(orc.Accessor, java.lang.Object) @bci=2, line=77 (Compiled frame)
- orc.run.porce.GetMethodNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=68, line=46 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Write$Local.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=10, line=23 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=14, line=24 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=5, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callInlined(java.lang.Object[]) @bci=19, line=205 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.CallContinuation.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=41, line=62 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.call.CatchTailCall.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=32 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=14, line=24 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.profilingLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=12, line=139 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedOSRLoopNode.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=21, line=116 (Interpreted frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=18, line=43 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=146, line=121 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=146, line=121 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch$ExternalCPSDispatchInternal.specificDirect(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[], orc.DirectInvoker) @bci=60, line=115 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchFactory$ExternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=101, line=53 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatchInternalWrapper$ExternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object[]) @bci=24, line=55 (Compiled frame)
- orc.run.porce.call.ExternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=40, line=57 (Compiled frame)
- orc.run.porce.call.Call$CPS$1.callExternal(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=182 (Compiled frame)
- orc.run.porce.call.Call.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=156, line=123 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=17, line=54 (Compiled frame)
- orc.run.porce.call.CatchTailDispatch.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=7, line=30 (Compiled frame)
- orc.run.porce.call.DispatchWrapper$DispatchWrapper0.executeDispatch(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=51 (Compiled frame)
- orc.run.porce.Force$SingleFuture.run(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, orc.run.porce.runtime.Counter, orc.run.porce.runtime.Terminator, java.lang.Object) @bci=342, line=216 (Compiled frame)
- orc.run.porce.ForceFactory$SingleFutureNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=103, line=395 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=54 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.Sequence.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=44, line=26 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch$InternalCPSDispatchInternal.specific(com.oracle.truffle.api.frame.VirtualFrame, orc.run.porce.runtime.PorcEClosure, java.lang.Object[], com.oracle.truffle.api.RootCallTarget, com.oracle.truffle.api.nodes.DirectCallNode) @bci=14, line=167 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchFactory$InternalCPSDispatchInternalNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=224, line=69 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatchInternalWrapper$InternalCPSDispatchInternalWrapper0.execute(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=18, line=52 (Compiled frame)
- orc.run.porce.call.InternalCPSDispatch.executeDispatchWithEnvironment(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object, java.lang.Object[]) @bci=20, line=50 (Compiled frame)
- orc.run.porce.call.CallContinuation.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=41, line=62 (Compiled frame)
- orc.run.porce.PorcENode.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=24 (Compiled frame)
- orc.run.porce.ExpressionWrapper$ExpressionWrapper0.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=119 (Compiled frame)
- orc.run.porce.TryOnException.executePorcEUnit(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=26 (Compiled frame)
- orc.run.porce.PorcENode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=2, line=19 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall$CatchSelfTailCallRepeatingNode.executeRepeating(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=53 (Compiled frame)
- com.oracle.graal.enterprise.V.d.executeLoop(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=42 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCall.run(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=28 (Compiled frame)
- orc.run.porce.call.CatchSelfTailCallNodeGen.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=13, line=26 (Compiled frame)
- orc.run.porce.PorcERootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=5, line=188 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Compiled frame)
- orc.run.porce.InvokeWithTrampolineRootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=33, line=63 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Compiled frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(java.lang.Object[]) @bci=15, line=185 (Compiled frame)
- orc.run.porce.runtime.PorcEExecution.invokeClosure(orc.run.porce.runtime.PorcEClosure, java.lang.Object[]) @bci=63, line=84 (Compiled frame)
- orc.run.porce.runtime.CallClosureSchedulable.run() @bci=48, line=71 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=83, line=230 (Interpreted frame)
Thread 17488: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=502 (Interpreted frame)
- java.util.TimerThread.mainLoop() @bci=28, line=526 (Interpreted frame)
- java.util.TimerThread.run() @bci=1, line=505 (Interpreted frame)
Thread 17481: (state = BLOCKED)
Thread 17480: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- java.lang.ref.ReferenceQueue.remove(long) @bci=59, line=143 (Compiled frame)
- java.lang.ref.ReferenceQueue.remove() @bci=2, line=164 (Compiled frame)
- java.lang.ref.Finalizer$FinalizerThread.run() @bci=36, line=209 (Interpreted frame)
Thread 17479: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- java.lang.Object.wait() @bci=2, line=502 (Compiled frame)
- java.lang.ref.Reference.tryHandlePending(boolean) @bci=54, line=191 (Compiled frame)
- java.lang.ref.Reference$ReferenceHandler.run() @bci=1, line=153 (Compiled frame)
Thread 17469: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- java.lang.Object.wait() @bci=2, line=502 (Interpreted frame)
- orc.run.porce.runtime.PorcEExecutionWithLaunch.waitForHalt() @bci=12, line=173 (Interpreted frame)
- orc.run.porce.runtime.PorcEExecutionWithLaunch.waitForHalt$(orc.run.porce.runtime.PorcEExecutionWithLaunch) @bci=1, line=171 (Interpreted frame)
- orc.PorcEBackend$$anon$1$$anon$2.waitForHalt() @bci=1, line=39 (Interpreted frame)
- orc.PorcEBackend$$anon$1.runSynchronous(java.lang.Object, scala.Function1) @bci=11, line=47 (Interpreted frame)
- orc.run.porce.PorcELanguageBase$$anon$1.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=21, line=75 (Interpreted frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Interpreted frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Interpreted frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Interpreted frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Interpreted frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callDirect(java.lang.Object[]) @bci=10, line=192 (Interpreted frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.callProxy(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.CallTarget, java.lang.Object[], boolean) @bci=9, line=81 (Interpreted frame)
- org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode.call(java.lang.Object[]) @bci=17, line=65 (Interpreted frame)
- com.oracle.truffle.api.vm.PolyglotRootNode$EvalRootNode.executeImpl(com.oracle.truffle.api.frame.VirtualFrame) @bci=21, line=237 (Interpreted frame)
- com.oracle.truffle.api.vm.PolyglotRootNode.execute(com.oracle.truffle.api.frame.VirtualFrame) @bci=10, line=73 (Interpreted frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callProxy(com.oracle.truffle.api.frame.VirtualFrame) @bci=9, line=245 (Interpreted frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callRoot(java.lang.Object[]) @bci=35, line=234 (Interpreted frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.callBoundary(java.lang.Object[]) @bci=29, line=224 (Interpreted frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.doInvoke(java.lang.Object[]) @bci=2, line=209 (Interpreted frame)
- org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.call(java.lang.Object[]) @bci=15, line=185 (Interpreted frame)
- com.oracle.truffle.api.vm.PolyglotEngine$1.compute() @bci=63, line=659 (Interpreted frame)
- com.oracle.truffle.api.vm.ComputeInExecutor.run() @bci=16, line=96 (Interpreted frame)
- com.oracle.truffle.api.vm.ComputeInExecutor.perform() @bci=21, line=83 (Interpreted frame)
- com.oracle.truffle.api.vm.PolyglotEngine.evalImpl(com.oracle.truffle.api.vm.PolyglotEngine$Language, com.oracle.truffle.api.source.Source) @bci=37, line=662 (Interpreted frame)
- com.oracle.truffle.api.vm.PolyglotEngine.eval(com.oracle.truffle.api.source.Source) @bci=35, line=646 (Interpreted frame)
- orc.PorcEPolyglotLauncher$.main(java.lang.String[]) @bci=272, line=91 (Interpreted frame)
- orc.PorcEPolyglotLauncher.main(java.lang.String[]) @bci=4 (Interpreted frame)
======================== jmap for core.17468
Attaching to core core.17468 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
0x0000000000400000 7K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java
0x00007f8be3863000 141K /lib/x86_64-linux-gnu/libpthread.so.0
0x00007f8be364b000 101K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
0x00007f8be3443000 14K /lib/x86_64-linux-gnu/libdl.so.2
0x00007f8be3063000 1914K /lib/x86_64-linux-gnu/libc.so.6
0x00007f8be3a83000 166K /lib64/ld-linux-x86-64.so.2
0x00007f8be1fe3000 17623K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
0x00007f8be1c8b000 1371K /lib/x86_64-linux-gnu/libm.so.6
0x00007f8be1a83000 31K /lib/x86_64-linux-gnu/librt.so.1
0x00007f8be1873000 64K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libverify.so
0x00007f8be1643000 220K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libjava.so
0x00007f8be1433000 34K /lib/x86_64-linux-gnu/libnss_compat.so.2
0x00007f8be1213000 94K /lib/x86_64-linux-gnu/libnsl.so.1
0x00007f8be1003000 46K /lib/x86_64-linux-gnu/libnss_nis.so.2
0x00007f8be0deb000 46K /lib/x86_64-linux-gnu/libnss_files.so.2
0x00007f8be0bcb000 125K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libzip.so
0x00007f8bbdd0b000 90K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libnio.so
0x00007f8bbdaf3000 113K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libnet.so
0x00007f8bbd4e3000 49K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libmanagement.so
0x00007f8bb6c63000 1634K /usr/lib/x86_64-linux-gnu/libgio-2.0.so
0x00007f8bb6a0b000 334K /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
0x00007f8bb6803000 13K /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0
0x00007f8bb64eb000 1099K /lib/x86_64-linux-gnu/libglib-2.0.so.0
0x00007f8bb62cb000 114K /lib/x86_64-linux-gnu/libz.so.1
0x00007f8bb60a3000 151K /lib/x86_64-linux-gnu/libselinux.so.1
0x00007f8bb5e83000 94K /lib/x86_64-linux-gnu/libresolv.so.2
0x00007f8bb5c2b000 324K /lib/x86_64-linux-gnu/libmount.so.1
0x00007f8bb5a23000 30K /usr/lib/x86_64-linux-gnu/libffi.so.6
0x00007f8bb57ab000 453K /lib/x86_64-linux-gnu/libpcre.so.3
0x00007f8bb555b000 292K /lib/x86_64-linux-gnu/libblkid.so.1
0x00007f8bb5353000 18K /lib/x86_64-linux-gnu/libuuid.so.1
0x00007f8bb512b000 134K /usr/lib/x86_64-linux-gnu/libmagic.so.1
0x00007f8bb4f1b000 51K /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
0x00007f8bb4cfb000 113K /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
0x00007f8bb4abb000 241K /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
0x00007f8bb4083000 206K /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
0x00007f8baf3db000 127K /usr/lib/x86_64-linux-gnu/libproxy.so.1
0x00007f8baf053000 1549K /usr/lib/x86_64-linux-gnu/libstdc++.so.6
0x00007f8baee3b000 90K /lib/x86_64-linux-gnu/libgcc_s.so.1
======================== GDB 'bt' for core.18499
[New LWP 18500]
[New LWP 18503]
[New LWP 18499]
[New LWP 18508]
[New LWP 18505]
[New LWP 18502]
[New LWP 18517]
[New LWP 18509]
[New LWP 18501]
[New LWP 18512]
[New LWP 18506]
[New LWP 18520]
[New LWP 18504]
[New LWP 18511]
[New LWP 18529]
[New LWP 18518]
[New LWP 18507]
[New LWP 18513]
[New LWP 18526]
[New LWP 18515]
[New LWP 18528]
[New LWP 18514]
[New LWP 18516]
[New LWP 18510]
[New LWP 18524]
[New LWP 18522]
[New LWP 18525]
[New LWP 18521]
[New LWP 18523]
[New LWP 18527]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/home/amp/shared/graalvm/graalvm-0.31/jre/bin/java -XX:-UseJVMCIClassLoader -ea'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007efeb41b78ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
[Current thread is 1 (Thread 0x7efeb5475700 (LWP 18500))]
Thread 30 (Thread 0x7efe3e6bb700 (LWP 18527)):
#0 0x00007efeb504164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7efe3e6ba630, expected=0, futex_word=0x7efeacec4c78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7efe3e6ba6e0, mutex=0x7efeacec4c28, cond=0x7efeacec4c50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7efeacec4c50, mutex=0x7efeacec4c28, abstime=0x7efe3e6ba6e0) at pthread_cond_wait.c:667
#3 0x00007efeb4112cef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40fb4ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb3ebef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efe98017854 in ?? ()
#7 0x00007efe3e6ba8c0 in ?? ()
#8 0x00007efeacec4000 in ?? ()
#9 0x00007efeb47fd94c in os::_initial_active_processor_count () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007efe3e6ba8a8 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 29 (Thread 0x7efe3eabf700 (LWP 18523)):
#0 0x00007efeb504164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7efe3eabe630, expected=0, futex_word=0x7efeacebce78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7efe3eabe6e0, mutex=0x7efeacebce28, cond=0x7efeacebce50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7efeacebce50, mutex=0x7efeacebce28, abstime=0x7efe3eabe6e0) at pthread_cond_wait.c:667
#3 0x00007efeb4112cef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40fb4ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb3ebef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efe98017854 in ?? ()
#7 0x00007efe3eabe8c0 in ?? ()
#8 0x00007efeacebc000 in ?? ()
#9 0x00007efeb47fd94c in os::_initial_active_processor_count () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007efe3eabe8a8 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 28 (Thread 0x7efe3ecc1700 (LWP 18521)):
#0 0x00007efeb504164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7efe3ecc0650, expected=0, futex_word=0x7efeace99c78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7efe3ecc0700, mutex=0x7efeace99c28, cond=0x7efeace99c50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7efeace99c50, mutex=0x7efeace99c28, abstime=0x7efe3ecc0700) at pthread_cond_wait.c:667
#3 0x00007efeb4112cef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40fb4ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb3ebef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efe98f31948 in ?? ()
#7 0x0000000750d178e0 in ?? ()
#8 0x00007efe3f3731f0 in ?? ()
#9 0x00007efe3ecc0900 in ?? ()
#10 0x00007efe3f397440 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 27 (Thread 0x7efe3e8bd700 (LWP 18525)):
#0 0x00007efeb504164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7efe3e8bc650, expected=0, futex_word=0x7efeacec0d78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7efe3e8bc700, mutex=0x7efeacec0d28, cond=0x7efeacec0d50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7efeacec0d50, mutex=0x7efeacec0d28, abstime=0x7efe3e8bc700) at pthread_cond_wait.c:667
#3 0x00007efeb4112cef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40fb4ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb3ebef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efe98f31948 in ?? ()
#7 0x0000000750d178e0 in ?? ()
#8 0x00007efe3f3731f0 in ?? ()
#9 0x00007efe3e8bc900 in ?? ()
#10 0x00007efe3f397440 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 26 (Thread 0x7efe3ebc0700 (LWP 18522)):
#0 0x00007efeb504164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7efe3ebbf630, expected=0, futex_word=0x7efeaceb6478) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7efe3ebbf6e0, mutex=0x7efeaceb6428, cond=0x7efeaceb6450) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7efeaceb6450, mutex=0x7efeaceb6428, abstime=0x7efe3ebbf6e0) at pthread_cond_wait.c:667
#3 0x00007efeb4112cef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40fb4ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb3ebef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efe98017854 in ?? ()
#7 0x00007efe3ebbf8e8 in ?? ()
#8 0x00007efe7ec48a00 in ?? ()
#9 0x0000000000000000 in ?? ()
Thread 25 (Thread 0x7efe3e9be700 (LWP 18524)):
#0 0x00007efeb504164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7efe3e9bd650, expected=0, futex_word=0x7efeacebee78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7efe3e9bd700, mutex=0x7efeacebee28, cond=0x7efeacebee50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7efeacebee50, mutex=0x7efeacebee28, abstime=0x7efe3e9bd700) at pthread_cond_wait.c:667
#3 0x00007efeb4112cef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40fb4ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb3ebef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efe98f31948 in ?? ()
#7 0x0000000750d178e0 in ?? ()
#8 0x00007efe3f3731f0 in ?? ()
#9 0x00007efe3e9bd900 in ?? ()
#10 0x00007efe3f397440 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 24 (Thread 0x7efe7cf44700 (LWP 18510)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac08f87c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac08f828, cond=0x7efeac08f850) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac08f850, mutex=0x7efeac08f828) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40fb5a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb3ebef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efe98017854 in ?? ()
#7 0x00007efeac08e800 in ?? ()
#8 0x00007efe7cf43a98 in ?? ()
#9 0x00007efe7cf43a40 in ?? ()
#10 0x00007efe7cf43928 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 23 (Thread 0x7efe7c65e700 (LWP 18516)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac0cdb7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac0cdb28, cond=0x7efeac0cdb50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac0cdb50, mutex=0x7efeac0cdb28) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40ca348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb40cacd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb41b2675 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb4262a28 in JavaThread::check_safepoint_and_suspend_for_native_trans(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb3bd7e98 in ciMethod::should_exclude() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb3b204d0 in GraphBuilder::try_inline(ciMethod*, bool, Bytecodes::Code, Instruction*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007efeb3b20f73 in GraphBuilder::invoke(Bytecodes::Code) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007efeb3b1e795 in GraphBuilder::iterate_bytecodes_for_block(int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#12 0x00007efeb3b1ec23 in GraphBuilder::iterate_all_blocks(bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#13 0x00007efeb3b202cb in GraphBuilder::try_inline_full(ciMethod*, bool, Bytecodes::Code, Instruction*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#14 0x00007efeb3b2062d in GraphBuilder::try_inline(ciMethod*, bool, Bytecodes::Code, Instruction*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#15 0x00007efeb3b20f73 in GraphBuilder::invoke(Bytecodes::Code) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#16 0x00007efeb3b1e795 in GraphBuilder::iterate_bytecodes_for_block(int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#17 0x00007efeb3b1ec15 in GraphBuilder::iterate_all_blocks(bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#18 0x00007efeb3b1f13d in GraphBuilder::GraphBuilder(Compilation*, IRScope*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#19 0x00007efeb3b260ff in IR::IR(Compilation*, ciMethod*, int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#20 0x00007efeb3b08874 in Compilation::build_hir() [clone .part.82] () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#21 0x00007efeb3b0a2e3 in Compilation::compile_java_method() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#22 0x00007efeb3b0a3aa in Compilation::compile_method() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#23 0x00007efeb3b0a840 in Compilation::Compilation(AbstractCompiler*, ciEnv*, ciMethod*, int, BufferBlob*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#24 0x00007efeb3b0b5b8 in Compiler::compile_method(ciEnv*, ciMethod*, int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#25 0x00007efeb3c64b7d in CompileBroker::invoke_compiler_on_method(CompileTask*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#26 0x00007efeb3c66467 in CompileBroker::compiler_thread_loop() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#27 0x00007efeb426b848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#28 0x00007efeb426b9dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#29 0x00007efeb410b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#30 0x00007efeb503a7fc in start_thread (arg=0x7efe7c65e700) at pthread_create.c:465
#31 0x00007efeb4947b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 22 (Thread 0x7efe7c860700 (LWP 18514)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac0c9a7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac0c9a28, cond=0x7efeac0c9a50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac0c9a50, mutex=0x7efeac0c9a28) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40ca857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb40cb4be in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb42cbefc in VMThread::execute(VM_Operation*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb3df444e in InlineCacheBuffer::create_transition_stub(CompiledIC*, void*, unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb3c69569 in CompiledIC::set_to_megamorphic(CallInfo*, Bytecodes::Code, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb41c03d3 in SharedRuntime::handle_ic_miss_helper(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007efeb41c05ab in SharedRuntime::handle_wrong_method_ic_miss(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007efe98047e9a in ?? ()
#12 0x000000003820037f in ?? ()
#13 0x000000074ddbe690 in ?? ()
#14 0x000000074ddbeb10 in ?? ()
#15 0x0002ffff00001fab in ?? ()
#16 0xaef2b67a3e01c000 in ?? ()
#17 0x000000000000c002 in ?? ()
#18 0xaf3993ee48a30000 in ?? ()
#19 0x000000000000c002 in ?? ()
#20 0xaf80716253443000 in ?? ()
#21 0x000000000000c002 in ?? ()
#22 0xafe3a76b2ef2b800 in ?? ()
#23 0x000000000000c002 in ?? ()
#24 0xb071625344352800 in ?? ()
#25 0x000000000000c002 in ?? ()
#26 0xb0b83fc74ed66000 in ?? ()
#27 0x000000000000c002 in ?? ()
#28 0xf77cd73c076bb000 in ?? ()
#29 0x0000000000003fff in ?? ()
#30 0x0000000000000000 in ?? ()
Thread 21 (Thread 0x7efe3e5ba700 (LWP 18528)):
#0 0x00007efeb504164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7efe3e5b9630, expected=0, futex_word=0x7efeacec6c78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7efe3e5b96e0, mutex=0x7efeacec6c28, cond=0x7efeacec6c50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7efeacec6c50, mutex=0x7efeacec6c28, abstime=0x7efe3e5b96e0) at pthread_cond_wait.c:667
#3 0x00007efeb4112cef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40fb4ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb3ebef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efe98017854 in ?? ()
#7 0x00007efe3e5b98c0 in ?? ()
#8 0x00007efeacec6000 in ?? ()
#9 0x00007efeb47fd94c in os::_initial_active_processor_count () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007efe3e5b98a8 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 20 (Thread 0x7efe7c75f700 (LWP 18515)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac0cbc7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac0cbc28, cond=0x7efeac0cbc50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac0cbc50, mutex=0x7efeac0cbc28) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40ca348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb40cacd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb41b2675 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb4262a28 in JavaThread::check_safepoint_and_suspend_for_native_trans(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb3ebd7dd in ThreadStateTransition::transition_from_native(JavaThread*, JavaThreadState) [clone .constprop.170] () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb3ec0d6d in JVM_IsPrimitiveClass () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007efe98167d86 in ?? ()
#11 0x0000000649074fa8 in ?? ()
#12 0x00007efe982b3e04 in ?? ()
#13 0x00007efe7c75d140 in ?? ()
#14 0x00007efe98cd8b84 in ?? ()
#15 0x0000000750d929a0 in ?? ()
#16 0x000000064900b578 in ?? ()
#17 0x00007efe7c75d140 in ?? ()
#18 0x00007efe985780dc in ?? ()
#19 0x00007efe7c75d140 in ?? ()
#20 0x00007efe9832e3d4 in ?? ()
#21 0x000000074e091ed0 in ?? ()
#22 0x000000074d3d6d90 in ?? ()
#23 0x0000000751041640 in ?? ()
#24 0x000000064907f210 in ?? ()
#25 0x00007efe7c75d140 in ?? ()
#26 0x00007efe984aa7a4 in ?? ()
#27 0x000000074e090b70 in ?? ()
#28 0x00007efeb3b8b631 in Runtime1::is_instance_of(oopDesc*, oopDesc*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 19 (Thread 0x7efe3e7bc700 (LWP 18526)):
#0 0x00007efeb504164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7efe3e7bb650, expected=0, futex_word=0x7efeacec2d78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7efe3e7bb700, mutex=0x7efeacec2d28, cond=0x7efeacec2d50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7efeacec2d50, mutex=0x7efeacec2d28, abstime=0x7efe3e7bb700) at pthread_cond_wait.c:667
#3 0x00007efeb4112cef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40fb4ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb3ebef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efe98f31948 in ?? ()
#7 0x0000000750d178e0 in ?? ()
#8 0x00007efe3f3731f0 in ?? ()
#9 0x00007efe3e7bb900 in ?? ()
#10 0x00007efe3f397440 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 18 (Thread 0x7efe7c961700 (LWP 18513)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac0c727c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac0c7228, cond=0x7efeac0c7250) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac0c7250, mutex=0x7efeac0c7228) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40ca348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb40cacd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb41b2675 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb4262a28 in JavaThread::check_safepoint_and_suspend_for_native_trans(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb3ebd7dd in ThreadStateTransition::transition_from_native(JavaThread*, JavaThreadState) [clone .constprop.170] () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb3ec0d6d in JVM_IsPrimitiveClass () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007efe98167d86 in ?? ()
#11 0x0000000649074fa8 in ?? ()
#12 0x0000000600000001 in ?? ()
#13 0x000000064912fe48 in ?? ()
#14 0x000000007fffffff in ?? ()
#15 0x00007efe7c95fce0 in ?? ()
#16 0x00007efe983960cc in ?? ()
#17 0x000000074dce7608 in ?? ()
#18 0x000000074dd34d08 in ?? ()
#19 0x00007efe7c95fce0 in ?? ()
#20 0x00007efe983f1acc in ?? ()
#21 0x000000074dd34d08 in ?? ()
#22 0x000000074dce7810 in ?? ()
#23 0x000000074dd2a748 in ?? ()
#24 0x00007efe983ae11e in ?? ()
#25 0x000000074dd34f88 in ?? ()
#26 0x00007efeae09a000 in ?? ()
#27 0x00007efe7c95fce0 in ?? ()
#28 0x00007efe984618cc in ?? ()
#29 0x00007efeae09a000 in ?? ()
#30 0x000000074dd34f00 in ?? ()
#31 0x0000000000000000 in ?? ()
Thread 17 (Thread 0x7efeb050b700 (LWP 18507)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac030378) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac030328, cond=0x7efeac030350) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac030350, mutex=0x7efeac030328) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40ca857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb40cb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb3d9539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb3d9715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb410b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb503a7fc in start_thread (arg=0x7efeb050b700) at pthread_create.c:465
#10 0x00007efeb4947b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 16 (Thread 0x7efe7c45c700 (LWP 18518)):
#0 0x00007efeb504164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7efe7c45bc50, expected=0, futex_word=0x7efeac0d5a78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7efe7c45bd00, mutex=0x7efeac0d5a28, cond=0x7efeac0d5a50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7efeac0d5a50, mutex=0x7efeac0d5a28, abstime=0x7efe7c45bd00) at pthread_cond_wait.c:667
#3 0x00007efeb4112cef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40ca9f7 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb40cb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb4261b23 in WatcherThread::sleep() const () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb4261c0e in WatcherThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb410b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb503a7fc in start_thread (arg=0x7efe7c45c700) at pthread_create.c:465
#10 0x00007efeb4947b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 15 (Thread 0x7efe3e4b9700 (LWP 18529)):
#0 0x00007efeb504164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7efe3e4b86d0, expected=0, futex_word=0x7efeacec8e78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7efe3e4b8780, mutex=0x7efeacec8e28, cond=0x7efeacec8e50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7efeacec8e50, mutex=0x7efeacec8e28, abstime=0x7efe3e4b8780) at pthread_cond_wait.c:667
#3 0x00007efeb4112cef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb4113015 in os::sleep(Thread*, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb3ecf504 in JVM_Sleep () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efe98017854 in ?? ()
#7 0x00007efe3e4b88e8 in ?? ()
#8 0x00007efeb410bd63 in os::javaTimeMillis() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efe980082bd in ?? ()
#10 0x00000006490034d0 in ?? ()
#11 0x00007efe980116d8 in ?? ()
#12 0x0000000000000064 in ?? ()
#13 0x0000000750d178e0 in ?? ()
#14 0x00007efe3e4b8958 in ?? ()
#15 0x00007efe3f3a3fb6 in ?? ()
#16 0x00007efe3e4b8a98 in ?? ()
#17 0x00007efe3ecd6f90 in ?? ()
#18 0x0000000000000000 in ?? ()
Thread 14 (Thread 0x7efe7ce43700 (LWP 18511)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac09427c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac094228, cond=0x7efeac094250) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac094250, mutex=0x7efeac094228) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40fb5a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb3ebef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efe98017854 in ?? ()
#7 0x00007efe7ce428d0 in ?? ()
#8 0x00007efeac093000 in ?? ()
#9 0x00007efeb47fd94c in os::_initial_active_processor_count () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007efe7ce428b8 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 13 (Thread 0x7efeb080e700 (LWP 18504)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac02af78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac02af28, cond=0x7efeac02af50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac02af50, mutex=0x7efeac02af28) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40ca857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb40cb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb3d9539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb3d9715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb410b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb503a7fc in start_thread (arg=0x7efeb080e700) at pthread_create.c:465
#10 0x00007efeb4947b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 12 (Thread 0x7efe3efc2700 (LWP 18520)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efe5401bb78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efe5401bb28, cond=0x7efe5401bb50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efe5401bb50, mutex=0x7efe5401bb28) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40fb5a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb3ebef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efe98017854 in ?? ()
#7 0x00007efe3f392908 in ?? ()
#8 0x00007efeace9d800 in ?? ()
#9 0x00007efe7ec48b78 in ?? ()
#10 0x00007efe3efc1898 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 11 (Thread 0x7efeb060c700 (LWP 18506)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac02e778) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac02e728, cond=0x7efeac02e750) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac02e750, mutex=0x7efeac02e728) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40ca857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb40cb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb3d9539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb3d9715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb410b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb503a7fc in start_thread (arg=0x7efeb060c700) at pthread_create.c:465
#10 0x00007efeb4947b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 10 (Thread 0x7efe7ca62700 (LWP 18512)):
#0 0x00007efeb5043f96 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7efeb47fef60 <sig_sem>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1 do_futex_wait (sem=sem@entry=0x7efeb47fef60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:111
#2 0x00007efeb5044054 in __new_sem_wait_slow (sem=sem@entry=0x7efeb47fef60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:181
#3 0x00007efeb5044144 in __new_sem_wait (sem=0x7efeb47fef60 <sig_sem>) at sem_wait.c:42
#4 0x00007efeb410d503 in os::signal_wait() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb410534b in signal_thread_entry(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb426b848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb426b9dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb410b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb503a7fc in start_thread (arg=0x7efe7ca62700) at pthread_create.c:465
#10 0x00007efeb4947b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 9 (Thread 0x7efeb0b11700 (LWP 18501)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac025b78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac025b28, cond=0x7efeac025b50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac025b50, mutex=0x7efeac025b28) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40ca857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb40cb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb3d9539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb3d9715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb410b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb503a7fc in start_thread (arg=0x7efeb0b11700) at pthread_create.c:465
#10 0x00007efeb4947b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 8 (Thread 0x7efe7d045700 (LWP 18509)):
#0 0x00007efeb41b10d3 in SafepointSynchronize::begin() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007efeb42cc688 in VMThread::loop() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007efeb42ccbb2 in VMThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 0x00007efeb410b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb503a7fc in start_thread (arg=0x7efe7d045700) at pthread_create.c:465
#5 0x00007efeb4947b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 7 (Thread 0x7efe7c55d700 (LWP 18517)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac0d0a7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac0d0a28, cond=0x7efeac0d0a50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac0d0a50, mutex=0x7efeac0d0a28) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40ca857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb40cb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb41b465d in ServiceThread::service_thread_entry(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb426b848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb426b9dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb410b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007efeb503a7fc in start_thread (arg=0x7efe7c55d700) at pthread_create.c:465
#11 0x00007efeb4947b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 6 (Thread 0x7efeb0a10700 (LWP 18502)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac027778) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac027728, cond=0x7efeac027750) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac027750, mutex=0x7efeac027728) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40ca857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb40cb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb3d9539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb3d9715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb410b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb503a7fc in start_thread (arg=0x7efeb0a10700) at pthread_create.c:465
#10 0x00007efeb4947b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 5 (Thread 0x7efeb070d700 (LWP 18505)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac02cb78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac02cb28, cond=0x7efeac02cb50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac02cb50, mutex=0x7efeac02cb28) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40ca857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb40cb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb3d9539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb3d9715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb410b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb503a7fc in start_thread (arg=0x7efeb070d700) at pthread_create.c:465
#10 0x00007efeb4947b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 4 (Thread 0x7efeb040a700 (LWP 18508)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac031f78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac031f28, cond=0x7efeac031f50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac031f50, mutex=0x7efeac031f28) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40ca857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb40cb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb3d9539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb3d9715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb410b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb503a7fc in start_thread (arg=0x7efeb040a700) at pthread_create.c:465
#10 0x00007efeb4947b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 3 (Thread 0x7efeb5476b80 (LWP 18499)):
#0 0x00007efeb503bb7d in __pthread_join (threadid=139632428144384, thread_return=0x7fff47d17cd0) at pthread_join.c:90
#1 0x00007efeb4e26775 in ContinueInNewThread0 () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#2 0x00007efeb4e21e9a in ContinueInNewThread () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#3 0x00007efeb4e24f18 in JLI_Launch () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#4 0x0000000000400696 in main ()
Thread 2 (Thread 0x7efeb090f700 (LWP 18503)):
#0 0x00007efeb5041072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7efeac029378) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7efeac029328, cond=0x7efeac029350) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7efeac029350, mutex=0x7efeac029328) at pthread_cond_wait.c:655
#3 0x00007efeb4112a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007efeb40ca857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007efeb40cb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007efeb3d9539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007efeb3d9715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007efeb410b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007efeb503a7fc in start_thread (arg=0x7efeb090f700) at pthread_create.c:465
#10 0x00007efeb4947b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 1 (Thread 0x7efeb5475700 (LWP 18500)):
#0 0x00007efeb41b78ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007efeb41158d9 in JVM_handle_linux_signal () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007efeb4109b48 in signalHandler(int, siginfo*, void*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 <signal handler called>
#4 0x00007efe98aaea57 in ?? ()
#5 0x0000003000000000 in ?? ()
#6 0x000000074df7adf8 in ?? ()
#7 0x000000074df7ad98 in ?? ()
#8 0x0000000200000002 in ?? ()
#9 0x0000001400000003 in ?? ()
#10 0x0000001200000001 in ?? ()
#11 0x00000007c0000b68 in ?? ()
#12 0x00000012e9bef5a0 in ?? ()
#13 0x000000074df7ad50 in ?? ()
#14 0x00007efe98830c7c in ?? ()
#15 0x00007efeb54718a8 in ?? ()
#16 0x00007efe9879d064 in ?? ()
#17 0x000000074df790a0 in ?? ()
#18 0xe9bef2174df79770 in ?? ()
#19 0x000000074df78f10 in ?? ()
#20 0x000000074df79a10 in ?? ()
#21 0x00000007c03dc028 in ?? ()
#22 0x00007efe987d872c in ?? ()
#23 0x00007efeb54718a8 in ?? ()
#24 0x00007efe986c7a6c in ?? ()
#25 0x000000074df79108 in ?? ()
#26 0x00007efe98ab600d in ?? ()
#27 0x00007efeb54718a8 in ?? ()
#28 0x000000074a2deba0 in ?? ()
#29 0x00007efeb54718a8 in ?? ()
#30 0x00007efe98ab600d in ?? ()
#31 0x00000006492f6ad0 in ?? ()
#32 0xea23777b987a9d0c in ?? ()
#33 0x00000002e9bef57a in ?? ()
#34 0x000000074df7ace8 in ?? ()
#35 0x000000074df7ac90 in ?? ()
#36 0x000000074df78f10 in ?? ()
#37 0x00007efeb54718a8 in ?? ()
#38 0x00007efe987f62bc in ?? ()
#39 0x000000074df7a8f0 in ?? ()
#40 0x000000074df7a5b0 in ?? ()
#41 0x000000074df78f38 in ?? ()
#42 0x000000074df7a980 in ?? ()
#43 0x0000076d00000000 in ?? ()
#44 0x000000070000007b in ?? ()
#45 0x00000007c03dc028 in ?? ()
#46 0x00007efe987c6b3c in ?? ()
#47 0x000000074a2dbd98 in ?? ()
#48 0x0000003d4df7a610 in ?? ()
#49 0x0000076dc9256890 in ?? ()
#50 0x000000074a2d5958 in ?? ()
#51 0x00000006492b4480 in ?? ()
#52 0x000000074df7a658 in ?? ()
#53 0x00000007c03dc028 in ?? ()
#54 0x00007efe9899d184 in ?? ()
#55 0x000000074a2dbd98 in ?? ()
#56 0x0000003d4a2de158 in ?? ()
#57 0x0000076dc9256890 in ?? ()
#58 0x000000074a2d5958 in ?? ()
#59 0x000000074df78f10 in ?? ()
#60 0x0000076d0000076d in ?? ()
#61 0x00000007c03dc028 in ?? ()
#62 0x00007efe9874e684 in ?? ()
#63 0x00000007c03dc028 in ?? ()
#64 0x000000074df7a900 in ?? ()
#65 0x000000074df7a898 in ?? ()
#66 0xea2379444df77a40 in ?? ()
#67 0x000000074df78f10 in ?? ()
#68 0x000000644df78050 in ?? ()
#69 0x00000007c03dc028 in ?? ()
#70 0x00007efe9899d2cc in ?? ()
#71 0x000000074df7a278 in ?? ()
#72 0x000000070000076d in ?? ()
#73 0x000000074a2de158 in ?? ()
#74 0x000000074df7abb8 in ?? ()
#75 0x00000006492b4480 in ?? ()
#76 0x000000074df7aba8 in ?? ()
#77 0x000000074df7ace8 in ?? ()
#78 0x000000074df7ad38 in ?? ()
#79 0x000000074df7ad50 in ?? ()
#80 0x000000064903a808 in ?? ()
#81 0x000000074df7a958 in ?? ()
#82 0x000000074df7a8f0 in ?? ()
#83 0x000000074df7a928 in ?? ()
#84 0x000000074df7a918 in ?? ()
#85 0x0000000000000001 in ?? ()
#86 0x00007efe98858b44 in ?? ()
#87 0x000000074df7a980 in ?? ()
#88 0x000000074df7ab40 in ?? ()
#89 0xe9bef2e54df790a0 in ?? ()
#90 0x000000074df78f10 in ?? ()
#91 0x000000074df7a838 in ?? ()
#92 0x000000074df7a688 in ?? ()
#93 0x00007efeb54718a8 in ?? ()
#94 0x00007efe987ef67c in ?? ()
#95 0x00007efeb54718a8 in ?? ()
#96 0x00007efe9899d284 in ?? ()
#97 0x000000074df79690 in ?? ()
#98 0x00007efeae09a000 in ?? ()
#99 0x000000074df7ab88 in ?? ()
#100 0xe9bef2e5e9bef2e3 in ?? ()
#101 0x00007efeb54718a8 in ?? ()
#102 0x00007efe98872db4 in ?? ()
#103 0x00007efeb54718a8 in ?? ()
#104 0x00007efe988caad4 in ?? ()
#105 0x00007efeb54718a8 in ?? ()
#106 0x00007efe987ef67c in ?? ()
#107 0x000000074df2d8d0 in ?? ()
#108 0x000000074a2de158 in ?? ()
#109 0x00007efeb54718a8 in ?? ()
#110 0x00007efe9899d1f4 in ?? ()
#111 0x000000074a2de158 in ?? ()
#112 0x000000074df78c48 in ?? ()
#113 0x00007efeb54718a8 in ?? ()
#114 0x00007efe988b765c in ?? ()
#115 0x000000074df2d8d0 in ?? ()
#116 0x000000074df784a0 in ?? ()
#117 0x000000074df78ee0 in ?? ()
#118 0x000000074df78f48 in ?? ()
#119 0x000000074a2e03b8 in ?? ()
#120 0x000000074df78f10 in ?? ()
#121 0x000000074df7ab88 in ?? ()
#122 0x000000074a2de158 in ?? ()
#123 0x000000074df7ab70 in ?? ()
#124 0x000000074a2e03b8 in ?? ()
#125 0x00007efeb54718a8 in ?? ()
#126 0x00007efe98873b44 in ?? ()
#127 0x00000007c03dc028 in ?? ()
#128 0x00007efe9899d2cc in ?? ()
#129 0x00007efeb54718a8 in ?? ()
#130 0x00007efe988725bc in ?? ()
#131 0x000000074df781a0 in ?? ()
#132 0x00007efeb546f048 in ?? ()
#133 0x000000074defa278 in ?? ()
#134 0x0000005d988452c4 in ?? ()
#135 0x00000007c03dc028 in ?? ()
#136 0x00007efe9899d2cc in ?? ()
#137 0x00007efeb54718a8 in ?? ()
#138 0x00007efe9899d184 in ?? ()
#139 0x000000074df78170 in ?? ()
#140 0x000000074defa278 in ?? ()
#141 0x000000074defa278 in ?? ()
#142 0x000000074df771b8 in ?? ()
#143 0x000000074df78f10 in ?? ()
#144 0x000000074df2d8d0 in ?? ()
#145 0x00007efeb54718a8 in ?? ()
#146 0x00007efe9899d1f4 in ?? ()
#147 0x000000074df78488 in ?? ()
#148 0x000000074a2e03b8 in ?? ()
#149 0x000000074df78f10 in ?? ()
#150 0xe945c081e945c07f in ?? ()
#151 0x000000074df78f10 in ?? ()
#152 0x000000074df77020 in ?? ()
#153 0x00007efeb54718a8 in ?? ()
#154 0x00007efe9899d33c in ?? ()
#155 0xe9beee064a2de158 in ?? ()
#156 0x0000000750ffe790 in ?? ()
#157 0x000000074a2e1248 in ?? ()
#158 0x00000007ea1ffcf2 in ?? ()
#159 0x000000074df78f10 in ?? ()
#160 0x0000000000000000 in ?? ()
======================== jstack for core.18499
Attaching to core core.18499 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
Deadlock Detection:
No deadlocks found.
Thread 18529: (state = BLOCKED)
- java.lang.Thread.sleep(long) @bci=0 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Monitor.run() @bci=1078, line=189 (Interpreted frame)
Thread 18528: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18527: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18526: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18525: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18524: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18523: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18522: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18521: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18520: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=502 (Interpreted frame)
- java.util.TimerThread.mainLoop() @bci=28, line=526 (Interpreted frame)
- java.util.TimerThread.run() @bci=1, line=505 (Interpreted frame)
Thread 18512: (state = BLOCKED)
Thread 18511: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.ref.ReferenceQueue.remove(long) @bci=59, line=143 (Interpreted frame)
- java.lang.ref.ReferenceQueue.remove() @bci=2, line=164 (Compiled frame)
- java.lang.ref.Finalizer$FinalizerThread.run() @bci=36, line=209 (Interpreted frame)
Thread 18510: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=502 (Compiled frame)
- java.lang.ref.Reference.tryHandlePending(boolean) @bci=54, line=191 (Compiled frame)
- java.lang.ref.Reference$ReferenceHandler.run() @bci=1, line=153 (Interpreted frame)
Thread 18500: (state = IN_JAVA)
======================== jmap for core.18499
Attaching to core core.18499 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
0x0000000000400000 7K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java
0x00007efeb5033000 141K /lib/x86_64-linux-gnu/libpthread.so.0
0x00007efeb4e1b000 101K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
0x00007efeb4c13000 14K /lib/x86_64-linux-gnu/libdl.so.2
0x00007efeb4833000 1914K /lib/x86_64-linux-gnu/libc.so.6
0x00007efeb5253000 166K /lib64/ld-linux-x86-64.so.2
0x00007efeb37b3000 17623K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
0x00007efeb345b000 1371K /lib/x86_64-linux-gnu/libm.so.6
0x00007efeb3253000 31K /lib/x86_64-linux-gnu/librt.so.1
0x00007efeb3043000 64K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libverify.so
0x00007efeb2e13000 220K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libjava.so
0x00007efeb2c03000 34K /lib/x86_64-linux-gnu/libnss_compat.so.2
0x00007efeb29e3000 94K /lib/x86_64-linux-gnu/libnsl.so.1
0x00007efeb27d3000 46K /lib/x86_64-linux-gnu/libnss_nis.so.2
0x00007efeb25bb000 46K /lib/x86_64-linux-gnu/libnss_files.so.2
0x00007efeb239b000 125K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libzip.so
0x00007efe3f7eb000 90K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libnio.so
0x00007efe3f5d3000 113K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libnet.so
0x00007efe3efc3000 49K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libmanagement.so
======================== GDB 'bt' for core.18548
[New LWP 18549]
[New LWP 18551]
[New LWP 18558]
[New LWP 18548]
[New LWP 18552]
[New LWP 18550]
[New LWP 18553]
[New LWP 18557]
[New LWP 18554]
[New LWP 18556]
[New LWP 18559]
[New LWP 18555]
[New LWP 18561]
[New LWP 18562]
[New LWP 18560]
[New LWP 18563]
[New LWP 18566]
[New LWP 18570]
[New LWP 18564]
[New LWP 18565]
[New LWP 18572]
[New LWP 18567]
[New LWP 18575]
[New LWP 18568]
[New LWP 18569]
[New LWP 18571]
[New LWP 18574]
[New LWP 18573]
[New LWP 18576]
[New LWP 18577]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/home/amp/shared/graalvm/graalvm-0.31/jre/bin/java -XX:-UseJVMCIClassLoader -ea'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f7794f1f8ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
[Current thread is 1 (Thread 0x7f77961e1700 (LWP 18549))]
Thread 30 (Thread 0x7f776b0c6700 (LWP 18577)):
#0 0x00007f7795da964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f776b0c56d0, expected=0, futex_word=0x7f7790dddf78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f776b0c5780, mutex=0x7f7790dddf28, cond=0x7f7790dddf50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f7790dddf50, mutex=0x7f7790dddf28, abstime=0x7f776b0c5780) at pthread_cond_wait.c:667
#3 0x00007f7794e7acef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e7b015 in os::sleep(Thread*, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794c37504 in JVM_Sleep () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f777af52854 in ?? ()
#7 0x00007f776b0c58e8 in ?? ()
#8 0x00007f7794e73d63 in os::javaTimeMillis() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f777af432bd in ?? ()
#10 0x00000006490018f0 in ?? ()
#11 0x00007f777af4c6d8 in ?? ()
#12 0x0000000000000064 in ?? ()
#13 0x0000000752eef1b8 in ?? ()
#14 0x00007f776b0c5958 in ?? ()
#15 0x00007f776bac37b6 in ?? ()
#16 0x00007f776b0c5a98 in ?? ()
#17 0x00007f776baf1390 in ?? ()
#18 0x0000000000000000 in ?? ()
Thread 29 (Thread 0x7f776b1c7700 (LWP 18576)):
#0 0x00007f7795da964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f776b1c6550, expected=0, futex_word=0x7f7790ddbd78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f776b1c6600, mutex=0x7f7790ddbd28, cond=0x7f7790ddbd50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f7790ddbd50, mutex=0x7f7790ddbd28, abstime=0x7f776b1c6600) at pthread_cond_wait.c:667
#3 0x00007f7794e7acef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e634ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794c26f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f777bdd64c8 in ?? ()
#7 0x0000000752eef1b8 in ?? ()
#8 0x0000000752eef660 in ?? ()
#9 0x00007f776b1c67f0 in ?? ()
#10 0x00007f776b1c67f0 in ?? ()
#11 0x00000000000000b6 in ?? ()
#12 0x00007f776b1c69c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0xffffffffc0e3f002 in ?? ()
#15 0x00007f776b1c6a40 in ?? ()
#16 0x00007f777b9fb634 in ?? ()
#17 0x00007f776b1c69c0 in ?? ()
#18 0x0000000752eef1b8 in ?? ()
#19 0x00007f776b1c68e0 in ?? ()
#20 0x00007f7790063ad0 in ?? ()
#21 0x00007f7794f45740 in ?? () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#22 0x00007f776b1c68d0 in ?? ()
#23 0x00007f776b1c6b70 in ?? ()
#24 0x00007f7790ddb980 in ?? ()
#25 0x00007f776b1c6940 in ?? ()
#26 0x00007f7794bae200 in InterpreterRuntime::frequency_counter_overflow_inner(JavaThread*, unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 28 (Thread 0x7f776b4ca700 (LWP 18573)):
#0 0x00007f7795da964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f776b4c9550, expected=0, futex_word=0x7f771c00ce78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f776b4c9600, mutex=0x7f771c00ce28, cond=0x7f771c00ce50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f771c00ce50, mutex=0x7f771c00ce28, abstime=0x7f776b4c9600) at pthread_cond_wait.c:667
#3 0x00007f7794e7acef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e634ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794c26f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f777bdd64c8 in ?? ()
#7 0x0000000752eef1b8 in ?? ()
#8 0x0000000752f1e4d0 in ?? ()
#9 0x00007f776b4c97f0 in ?? ()
#10 0x00007f776b4c97f0 in ?? ()
#11 0x00000000000000b1 in ?? ()
#12 0x00007f776b4c99c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0xffffffffc0b3c002 in ?? ()
#15 0x00007f776b4c9a40 in ?? ()
#16 0x00007f777b9fb634 in ?? ()
#17 0x00007f776b4c99c0 in ?? ()
#18 0x0000000752eef1b8 in ?? ()
#19 0x0000000000000031 in ?? ()
#20 0x0000000000000000 in ?? ()
Thread 27 (Thread 0x7f776b3c9700 (LWP 18574)):
#0 0x00007f7795da964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f776b3c8550, expected=0, futex_word=0x7f7790dd8278) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f776b3c8600, mutex=0x7f7790dd8228, cond=0x7f7790dd8250) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f7790dd8250, mutex=0x7f7790dd8228, abstime=0x7f776b3c8600) at pthread_cond_wait.c:667
#3 0x00007f7794e7acef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e634ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794c26f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f777bdd64c8 in ?? ()
#7 0x0000000752eef1b8 in ?? ()
#8 0x0000000752f1c270 in ?? ()
#9 0x00007f776b3c87f0 in ?? ()
#10 0x00007f776b3c87f0 in ?? ()
#11 0x00000000000000b5 in ?? ()
#12 0x00007f776b3c89c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0xffffffffc0c3d002 in ?? ()
#15 0x00007f776b3c8a40 in ?? ()
#16 0x00007f777b9fb634 in ?? ()
#17 0x00007f776b3c89c0 in ?? ()
#18 0x0000000752eef1b8 in ?? ()
#19 0x0000000000000031 in ?? ()
#20 0x0000000000000000 in ?? ()
Thread 26 (Thread 0x7f776b6cc700 (LWP 18571)):
#0 0x00007f7795da964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f776b6cb550, expected=0, futex_word=0x7f7790dd2778) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f776b6cb600, mutex=0x7f7790dd2728, cond=0x7f7790dd2750) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f7790dd2750, mutex=0x7f7790dd2728, abstime=0x7f776b6cb600) at pthread_cond_wait.c:667
#3 0x00007f7794e7acef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e634ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794c26f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f777bdd64c8 in ?? ()
#7 0x0000000752eef1b8 in ?? ()
#8 0x0000000752f34270 in ?? ()
#9 0x00007f776b6cb7f0 in ?? ()
#10 0x00007f776b6cb7f0 in ?? ()
#11 0x00000000000000b2 in ?? ()
#12 0x00007f776b6cb9c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0xffffffffc093a002 in ?? ()
#15 0x00007f776b6cba40 in ?? ()
#16 0x00007f777b9fb634 in ?? ()
#17 0x00007f776b6cb9c0 in ?? ()
#18 0x0000000752eef1b8 in ?? ()
#19 0x0000000000000031 in ?? ()
#20 0x0000000000000000 in ?? ()
Thread 25 (Thread 0x7f776b8ce700 (LWP 18569)):
#0 0x00007f7795da964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f776b8cd550, expected=0, futex_word=0x7f7790db6878) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f776b8cd600, mutex=0x7f7790db6828, cond=0x7f7790db6850) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f7790db6850, mutex=0x7f7790db6828, abstime=0x7f776b8cd600) at pthread_cond_wait.c:667
#3 0x00007f7794e7acef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e634ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794c26f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f777bdd64c8 in ?? ()
#7 0x0000000752eef1b8 in ?? ()
#8 0x0000000752f364d0 in ?? ()
#9 0x00007f776b8cd7f0 in ?? ()
#10 0x00007f776b8cd7f0 in ?? ()
#11 0x00000000000000b3 in ?? ()
#12 0x00007f776b8cd9c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0xffffffffc0738002 in ?? ()
#15 0x00007f776b8cda40 in ?? ()
#16 0x00007f777b9fb634 in ?? ()
#17 0x00007f776b8cd9c0 in ?? ()
#18 0x0000000752eef1b8 in ?? ()
#19 0x00007f776b8cd8e0 in ?? ()
#20 0x00007f7790063ad0 in ?? ()
#21 0x00007f7794f45740 in ?? () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#22 0x00007f776b8cd8d0 in ?? ()
#23 0x00007f776b8cdb70 in ?? ()
#24 0x00007f7790dccbd0 in ?? ()
#25 0x00007f776b8cd940 in ?? ()
#26 0x00007f7794bae200 in InterpreterRuntime::frequency_counter_overflow_inner(JavaThread*, unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 24 (Thread 0x7f776b9cf700 (LWP 18568)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f779008987c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f7790089828, cond=0x7f7790089850) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f7790089850, mutex=0x7f7790089828) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e635a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794c26f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f777af52854 in ?? ()
#7 0x00007f776ba9c5f0 in ?? ()
#8 0x00007f7790dba000 in ?? ()
#9 0x00007f7773800b78 in ?? ()
#10 0x00007f776b9ce898 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 23 (Thread 0x7f776b2c8700 (LWP 18575)):
#0 0x00007f7795da964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f776b2c7550, expected=0, futex_word=0x7f7790dda178) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f776b2c7600, mutex=0x7f7790dda128, cond=0x7f7790dda150) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f7790dda150, mutex=0x7f7790dda128, abstime=0x7f776b2c7600) at pthread_cond_wait.c:667
#3 0x00007f7794e7acef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e634ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794c26f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f777bdd64c8 in ?? ()
#7 0x0000000752eef1b8 in ?? ()
#8 0x0000000752f1a010 in ?? ()
#9 0x00007f776b2c77f0 in ?? ()
#10 0x00007f776b2c77f0 in ?? ()
#11 0x00000000000000b8 in ?? ()
#12 0x00007f776b2c79c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0xffffffffc0d3e002 in ?? ()
#15 0x00007f776b2c7a40 in ?? ()
#16 0x00007f777b9fb634 in ?? ()
#17 0x00007f776b2c79c0 in ?? ()
#18 0x0000000752eef1b8 in ?? ()
#19 0x0000000000000031 in ?? ()
#20 0x0000000000000000 in ?? ()
Thread 22 (Thread 0x7f77711bc700 (LWP 18567)):
#0 0x00007f7795da964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f77711bbc50, expected=0, futex_word=0x7f77900e7778) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f77711bbd00, mutex=0x7f77900e7728, cond=0x7f77900e7750) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f77900e7750, mutex=0x7f77900e7728, abstime=0x7f77711bbd00) at pthread_cond_wait.c:667
#3 0x00007f7794e7acef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e329f7 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e33492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7794fc9b23 in WatcherThread::sleep() const () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794fc9c0e in WatcherThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f7794e732b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f7795da27fc in start_thread (arg=0x7f77711bc700) at pthread_create.c:465
#10 0x00007f77956afb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 21 (Thread 0x7f776b5cb700 (LWP 18572)):
#0 0x00007f7795da964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f776b5ca550, expected=0, futex_word=0x7f7704001578) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f776b5ca600, mutex=0x7f7704001528, cond=0x7f7704001550) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f7704001550, mutex=0x7f7704001528, abstime=0x7f776b5ca600) at pthread_cond_wait.c:667
#3 0x00007f7794e7acef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e634ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794c26f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f777bdd64c8 in ?? ()
#7 0x0000000752eef1b8 in ?? ()
#8 0x0000000752f32010 in ?? ()
#9 0x00007f776b5ca7f0 in ?? ()
#10 0x00007f776b5ca7f0 in ?? ()
#11 0x00000000000000b4 in ?? ()
#12 0x00007f776b5ca9c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0xffffffffc0a3b002 in ?? ()
#15 0x00007f776b5caa40 in ?? ()
#16 0x00007f777b9fb634 in ?? ()
#17 0x00007f776b5ca9c0 in ?? ()
#18 0x0000000752eef1b8 in ?? ()
#19 0x0000000000000031 in ?? ()
#20 0x0000000000000000 in ?? ()
Thread 20 (Thread 0x7f77713be700 (LWP 18565)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f77900cdb7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f77900cdb28, cond=0x7f77900cdb50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f77900cdb50, mutex=0x7f77900cdb28) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e32348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e32cd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7794f1a675 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794fcaa28 in JavaThread::check_safepoint_and_suspend_for_native_trans(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f7794937fd0 in ciKlass::is_subtype_of(ciKlass*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f7794867431 in Canonicalizer::do_CheckCast(CheckCast*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f77948771b0 in GraphBuilder::append_with_bci(Instruction*, int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007f779487cb59 in GraphBuilder::check_cast(int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#12 0x00007f77948868e5 in GraphBuilder::iterate_bytecodes_for_block(int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#13 0x00007f7794886c15 in GraphBuilder::iterate_all_blocks(bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#14 0x00007f779488713d in GraphBuilder::GraphBuilder(Compilation*, IRScope*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#15 0x00007f779488e0ff in IR::IR(Compilation*, ciMethod*, int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#16 0x00007f7794870874 in Compilation::build_hir() [clone .part.82] () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#17 0x00007f77948722e3 in Compilation::compile_java_method() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#18 0x00007f77948723aa in Compilation::compile_method() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#19 0x00007f7794872840 in Compilation::Compilation(AbstractCompiler*, ciEnv*, ciMethod*, int, BufferBlob*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#20 0x00007f77948735b8 in Compiler::compile_method(ciEnv*, ciMethod*, int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#21 0x00007f77949ccb7d in CompileBroker::invoke_compiler_on_method(CompileTask*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#22 0x00007f77949ce467 in CompileBroker::compiler_thread_loop() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#23 0x00007f7794fd3848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#24 0x00007f7794fd39dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#25 0x00007f7794e732b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#26 0x00007f7795da27fc in start_thread (arg=0x7f77713be700) at pthread_create.c:465
#27 0x00007f77956afb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 19 (Thread 0x7f77714bf700 (LWP 18564)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f77900cbc78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f77900cbc28, cond=0x7f77900cbc50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f77900cbc50, mutex=0x7f77900cbc28) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e32348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e32cd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7794f1a581 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794f1a846 in ThreadSafepointState::handle_polling_page_exception() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f777af8289a in ?? ()
#9 0x000000001020037f in ?? ()
#10 0x0000000000000000 in ?? ()
Thread 18 (Thread 0x7f776b7cd700 (LWP 18570)):
#0 0x00007f7795da964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f776b7cc550, expected=0, futex_word=0x7f7790dcdd78) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f776b7cc600, mutex=0x7f7790dcdd28, cond=0x7f7790dcdd50) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f7790dcdd50, mutex=0x7f7790dcdd28, abstime=0x7f776b7cc600) at pthread_cond_wait.c:667
#3 0x00007f7794e7acef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e634ea in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794c26f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f777bdd64c8 in ?? ()
#7 0x0000000752eef1b8 in ?? ()
#8 0x0000000752eecf58 in ?? ()
#9 0x00007f776b7cc7f0 in ?? ()
#10 0x00007f776b7cc7f0 in ?? ()
#11 0x00000000000000b7 in ?? ()
#12 0x00007f776b7cc9c0 in ?? ()
#13 0x0000000000000002 in ?? ()
#14 0xffffffffc0839002 in ?? ()
#15 0x00007f776b7cca40 in ?? ()
#16 0x00007f777b9fb634 in ?? ()
#17 0x00007f776b7cc9c0 in ?? ()
#18 0x0000000752eef1b8 in ?? ()
#19 0x0000000000000031 in ?? ()
#20 0x0000000000000000 in ?? ()
Thread 17 (Thread 0x7f77712bd700 (LWP 18566)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f77900dab7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f77900dab28, cond=0x7f77900dab50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f77900dab50, mutex=0x7f77900dab28) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e32857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e33492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7794f1c65d in ServiceThread::service_thread_entry(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794fd3848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f7794fd39dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f7794e732b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f7795da27fc in start_thread (arg=0x7f77712bd700) at pthread_create.c:465
#11 0x00007f77956afb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 16 (Thread 0x7f77715c0700 (LWP 18563)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f77900c9a78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f77900c9a28, cond=0x7f77900c9a50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f77900c9a50, mutex=0x7f77900c9a28) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e32348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e32cd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7794f1a581 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794f1a846 in ThreadSafepointState::handle_polling_page_exception() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f777af8289a in ?? ()
#9 0xffff00002220037f in ?? ()
#10 0x0000000000000000 in ?? ()
Thread 15 (Thread 0x7f7771ba1700 (LWP 18560)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f7790094278) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f7790094228, cond=0x7f7790094250) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f7790094250, mutex=0x7f7790094228) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e635a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794c26f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f777bdd64c8 in ?? ()
#7 0x00000006490132e8 in ?? ()
#8 0x00000006490132f8 in ?? ()
#9 0x00007f7771ba0930 in ?? ()
#10 0x00007f7771ba0930 in ?? ()
#11 0x00007f7771ba09b0 in ?? ()
#12 0x0000000000000000 in ?? ()
Thread 14 (Thread 0x7f77716c1700 (LWP 18562)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f77900c7278) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f77900c7228, cond=0x7f77900c7250) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f77900c7250, mutex=0x7f77900c7228) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e32857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e334be in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7795033efc in VMThread::execute(VM_Operation*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794e9d6f9 in ParallelScavengeHeap::mem_allocate(unsigned long, bool*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f7794feb1c1 in TypeArrayKlass::allocate_common(int, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f7794c740d0 in JVMCIRuntime::new_array(JavaThread*, Klass*, int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f777b5080da in ?? ()
#11 0x00007f77716bedf0 in ?? ()
#12 0x00007f777b4e4ec4 in ?? ()
#13 0x00007f77706e2348 in ?? ()
#14 0x0000000800000008 in ?? ()
#15 0x00000007527e2218 in ?? ()
#16 0x00000007527d2b78 in ?? ()
#17 0x0000000750c83040 in ?? ()
#18 0x00007f7700000002 in ?? ()
#19 0x000000074f6a4858 in ?? ()
#20 0x00007f777b4111b4 in ?? ()
#21 0x00000007527851e0 in ?? ()
#22 0x0000000000000090 in ?? ()
#23 0x000000007ffffffe in ?? ()
#24 0x00007f7700000020 in ?? ()
#25 0x00000006491221d8 in ?? ()
#26 0xffffffff80000000 in ?? ()
#27 0x000000074f699618 in ?? ()
#28 0x00000007527888a8 in ?? ()
#29 0x000000074f691cc0 in ?? ()
#30 0x00007f777b4ad3bc in ?? ()
#31 0x000000007fffffff in ?? ()
#32 0x000000074f6994d0 in ?? ()
#33 0x00007f77716bedf0 in ?? ()
#34 0x00007f777b1ffb44 in ?? ()
#35 0x00007f77716bedf0 in ?? ()
#36 0x00007f777b5a106c in ?? ()
#37 0x00007f77716bedf0 in ?? ()
#38 0x00007f777b4ad424 in ?? ()
#39 0x00000007527e2d40 in ?? ()
#40 0x000000074f699618 in ?? ()
#41 0x00000007527e23f0 in ?? ()
#42 0x0000000600000008 in ?? ()
#43 0x00000007527e2cc8 in ?? ()
#44 0x0000000000000048 in ?? ()
#45 0x000000007fffffff in ?? ()
#46 0x000000007ffffffe in ?? ()
#47 0x00007f77716bedf0 in ?? ()
#48 0x0000000752785378 in ?? ()
#49 0x0000000750d12d50 in ?? ()
#50 0x00000007519cbc08 in ?? ()
#51 0x00000006492f20b0 in ?? ()
#52 0x0000000000000000 in ?? ()
Thread 13 (Thread 0x7f77717c2700 (LWP 18561)):
#0 0x00007f7795dabf96 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7f7795566f60 <sig_sem>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1 do_futex_wait (sem=sem@entry=0x7f7795566f60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:111
#2 0x00007f7795dac054 in __new_sem_wait_slow (sem=sem@entry=0x7f7795566f60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:181
#3 0x00007f7795dac144 in __new_sem_wait (sem=0x7f7795566f60 <sig_sem>) at sem_wait.c:42
#4 0x00007f7794e75503 in os::signal_wait() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e6d34b in signal_thread_entry(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7794fd3848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794fd39dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f7794e732b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f7795da27fc in start_thread (arg=0x7f77717c2700) at pthread_create.c:465
#10 0x00007f77956afb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 12 (Thread 0x7f77792ad700 (LWP 18555)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f779002e778) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f779002e728, cond=0x7f779002e750) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f779002e750, mutex=0x7f779002e728) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e32857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e33492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7794afd39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794aff15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f7794e732b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f7795da27fc in start_thread (arg=0x7f77792ad700) at pthread_create.c:465
#10 0x00007f77956afb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 11 (Thread 0x7f7771ca2700 (LWP 18559)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f779008f878) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f779008f828, cond=0x7f779008f850) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f779008f850, mutex=0x7f779008f828) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e635a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794c26f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f777bdd64c8 in ?? ()
#7 0x0000000649022fb0 in ?? ()
#8 0x0000000000000001 in ?? ()
#9 0x00007f7771ca1990 in ?? ()
#10 0x00007f7771ca1990 in ?? ()
#11 0x00007f7771ca1a00 in ?? ()
#12 0x0000000000000002 in ?? ()
#13 0x00007f77738ce140 in ?? ()
#14 0xffffffffba360002 in ?? ()
#15 0x00007f7771ca1a88 in ?? ()
#16 0x00007f777b5e307c in ?? ()
#17 0x00007f7771ca1a00 in ?? ()
#18 0x0000000649022fb0 in ?? ()
#19 0x0000000649022fb0 in ?? ()
#20 0x00007f779008e800 in ?? ()
#21 0x00007f77738ce025 in ?? ()
#22 0x00007f77738ce020 in ?? ()
#23 0x00007f7771ca1a98 in ?? ()
#24 0x00007f779008e800 in ?? ()
#25 0x00007f7771ca1a30 in ?? ()
#26 0x00007f7700000001 in ?? ()
#27 0x0000000649022fb0 in ?? ()
#28 0x00007f7773828438 in ?? ()
#29 0x0000000000000003 in ?? ()
#30 0x0000000649022fb0 in ?? ()
#31 0x00007f7771ca1a88 in ?? ()
#32 0x00007f777af42a90 in ?? ()
#33 0x00007f7771ca1a88 in ?? ()
#34 0x00007f777af42a90 in ?? ()
#35 0x00007f7771ca1a88 in ?? ()
#36 0x00007f777af42a90 in ?? ()
#37 0x0000000000000001 in ?? ()
#38 0x00007f7771ca1a48 in ?? ()
#39 0x00007f77738ce021 in ?? ()
#40 0x00007f7771ca1a98 in ?? ()
#41 0x00007f77738ce140 in ?? ()
#42 0x0000000000000000 in ?? ()
Thread 10 (Thread 0x7f77791ac700 (LWP 18556)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f7790030378) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f7790030328, cond=0x7f7790030350) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f7790030350, mutex=0x7f7790030328) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e32857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e33492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7794afd39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794aff15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f7794e732b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f7795da27fc in start_thread (arg=0x7f77791ac700) at pthread_create.c:465
#10 0x00007f77956afb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 9 (Thread 0x7f77793ae700 (LWP 18554)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f779002cb78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f779002cb28, cond=0x7f779002cb50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f779002cb50, mutex=0x7f779002cb28) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e32857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e33492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7794afd39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794aff15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f7794e732b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f7795da27fc in start_thread (arg=0x7f77793ae700) at pthread_create.c:465
#10 0x00007f77956afb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 8 (Thread 0x7f77790ab700 (LWP 18557)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f7790031f7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f7790031f28, cond=0x7f7790031f50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f7790031f50, mutex=0x7f7790031f28) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e32857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e33492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7794afd39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794aff15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f7794e732b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f7795da27fc in start_thread (arg=0x7f77790ab700) at pthread_create.c:465
#10 0x00007f77956afb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 7 (Thread 0x7f77794af700 (LWP 18553)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f779002af78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f779002af28, cond=0x7f779002af50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f779002af50, mutex=0x7f779002af28) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e32857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e33492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7794afd39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794aff15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f7794e732b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f7795da27fc in start_thread (arg=0x7f77794af700) at pthread_create.c:465
#10 0x00007f77956afb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 6 (Thread 0x7f77941c2700 (LWP 18550)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f7790025b78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f7790025b28, cond=0x7f7790025b50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f7790025b50, mutex=0x7f7790025b28) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e32857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e33492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7794afd39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794aff15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f7794e732b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f7795da27fc in start_thread (arg=0x7f77941c2700) at pthread_create.c:465
#10 0x00007f77956afb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 5 (Thread 0x7f77795b0700 (LWP 18552)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f7790029378) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f7790029328, cond=0x7f7790029350) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f7790029350, mutex=0x7f7790029328) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e32857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e33492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7794afd39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794aff15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f7794e732b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f7795da27fc in start_thread (arg=0x7f77795b0700) at pthread_create.c:465
#10 0x00007f77956afb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 4 (Thread 0x7f77961e5b80 (LWP 18548)):
#0 0x00007f7795da3b7d in __pthread_join (threadid=140151596390144, thread_return=0x7ffdaf2f2a40) at pthread_join.c:90
#1 0x00007f7795b8e775 in ContinueInNewThread0 () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#2 0x00007f7795b89e9a in ContinueInNewThread () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#3 0x00007f7795b8cf18 in JLI_Launch () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#4 0x0000000000400696 in main ()
Thread 3 (Thread 0x7f7771da3700 (LWP 18558)):
#0 0x00007f7794f190d3 in SafepointSynchronize::begin() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007f7795034688 in VMThread::loop() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007f7795034bb2 in VMThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 0x00007f7794e732b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7795da27fc in start_thread (arg=0x7f7771da3700) at pthread_create.c:465
#5 0x00007f77956afb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 2 (Thread 0x7f77796b1700 (LWP 18551)):
#0 0x00007f7795da9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f7790027778) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f7790027728, cond=0x7f7790027750) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f7790027750, mutex=0x7f7790027728) at pthread_cond_wait.c:655
#3 0x00007f7794e7aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f7794e32857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f7794e33492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f7794afd39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f7794aff15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f7794e732b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f7795da27fc in start_thread (arg=0x7f77796b1700) at pthread_create.c:465
#10 0x00007f77956afb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 1 (Thread 0x7f77961e1700 (LWP 18549)):
#0 0x00007f7794f1f8ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007f7794e7d8d9 in JVM_handle_linux_signal () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007f7794e71b48 in signalHandler(int, siginfo*, void*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 <signal handler called>
#4 0x00007f777bf9662a in ?? ()
#5 0x0000000752b9d7e8 in ?? ()
#6 0x0000000752b9d0b0 in ?? ()
#7 0x0000002252b7a638 in ?? ()
#8 0x0000000752b9d878 in ?? ()
#9 0x0000000752b9d0d0 in ?? ()
#10 0x000000074a74dca8 in ?? ()
#11 0x00000007c03cb428 in ?? ()
#12 0x00007f777b638abc in ?? ()
#13 0x0000000649289b90 in ?? ()
#14 0x0000000752b9d620 in ?? ()
#15 0xe94e9b9552b9d158 in ?? ()
#16 0x000000074a74dca8 in ?? ()
#17 0x000000074a74b8e8 in ?? ()
#18 0xea573ab652b9caa8 in ?? ()
#19 0x00000007c03cb428 in ?? ()
#20 0x00007f777b8849c4 in ?? ()
#21 0x0000000752b7a638 in ?? ()
#22 0x0000000352b9d1d0 in ?? ()
#23 0x0000000752b7a610 in ?? ()
#24 0x0000000752b9d508 in ?? ()
#25 0x0000000752b7a610 in ?? ()
#26 0x00000006492a4500 in ?? ()
#27 0x00000007c03cb428 in ?? ()
#28 0x0000000752b9ddc0 in ?? ()
#29 0x000000144a74b8e8 in ?? ()
#30 0x0000000752b9dd88 in ?? ()
#31 0x0000001052b9d790 in ?? ()
#32 0x0000000752b9dd30 in ?? ()
#33 0x0000000752b7a610 in ?? ()
#34 0x0000000752b996f8 in ?? ()
#35 0x0000000000000014 in ?? ()
#36 0x0000000000000012 in ?? ()
#37 0x0000000000000011 in ?? ()
#38 0x0000001052b9d838 in ?? ()
#39 0x0000000000000030 in ?? ()
#40 0x0000000752b9dca0 in ?? ()
#41 0x0000001452b7a610 in ?? ()
#42 0x0000000752b9dca0 in ?? ()
#43 0x0000001200000ffe in ?? ()
#44 0x00000007c0000b68 in ?? ()
#45 0x000000074a74e738 in ?? ()
#46 0x0000000f0000000d in ?? ()
#47 0xc9218dd90000000b in ?? ()
#48 0xe94e9b95c92593b3 in ?? ()
#49 0x0000000752b9dc80 in ?? ()
#50 0x000000074a74b920 in ?? ()
#51 0x00000007c03cb428 in ?? ()
#52 0x00007f777b7332f4 in ?? ()
#53 0x0000000752b90030 in ?? ()
#54 0x0000000752b90030 in ?? ()
#55 0x0000000752b7a870 in ?? ()
#56 0x0000000752b90068 in ?? ()
#57 0x0000000752b9ca90 in ?? ()
#58 0x0000000752b9c848 in ?? ()
#59 0x00000007c03cb428 in ?? ()
#60 0x00007f777b790f5c in ?? ()
#61 0x000000074a7454a8 in ?? ()
#62 0x0000000752b7a860 in ?? ()
#63 0x0000000752b9d850 in ?? ()
#64 0x0000000752b9d7e8 in ?? ()
#65 0x0000000752b9d820 in ?? ()
#66 0x0000000752b9d810 in ?? ()
#67 0x0000000000000001 in ?? ()
#68 0x0000000752b9c6e0 in ?? ()
#69 0x000000074a74ff00 in ?? ()
#70 0x0000000752b7a610 in ?? ()
#71 0x0000000752b9dc80 in ?? ()
#72 0x000000074a74dca8 in ?? ()
#73 0x0000000752b9dc68 in ?? ()
#74 0x000000074a74ff00 in ?? ()
#75 0x0000000000000001 in ?? ()
#76 0x0000000752b9bf50 in ?? ()
#77 0x00000007c03cb428 in ?? ()
#78 0x00007f777b78e20c in ?? ()
#79 0x00000007c03cb428 in ?? ()
#80 0x00007f777b732afc in ?? ()
#81 0xc9218dd90000000b in ?? ()
#82 0xea5738deea5738dc in ?? ()
#83 0x0000000752b7a610 in ?? ()
#84 0x00001b1e00001b1e in ?? ()
#85 0x00000007c03cb428 in ?? ()
#86 0x00007f777b8b220d in ?? ()
#87 0x00000007c03cb428 in ?? ()
#88 0x00007f777b8849c4 in ?? ()
#89 0x00007f77961dd828 in ?? ()
#90 0x0000000752b9dc40 in ?? ()
#91 0x0000000752b9db60 in ?? ()
#92 0x000000074a74b920 in ?? ()
#93 0x0000000752b7a610 in ?? ()
#94 0x00007f777be0f274 in ?? ()
#95 0x00000007c03cb428 in ?? ()
#96 0x00007f777bff881c in ?? ()
#97 0x0000000752b7a870 in ?? ()
#98 0xe94e9feaea56f4c2 in ?? ()
#99 0x0000000752b91cf0 in ?? ()
#100 0xe94e9fe852b90020 in ?? ()
#101 0x00000007c03cb428 in ?? ()
#102 0x00007f777b8b220d in ?? ()
#103 0x0000000752b7a610 in ?? ()
#104 0x00007f777be0d804 in ?? ()
#105 0x00000007c03cb428 in ?? ()
#106 0x00007f777b63aa7c in ?? ()
#107 0x0000000752b9daf0 in ?? ()
#108 0x000000074a74ff00 in ?? ()
#109 0x00000007c03cb428 in ?? ()
#110 0x00007f777b7e3454 in ?? ()
#111 0x0000000752b9b9f8 in ?? ()
#112 0x0000000752b9bb28 in ?? ()
#113 0x00000007c03cb428 in ?? ()
#114 0x00007f777b732afc in ?? ()
#115 0x00000007c03cb428 in ?? ()
#116 0x00007f777b7de8ac in ?? ()
#117 0x0000000000000001 in ?? ()
#118 0x0000000752b9a200 in ?? ()
#119 0x00007f77961dd828 in ?? ()
#120 0x0000000752b8b200 in ?? ()
#121 0x000000074b591868 in ?? ()
#122 0x000000074a74d968 in ?? ()
#123 0x000000074b591878 in ?? ()
#124 0x000000074b591660 in ?? ()
#125 0x0000000752b8fe40 in ?? ()
#126 0x0000000752b9dbc0 in ?? ()
#127 0x0000000752b7a610 in ?? ()
#128 0x0000000752b91f40 in ?? ()
#129 0x00000007c03cb428 in ?? ()
#130 0x00007f777b638abc in ?? ()
#131 0x00000007c03cb428 in ?? ()
#132 0x00007f777be0a774 in ?? ()
#133 0xea573b4252b9be10 in ?? ()
#134 0xe94e9fe87ba682c4 in ?? ()
#135 0x00007f77961dd828 in ?? ()
#136 0x0000000752b9da10 in ?? ()
#137 0x00000007c03cb428 in ?? ()
#138 0x00007f777b8849c4 in ?? ()
#139 0x00000007c03cb428 in ?? ()
#140 0x00007f777b63bf6c in ?? ()
#141 0x0000000752b91cf0 in ?? ()
#142 0x0000000752b90020 in ?? ()
#143 0x0000000752b8b200 in ?? ()
#144 0x00007f777b8b220d in ?? ()
#145 0x00000007c03cb428 in ?? ()
#146 0x00007f777b884b7c in ?? ()
#147 0x0000000752b8fe40 in ?? ()
#148 0x00000007533d8fd8 in ?? ()
#149 0x000000074b5918b8 in ?? ()
#150 0x00000007ea67b1fb in ?? ()
#151 0x0000000752b8b200 in ?? ()
#152 0x00007f777b7e3454 in ?? ()
#153 0x00000007c03cb428 in ?? ()
#154 0x00007f777bc1f044 in ?? ()
#155 0x000000074b591678 in ?? ()
#156 0x000000074a74d968 in ?? ()
#157 0x000000074b591688 in ?? ()
#158 0x00007f777b7de8ac in ?? ()
#159 0x0000000752b8fe40 in ?? ()
#160 0x0000000752b9da10 in ?? ()
#161 0x0000000752b7a610 in ?? ()
#162 0x0000000752b99f68 in ?? ()
#163 0x00000007c03cb428 in ?? ()
#164 0x00007f777b638abc in ?? ()
#165 0x0000000752b9bce0 in ?? ()
#166 0x000000074b591470 in ?? ()
#167 0x0000000752b8fe40 in ?? ()
#168 0x0000000752b9be70 in ?? ()
#169 0x0000000752b7a610 in ?? ()
#170 0x0000000752b91f40 in ?? ()
#171 0x00000007c03cb428 in ?? ()
#172 0x00007f777b8849c4 in ?? ()
#173 0x00007f77961dd828 in ?? ()
#174 0x00007f777be0a774 in ?? ()
#175 0xea57379876c3a000 in ?? ()
#176 0xe94e9fe87ba68726 in ?? ()
#177 0x0000000052b8b200 in ?? ()
#178 0x0000000752b99fc8 in ?? ()
#179 0x00007f779000e001 in ?? ()
#180 0x0000000752b99fd8 in ?? ()
#181 0xea5733fb52b9da10 in ?? ()
#182 0x0000000752b8b200 in ?? ()
#183 0x0000000752b9dc50 in ?? ()
#184 0x0000000752b9da10 in ?? ()
#185 0x0000000000000001 in ?? ()
#186 0x000000074b5914f0 in ?? ()
#187 0x00000007c03cb428 in ?? ()
#188 0x00007f777b884ac4 in ?? ()
#189 0x00007f77961dd828 in ?? ()
#190 0x00007f777ba2a39c in ?? ()
#191 0x000000074aa54000 in ?? ()
#192 0xea5733fbea5733f9 in ?? ()
#193 0x0000000752b8b200 in ?? ()
#194 0x000000074aa54030 in ?? ()
#195 0x00000007c03cb428 in ?? ()
#196 0x00007f777bc1f044 in ?? ()
#197 0x000000074b591488 in ?? ()
#198 0x000000074a74d968 in ?? ()
#199 0x000000074b591498 in ?? ()
#200 0x00007f777bc12854 in ?? ()
#201 0x0000000752b97e48 in ?? ()
#202 0x0000000752b9bcc0 in ?? ()
#203 0x0000000752b90068 in ?? ()
#204 0x0000000752b7a870 in ?? ()
#205 0x00007f77961dd828 in ?? ()
#206 0x00007f777b638abc in ?? ()
#207 0x00007f77961dd828 in ?? ()
#208 0x00007f777b8849c4 in ?? ()
#209 0x00007f77961dd828 in ?? ()
#210 0x00007f777b5bbe1c in ?? ()
#211 0x0000000752b8b200 in ?? ()
#212 0xe94ea480e94ea47e in ?? ()
#213 0x00007f77961dd828 in ?? ()
#214 0x00007f777b8849c4 in ?? ()
#215 0x0000000752b9a060 in ?? ()
#216 0x0000000752b9a0b8 in ?? ()
#217 0x0000000752b9a0a0 in ?? ()
#218 0x0000000752b9a188 in ?? ()
#219 0x0000000052b8b200 in ?? ()
#220 0x0000000752b9a020 in ?? ()
#221 0x00007f779000e001 in ?? ()
#222 0x0000000752b9a030 in ?? ()
#223 0xea57340652b9bcc0 in ?? ()
#224 0x0000000752b8b200 in ?? ()
#225 0x0000000752b9bf00 in ?? ()
#226 0x0000000752b9bcc0 in ?? ()
#227 0x0000000000000001 in ?? ()
#228 0x0000000752b97c40 in ?? ()
#229 0x00007f77961dd828 in ?? ()
#230 0x00007f777b884ac4 in ?? ()
#231 0x00007f77961dd828 in ?? ()
#232 0x00007f777b6140bc in ?? ()
#233 0x00007f77961dd828 in ?? ()
#234 0xea573406ea573404 in ?? ()
#235 0x0000000752b8b200 in ?? ()
#236 0x00007f777b719ca4 in ?? ()
#237 0x00007f77961dd828 in ?? ()
#238 0x00007f777b884b7c in ?? ()
#239 0x00007f77961dd828 in ?? ()
#240 0x0000000752b9a078 in ?? ()
#241 0x0000000752b9a088 in ?? ()
#242 0x00000007ea57340f in ?? ()
#243 0x0000000752b8b200 in ?? ()
#244 0x00007f777b74018c in ?? ()
#245 0x00007f77961dd828 in ?? ()
#246 0x00007f777ba12b04 in ?? ()
#247 0x00007f77961dd828 in ?? ()
#248 0x00007f777b884a34 in ?? ()
#249 0x000000074a752640 in ?? ()
#250 0x0000000752b8ff00 in ?? ()
#251 0x0000000752b99f10 in ?? ()
#252 0x0000000752fd09d8 in ?? ()
#253 0x00007f77961dd828 in ?? ()
#254 0x00007f777bd37964 in ?? ()
#255 0x0000000752fd0968 in ?? ()
#256 0x0000000752b90030 in ?? ()
#257 0x0000000752fd09d8 in ?? ()
#258 0x0000000752b99b40 in ?? ()
#259 0x0000000752b90030 in ?? ()
#260 0x0000000752b99d90 in ?? ()
#261 0x0000000752b99d80 in ?? ()
#262 0x0000000752b7a870 in ?? ()
#263 0x00000006492c9d98 in ?? ()
#264 0x00007f7776c3a000 in ?? ()
#265 0x0000000752b801e0 in ?? ()
#266 0x000000074aa53a80 in ?? ()
#267 0x00007f77961dd828 in ?? ()
#268 0x0000000752fd09d8 in ?? ()
#269 0x000000074aa54070 in ?? ()
#270 0x0000000752b8b200 in ?? ()
#271 0x0000000752fd0968 in ?? ()
#272 0x0000000752b90030 in ?? ()
#273 0x0000000752b8b200 in ?? ()
#274 0x0000000752b820f0 in ?? ()
#275 0x00007f77961dd828 in ?? ()
#276 0x00007f777b71a344 in ?? ()
#277 0x00007f77961dd828 in ?? ()
#278 0x00007f777b8849c4 in ?? ()
#279 0x00007f77961dd828 in ?? ()
#280 0x00007f777b8a9a3c in ?? ()
#281 0x0000000752b7a838 in ?? ()
#282 0x0000000752b7e570 in ?? ()
#283 0x00007f77961dd828 in ?? ()
#284 0x00007f777b884b0c in ?? ()
#285 0x00007f77961dd828 in ?? ()
#286 0x0000000752b99ee0 in ?? ()
#287 0x0000000752b99ef8 in ?? ()
#288 0x0000000752b99ee0 in ?? ()
#289 0x0000000752b8b200 in ?? ()
#290 0x0000000752b820c8 in ?? ()
#291 0x00007f77961dd828 in ?? ()
#292 0x00007f777b73373c in ?? ()
#293 0x000000074b58e430 in ?? ()
#294 0x0000000752b8b200 in ?? ()
#295 0x0000000752b97d60 in ?? ()
#296 0x000000074a74d968 in ?? ()
#297 0x0000000752b97d48 in ?? ()
#298 0x000000074b58e430 in ?? ()
#299 0x0000000752fd09d8 in ?? ()
#300 0x0000000752b801e0 in ?? ()
#301 0x0000000752b7a838 in ?? ()
#302 0x0000000752fd09d8 in ?? ()
#303 0x00007f77961dd828 in ?? ()
#304 0x00007f777b732afc in ?? ()
#305 0x00007f77961dd828 in ?? ()
#306 0x00007f777b66599c in ?? ()
#307 0x0000000752fd09d8 in ?? ()
#308 0x0000000752b97c78 in ?? ()
#309 0x000000074b5912b0 in ?? ()
#310 0x0000000752b8b200 in ?? ()
#311 0x0000000752b99ea8 in ?? ()
#312 0x000000074a74d968 in ?? ()
#313 0x0000000752b99e90 in ?? ()
#314 0x000000074b5912b0 in ?? ()
#315 0x0000000752b99db8 in ?? ()
#316 0x0000000752b99b40 in ?? ()
#317 0x0000000752b8b200 in ?? ()
#318 0x00007f777bc1f044 in ?? ()
#319 0x00007f77961dd828 in ?? ()
#320 0x00007f777b732afc in ?? ()
#321 0x000000074aa53bd0 in ?? ()
#322 0x0000000752b76248 in ?? ()
#323 0x0000000752b99dd0 in ?? ()
#324 0x0000000752b99df0 in ?? ()
#325 0x000000074a74d968 in ?? ()
#326 0x0000000752b7c4f8 in ?? ()
#327 0x00007f77961dd828 in ?? ()
#328 0x00007f777b8849c4 in ?? ()
#329 0x00007f77961dd828 in ?? ()
#330 0x00007f777b75733c in ?? ()
#331 0x0000000752b7c718 in ?? ()
#332 0x0000000752b7c4f8 in ?? ()
#333 0x0000000752b8b200 in ?? ()
#334 0x00007f777af431e8 in ?? ()
#335 0x00007f77961dd828 in ?? ()
#336 0x00007f777b884a34 in ?? ()
#337 0x00000007534d88e8 in ?? ()
#338 0x0000000752b76248 in ?? ()
#339 0x00007f77961dd828 in ?? ()
#340 0xe96b2267e96b225f in ?? ()
#341 0x0000000752b8b200 in ?? ()
#342 0x00007f77961d6570 in ?? ()
#343 0x00007f77961dd828 in ?? ()
#344 0x00007f777b613eb4 in ?? ()
#345 0x000000074aa53ce0 in ?? ()
#346 0x0000000752b8ff00 in ?? ()
#347 0x00007f77961dd828 in ?? ()
#348 0x00007f777bd60064 in ?? ()
#349 0x00007f77961dd828 in ?? ()
#350 0x00007f777b6cc424 in ?? ()
#351 0x00007f77961dd828 in ?? ()
#352 0x0000000752b99e48 in ?? ()
#353 0x00007f77961d65d8 in ?? ()
#354 0x00007f777af43040 in ?? ()
#355 0x00007f77961dd828 in ?? ()
#356 0x00007f777b74018c in ?? ()
#357 0x0000000752b76248 in ?? ()
#358 0x00007f77961d65e8 in ?? ()
#359 0x00007f77961dd828 in ?? ()
#360 0x00007f777bcc0914 in ?? ()
#361 0x000000074aa53e58 in ?? ()
#362 0x0000000752b8ff00 in ?? ()
#363 0x000000074aa53e10 in ?? ()
#364 0x00007f77961dd828 in ?? ()
#365 0x00007f77961dd828 in ?? ()
#366 0x00007f777b6cc424 in ?? ()
#367 0x00007f77961dd828 in ?? ()
#368 0x00007f777b884be4 in ?? ()
#369 0x0000000752b99df0 in ?? ()
#370 0x000000075309fb78 in ?? ()
#371 0x000000074aa53e40 in ?? ()
#372 0x0000000752b99e28 in ?? ()
#373 0x0000000752b76248 in ?? ()
#374 0x0000000000000001 in ?? ()
#375 0x00007f77961dd828 in ?? ()
#376 0x00007f777b884c94 in ?? ()
#377 0x00007f77961dd828 in ?? ()
#378 0x000000074aa540b8 in ?? ()
#379 0x000000074aa540d0 in ?? ()
#380 0x0000000752b72890 in ?? ()
#381 0x0000000752b76248 in ?? ()
#382 0x0000000752b7a7a8 in ?? ()
#383 0x00007f77961dd828 in ?? ()
#384 0x00007f777b884b7c in ?? ()
#385 0x00007f77961dd828 in ?? ()
#386 0x000000075340a0f0 in ?? ()
#387 0x000000074aa54100 in ?? ()
#388 0x00007f77ea68141e in ?? ()
#389 0x0000000752b76248 in ?? ()
#390 0x000000074aa53a80 in ?? ()
#391 0x00007f77961dd828 in ?? ()
#392 0x00007f777b613eb4 in ?? ()
#393 0x00007f77961dd828 in ?? ()
#394 0x00007f777bd37964 in ?? ()
#395 0x0000000752fd0968 in ?? ()
#396 0x0000000752b62c90 in ?? ()
#397 0x0000000752fd09d8 in ?? ()
#398 0x0000000752b6e920 in ?? ()
#399 0x0000000752b62c90 in ?? ()
#400 0x0000000752b7a7e0 in ?? ()
#401 0x0000000752b72620 in ?? ()
#402 0x0000000752b46980 in ?? ()
#403 0x00007f77961dd828 in ?? ()
#404 0x00007f777b74018c in ?? ()
#405 0x0000000752b46948 in ?? ()
#406 0x0000000752b4b348 in ?? ()
#407 0x00007f77961dd828 in ?? ()
#408 0x0000000752fd09d8 in ?? ()
#409 0x000000074aa54310 in ?? ()
#410 0x0000000752b7a7c8 in ?? ()
#411 0x0000000752fd0968 in ?? ()
#412 0x0000000752b62c90 in ?? ()
#413 0x00007f77961dd828 in ?? ()
#414 0x00007f777b6cc424 in ?? ()
#415 0x0000000752b62c90 in ?? ()
#416 0x0000000752b7a780 in ?? ()
#417 0x0000000752b7a770 in ?? ()
#418 0x0000000752b46980 in ?? ()
#419 0x00000006492c9d98 in ?? ()
#420 0x0000000752b7a7a8 in ?? ()
#421 0x0000000752b6a9a8 in ?? ()
#422 0x000000074b58e430 in ?? ()
#423 0x00007f77961dd828 in ?? ()
#424 0x00007f777b884c94 in ?? ()
#425 0x00007f77961dd828 in ?? ()
#426 0x0000000752b72780 in ?? ()
#427 0x0000000752b72798 in ?? ()
#428 0x0000000752b72780 in ?? ()
#429 0x0000000752b5de90 in ?? ()
#430 0x00007f777b66599c in ?? ()
#431 0x00007f77961dd828 in ?? ()
#432 0x00007f777b73373c in ?? ()
#433 0x000000074b5912b0 in ?? ()
#434 0x0000000752b5de90 in ?? ()
#435 0x0000000752b6cb08 in ?? ()
#436 0x000000074a74d968 in ?? ()
#437 0x0000000752b6caf0 in ?? ()
#438 0x000000074b5912b0 in ?? ()
#439 0x0000000752b6ca18 in ?? ()
#440 0x0000000752b6c7a0 in ?? ()
#441 0x0000000752b5de90 in ?? ()
#442 0x00007f777bc1f044 in ?? ()
#443 0x00007f77961dd828 in ?? ()
#444 0x00007f777b732afc in ?? ()
#445 0x00007f77961dd828 in ?? ()
#446 0x00007f777b66599c in ?? ()
#447 0x0000000752b6ca30 in ?? ()
#448 0x0000000752b6ca50 in ?? ()
#449 0x000000074b5994e0 in ?? ()
#450 0x0000000752b5de90 in ?? ()
#451 0x0000000752b72748 in ?? ()
#452 0x000000074a74d968 in ?? ()
#453 0x0000000752b72730 in ?? ()
#454 0x000000074b5994e0 in ?? ()
#455 0x0000000752b72658 in ?? ()
#456 0x0000000752b6e920 in ?? ()
#457 0x0000000752b5de90 in ?? ()
#458 0x00007f7773a77fb8 in ?? ()
#459 0x00007f77961dd828 in ?? ()
#460 0x00007f777b732afc in ?? ()
#461 0x00007f77961d6a30 in ?? ()
#462 0x0000000752b42f68 in ?? ()
#463 0x0000000752b72670 in ?? ()
#464 0x0000000752b72690 in ?? ()
#465 0x000000074a74d968 in ?? ()
#466 0x00007f7794bb876c in JavaCalls::call_special(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
======================== jstack for core.18548
Attaching to core core.18548 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
Deadlock Detection:
No deadlocks found.
Thread 18577: (state = BLOCKED)
- java.lang.Thread.sleep(long) @bci=0 (Interpreted frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Monitor.run() @bci=1078, line=189 (Interpreted frame)
Thread 18576: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18575: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18574: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18573: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18572: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18571: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18570: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18569: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.next() @bci=556, line=372 (Compiled frame)
- orc.run.extensions.SimpleWorkStealingScheduler$Worker.run() @bci=28, line=222 (Interpreted frame)
Thread 18568: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=502 (Interpreted frame)
- java.util.TimerThread.mainLoop() @bci=28, line=526 (Interpreted frame)
- java.util.TimerThread.run() @bci=1, line=505 (Interpreted frame)
Thread 18561: (state = BLOCKED)
Thread 18560: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- java.lang.ref.ReferenceQueue.remove(long) @bci=59, line=143 (Compiled frame)
- java.lang.ref.ReferenceQueue.remove() @bci=2, line=164 (Compiled frame)
- java.lang.ref.Finalizer$FinalizerThread.run() @bci=36, line=209 (Interpreted frame)
Thread 18559: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Compiled frame; information may be imprecise)
- java.lang.Object.wait() @bci=2, line=502 (Compiled frame)
- java.lang.ref.Reference.tryHandlePending(boolean) @bci=54, line=191 (Compiled frame)
- java.lang.ref.Reference$ReferenceHandler.run() @bci=1, line=153 (Interpreted frame)
Thread 18549: (state = IN_JAVA)
======================== jmap for core.18548
Attaching to core core.18548 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
0x0000000000400000 7K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java
0x00007f7795d9b000 141K /lib/x86_64-linux-gnu/libpthread.so.0
0x00007f7795b83000 101K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
0x00007f779597b000 14K /lib/x86_64-linux-gnu/libdl.so.2
0x00007f779559b000 1914K /lib/x86_64-linux-gnu/libc.so.6
0x00007f7795fbb000 166K /lib64/ld-linux-x86-64.so.2
0x00007f779451b000 17623K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
0x00007f77941c3000 1371K /lib/x86_64-linux-gnu/libm.so.6
0x00007f778fdf3000 31K /lib/x86_64-linux-gnu/librt.so.1
0x00007f778fbe3000 64K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libverify.so
0x00007f778f9b3000 220K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libjava.so
0x00007f778f7a3000 34K /lib/x86_64-linux-gnu/libnss_compat.so.2
0x00007f778f583000 94K /lib/x86_64-linux-gnu/libnsl.so.1
0x00007f778f373000 46K /lib/x86_64-linux-gnu/libnss_nis.so.2
0x00007f778f15b000 46K /lib/x86_64-linux-gnu/libnss_files.so.2
0x00007f778ef3b000 125K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libzip.so
0x00007f777023b000 90K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libnio.so
0x00007f7770023000 113K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libnet.so
0x00007f776bbf3000 49K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libmanagement.so
======================== GDB 'bt' for core.23855
[New LWP 23856]
[New LWP 23855]
[New LWP 23859]
[New LWP 23857]
[New LWP 23860]
[New LWP 23858]
[New LWP 23862]
[New LWP 23861]
[New LWP 23865]
[New LWP 23863]
[New LWP 23867]
[New LWP 23864]
[New LWP 23869]
[New LWP 23866]
[New LWP 23873]
[New LWP 23868]
[New LWP 23874]
[New LWP 23870]
[New LWP 23872]
[New LWP 23871]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/home/amp/shared/graalvm/graalvm-0.31/jre/bin/java -XX:-UseJVMCIClassLoader -XX'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007fc6692a78ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
[Current thread is 1 (Thread 0x7fc66a569700 (LWP 23856))]
Thread 20 (Thread 0x7fc63d84f700 (LWP 23871)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc6640cb978) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc6640cb928, cond=0x7fc6640cb950) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc6640cb950, mutex=0x7fc6640cb928) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691ba348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691bacd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc6692a2581 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc6692a2846 in ThreadSafepointState::handle_polling_page_exception() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc64f3a289a in ?? ()
#9 0x000000000020037f in ?? ()
#10 0x0000000000000000 in ?? ()
Thread 19 (Thread 0x7fc63d74e700 (LWP 23872)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc6640cd878) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc6640cd828, cond=0x7fc6640cd850) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc6640cd850, mutex=0x7fc6640cd828) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691ba348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691bacd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc6692a2675 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc669352a28 in JavaThread::check_safepoint_and_suspend_for_native_trans(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc668cccab8 in ciMethod::is_accessor() const () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fc668c4709d in LIRGenerator::do_Base(Base*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007fc668c3aabd in LIRGenerator::block_do(BlockBegin*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007fc668c1d1cd in BlockList::iterate_forward(BlockClosure*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#12 0x00007fc668bf902a in Compilation::emit_lir() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#13 0x00007fc668bfa150 in Compilation::compile_java_method() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#14 0x00007fc668bfa3aa in Compilation::compile_method() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#15 0x00007fc668bfa840 in Compilation::Compilation(AbstractCompiler*, ciEnv*, ciMethod*, int, BufferBlob*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#16 0x00007fc668bfb5b8 in Compiler::compile_method(ciEnv*, ciMethod*, int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#17 0x00007fc668d54b7d in CompileBroker::invoke_compiler_on_method(CompileTask*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#18 0x00007fc668d56467 in CompileBroker::compiler_thread_loop() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#19 0x00007fc66935b848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#20 0x00007fc66935b9dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#21 0x00007fc6691fb2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#22 0x00007fc66a12a7fc in start_thread (arg=0x7fc63d74e700) at pthread_create.c:465
#23 0x00007fc669a37b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 18 (Thread 0x7fc63d950700 (LWP 23870)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc6640c9778) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc6640c9728, cond=0x7fc6640c9750) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc6640c9750, mutex=0x7fc6640c9728) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691ba348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691bacd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc6692a2581 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc6692a286c in ThreadSafepointState::handle_polling_page_exception() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc64f3a2aa6 in ?? ()
#9 0x000000002820037f in ?? ()
#10 0x0000000000000000 in ?? ()
Thread 17 (Thread 0x7fc63d54c700 (LWP 23874)):
#0 0x00007fc66a13164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7fc63d54bc50, expected=0, futex_word=0x7fc6640dd678) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7fc63d54bd00, mutex=0x7fc6640dd628, cond=0x7fc6640dd650) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7fc6640dd650, mutex=0x7fc6640dd628, abstime=0x7fc63d54bd00) at pthread_cond_wait.c:667
#3 0x00007fc669202cef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691ba9f7 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691bb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc669351b23 in WatcherThread::sleep() const () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc669351c0e in WatcherThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc6691fb2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fc66a12a7fc in start_thread (arg=0x7fc63d54c700) at pthread_create.c:465
#10 0x00007fc669a37b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 16 (Thread 0x7fc63db52700 (LWP 23868)):
#0 0x00007fc66a133f96 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7fc6698eef60 <sig_sem>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1 do_futex_wait (sem=sem@entry=0x7fc6698eef60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:111
#2 0x00007fc66a134054 in __new_sem_wait_slow (sem=sem@entry=0x7fc6698eef60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:181
#3 0x00007fc66a134144 in __new_sem_wait (sem=0x7fc6698eef60 <sig_sem>) at sem_wait.c:42
#4 0x00007fc6691fd503 in os::signal_wait() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691f534b in signal_thread_entry(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc66935b848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc66935b9dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc6691fb2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fc66a12a7fc in start_thread (arg=0x7fc63db52700) at pthread_create.c:465
#10 0x00007fc669a37b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 15 (Thread 0x7fc63d64d700 (LWP 23873)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc6640d857c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc6640d8528, cond=0x7fc6640d8550) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc6640d8550, mutex=0x7fc6640d8528) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691ba857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691bb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc6692a465d in ServiceThread::service_thread_entry(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc66935b848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc66935b9dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fc6691fb2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007fc66a12a7fc in start_thread (arg=0x7fc63d64d700) at pthread_create.c:465
#11 0x00007fc669a37b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 14 (Thread 0x7fc63e030700 (LWP 23866)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc66408f57c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc66408f528, cond=0x7fc66408f550) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc66408f550, mutex=0x7fc66408f528) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691eb5a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc668faef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc64f372854 in ?? ()
#7 0x00007fc66408e800 in ?? ()
#8 0x00007fc63e02fa98 in ?? ()
#9 0x00007fc63e02fa40 in ?? ()
#10 0x00007fc63e02f928 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 13 (Thread 0x7fc63da51700 (LWP 23869)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc6640c6f7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc6640c6f28, cond=0x7fc6640c6f50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc6640c6f50, mutex=0x7fc6640c6f28) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691ba857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691bb4be in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc6693bbefc in VMThread::execute(VM_Operation*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc668ee444e in InlineCacheBuffer::create_transition_stub(CompiledIC*, void*, unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc668d59d77 in CompiledIC::set_to_monomorphic(CompiledICInfo&) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fc6692b04a6 in SharedRuntime::handle_ic_miss_helper(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007fc6692b05ab in SharedRuntime::handle_wrong_method_ic_miss(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007fc64f3a2e9a in ?? ()
#12 0x000000000820037f in ?? ()
#13 0x00007fc63da4fc70 in ?? ()
#14 0x00007fc650261a3c in ?? ()
#15 0x0002ffff00001fab in ?? ()
#16 0xbd3f8bcd29c24000 in ?? ()
#17 0x000000000000c002 in ?? ()
#18 0xb2a60dd67c8a6000 in ?? ()
#19 0x000000000000c002 in ?? ()
#20 0xb2a60dd67c8a6000 in ?? ()
#21 0x000000000000c002 in ?? ()
#22 0xb2c8a60dd67c9000 in ?? ()
#23 0x000000000000c002 in ?? ()
#24 0xb2c8a60dd67c9000 in ?? ()
#25 0x000000000000c002 in ?? ()
#26 0xb37c8a60dd67c800 in ?? ()
#27 0x000000000000c002 in ?? ()
#28 0x802d484ba2363000 in ?? ()
#29 0x0000000000003fff in ?? ()
#30 0x0000000000000000 in ?? ()
Thread 12 (Thread 0x7fc64d4cb700 (LWP 23864)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc664031c78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc664031c28, cond=0x7fc664031c50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc664031c50, mutex=0x7fc664031c28) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691ba857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691bb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc668e8539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc668e8715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc6691fb2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fc66a12a7fc in start_thread (arg=0x7fc64d4cb700) at pthread_create.c:465
#10 0x00007fc669a37b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 11 (Thread 0x7fc63df2f700 (LWP 23867)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc664093f7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc664093f28, cond=0x7fc664093f50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc664093f50, mutex=0x7fc664093f28) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691eb5a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc668faef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc64f372854 in ?? ()
#7 0x00007fc664093000 in ?? ()
#8 0x0000000000000000 in ?? ()
Thread 10 (Thread 0x7fc64d5cc700 (LWP 23863)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc66403007c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc664030028, cond=0x7fc664030050) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc664030050, mutex=0x7fc664030028) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691ba857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691bb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc668e8539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc668e8715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc6691fb2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fc66a12a7fc in start_thread (arg=0x7fc64d5cc700) at pthread_create.c:465
#10 0x00007fc669a37b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 9 (Thread 0x7fc63e131700 (LWP 23865)):
#0 0x00007fc6690d3242 in SpinPause () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007fc6692a1405 in SafepointSynchronize::begin() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007fc6693bc688 in VMThread::loop() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 0x00007fc6693bcbb2 in VMThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691fb2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc66a12a7fc in start_thread (arg=0x7fc63e131700) at pthread_create.c:465
#6 0x00007fc669a37b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 8 (Thread 0x7fc64d7ce700 (LWP 23861)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc66402c87c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc66402c828, cond=0x7fc66402c850) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc66402c850, mutex=0x7fc66402c828) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691ba857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691bb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc668e8539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc668e8715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc6691fb2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fc66a12a7fc in start_thread (arg=0x7fc64d7ce700) at pthread_create.c:465
#10 0x00007fc669a37b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 7 (Thread 0x7fc64d6cd700 (LWP 23862)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc66402e478) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc66402e428, cond=0x7fc66402e450) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc66402e450, mutex=0x7fc66402e428) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691ba857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691bb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc668e8539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc668e8715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc6691fb2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fc66a12a7fc in start_thread (arg=0x7fc64d6cd700) at pthread_create.c:465
#10 0x00007fc669a37b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 6 (Thread 0x7fc64dad1700 (LWP 23858)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc66402747c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc664027428, cond=0x7fc664027450) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc664027450, mutex=0x7fc664027428) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691ba857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691bb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc668e8539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc668e8715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc6691fb2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fc66a12a7fc in start_thread (arg=0x7fc64dad1700) at pthread_create.c:465
#10 0x00007fc669a37b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 5 (Thread 0x7fc64d8cf700 (LWP 23860)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc66402ac78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc66402ac28, cond=0x7fc66402ac50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc66402ac50, mutex=0x7fc66402ac28) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691ba857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691bb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc668e8539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc668e8715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc6691fb2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fc66a12a7fc in start_thread (arg=0x7fc64d8cf700) at pthread_create.c:465
#10 0x00007fc669a37b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 4 (Thread 0x7fc668132700 (LWP 23857)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc66402587c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc664025828, cond=0x7fc664025850) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc664025850, mutex=0x7fc664025828) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691ba857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691bb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc668e8539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc668e8715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc6691fb2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fc66a12a7fc in start_thread (arg=0x7fc668132700) at pthread_create.c:465
#10 0x00007fc669a37b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 3 (Thread 0x7fc64d9d0700 (LWP 23859)):
#0 0x00007fc66a131072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fc66402907c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fc664029028, cond=0x7fc664029050) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fc664029050, mutex=0x7fc664029028) at pthread_cond_wait.c:655
#3 0x00007fc669202a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fc6691ba857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fc6691bb492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fc668e8539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fc668e8715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fc6691fb2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fc66a12a7fc in start_thread (arg=0x7fc64d9d0700) at pthread_create.c:465
#10 0x00007fc669a37b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 2 (Thread 0x7fc66a56fb80 (LWP 23855)):
#0 0x00007fc66a12bb7d in __pthread_join (threadid=140490164311808, thread_return=0x7ffcf1013f80) at pthread_join.c:90
#1 0x00007fc669f16775 in ContinueInNewThread0 () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#2 0x00007fc669f11e9a in ContinueInNewThread () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#3 0x00007fc669f14f18 in JLI_Launch () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#4 0x0000000000400696 in main ()
Thread 1 (Thread 0x7fc66a569700 (LWP 23856)):
#0 0x00007fc6692a78ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007fc6692058d9 in JVM_handle_linux_signal () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007fc6691f9b48 in signalHandler(int, siginfo*, void*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 <signal handler called>
#4 0x00007fc6503b5317 in ?? ()
#5 0x0000000755907238 in ?? ()
#6 0x0000000000000000 in ?? ()
======================== jstack for core.23855
Attaching to core core.23855 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
Deadlock Detection:
No deadlocks found.
Thread 23868: (state = BLOCKED)
Thread 23867: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.ref.ReferenceQueue.remove(long) @bci=59, line=143 (Compiled frame)
- java.lang.ref.ReferenceQueue.remove() @bci=2, line=164 (Compiled frame)
- java.lang.ref.Finalizer$FinalizerThread.run() @bci=36, line=209 (Interpreted frame)
Thread 23866: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=502 (Compiled frame)
- java.lang.ref.Reference.tryHandlePending(boolean) @bci=54, line=191 (Compiled frame)
- java.lang.ref.Reference$ReferenceHandler.run() @bci=1, line=153 (Interpreted frame)
Thread 23856: (state = IN_JAVA)
======================== jmap for core.23855
Attaching to core core.23855 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
0x0000000000400000 7K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java
0x00007fc66a123000 141K /lib/x86_64-linux-gnu/libpthread.so.0
0x00007fc669f0b000 101K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
0x00007fc669d03000 14K /lib/x86_64-linux-gnu/libdl.so.2
0x00007fc669923000 1914K /lib/x86_64-linux-gnu/libc.so.6
0x00007fc66a343000 166K /lib64/ld-linux-x86-64.so.2
0x00007fc6688a3000 17623K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
0x00007fc66854b000 1371K /lib/x86_64-linux-gnu/libm.so.6
0x00007fc668343000 31K /lib/x86_64-linux-gnu/librt.so.1
0x00007fc668133000 64K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libverify.so
0x00007fc663dd3000 220K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libjava.so
0x00007fc663bc3000 34K /lib/x86_64-linux-gnu/libnss_compat.so.2
0x00007fc6639a3000 94K /lib/x86_64-linux-gnu/libnsl.so.1
0x00007fc663793000 46K /lib/x86_64-linux-gnu/libnss_nis.so.2
0x00007fc66357b000 46K /lib/x86_64-linux-gnu/libnss_files.so.2
0x00007fc66335b000 125K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libzip.so
======================== GDB 'bt' for core.23907
[New LWP 23908]
[New LWP 23907]
[New LWP 23910]
[New LWP 23919]
[New LWP 23913]
[New LWP 23912]
[New LWP 23909]
[New LWP 23911]
[New LWP 23917]
[New LWP 23914]
[New LWP 23916]
[New LWP 23924]
[New LWP 23918]
[New LWP 23915]
[New LWP 23920]
[New LWP 23921]
[New LWP 23922]
[New LWP 23925]
[New LWP 23926]
[New LWP 23923]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/home/amp/shared/graalvm/graalvm-0.31/jre/bin/java -XX:-UseJVMCIClassLoader -XX'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007fb3d6b2f8ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
[Current thread is 1 (Thread 0x7fb3d7ded700 (LWP 23908))]
Thread 20 (Thread 0x7fb3b300f700 (LWP 23923)):
#0 0x00007fb3d79b9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fb3d00cb978) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fb3d00cb928, cond=0x7fb3d00cb950) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fb3d00cb950, mutex=0x7fb3d00cb928) at pthread_cond_wait.c:655
#3 0x00007fb3d6a8aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a42348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6a42cd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d6b2a581 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d6a42b51 in Monitor::lock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d6b351a1 in SharedRuntime::resolve_sub_helper(JavaThread*, bool, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3d6b35928 in SharedRuntime::resolve_helper(JavaThread*, bool, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007fb3d6b368f5 in SharedRuntime::resolve_opt_virtual_call_C(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007fb3bc04809a in ?? ()
#12 0x000000001820037f in ?? ()
#13 0x00007fb3bc1f01c4 in ?? ()
#14 0x00007fb3b300d658 in ?? ()
#15 0x0002ffff00001fa9 in ?? ()
#16 0xafe3a76b2ef2b800 in ?? ()
#17 0x000000000000c002 in ?? ()
#18 0xb071625344352800 in ?? ()
#19 0x000000000000c002 in ?? ()
#20 0xb0b83fc74ed66000 in ?? ()
#21 0x000000000000c002 in ?? ()
#22 0xb0ff1d3b59779000 in ?? ()
#23 0x000000000000c002 in ?? ()
#24 0xb162534435261800 in ?? ()
#25 0x000000000000c002 in ?? ()
#26 0xb1f00e2c4a688800 in ?? ()
#27 0x000000000000c002 in ?? ()
#28 0x8000000000000000 in ?? ()
#29 0x0000000000003fff in ?? ()
#30 0x8000000000000000 in ?? ()
#31 0x0000000000004001 in ?? ()
#32 0xe9739720e9739720 in ?? ()
#33 0xe973972ae973972a in ?? ()
#34 0xe9739740e9739740 in ?? ()
#35 0xe9739435e9739435 in ?? ()
#36 0xe973964ce973964c in ?? ()
#37 0xe973966ae973966a in ?? ()
#38 0xe97396ebe97396eb in ?? ()
#39 0xe973970fe973970f in ?? ()
#40 0x4018000000000000 in ?? ()
#41 0x0000000000000000 in ?? ()
Thread 19 (Thread 0x7fb3b2d0c700 (LWP 23926)):
#0 0x00007fb3d79b964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7fb3b2d0bc50, expected=0, futex_word=0x7fb3d00d5778) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7fb3b2d0bd00, mutex=0x7fb3d00d5728, cond=0x7fb3d00d5750) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7fb3d00d5750, mutex=0x7fb3d00d5728, abstime=0x7fb3b2d0bd00) at pthread_cond_wait.c:667
#3 0x00007fb3d6a8acef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a429f7 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6a43492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d6bd9b23 in WatcherThread::sleep() const () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d6bd9c0e in WatcherThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d6a832b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3d79b27fc in start_thread (arg=0x7fb3b2d0c700) at pthread_create.c:465
#10 0x00007fb3d72bfb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 18 (Thread 0x7fb3b2e0d700 (LWP 23925)):
#0 0x00007fb3d79b9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fb3d00d057c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fb3d00d0528, cond=0x7fb3d00d0550) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fb3d00d0550, mutex=0x7fb3d00d0528) at pthread_cond_wait.c:655
#3 0x00007fb3d6a8aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a42857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6a43492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d6b2c65d in ServiceThread::service_thread_entry(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d6be3848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d6be39dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3d6a832b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007fb3d79b27fc in start_thread (arg=0x7fb3b2e0d700) at pthread_create.c:465
#11 0x00007fb3d72bfb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 17 (Thread 0x7fb3b3110700 (LWP 23922)):
#0 0x00007fb3d79b9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fb3d00c9778) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fb3d00c9728, cond=0x7fb3d00c9750) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fb3d00c9750, mutex=0x7fb3d00c9728) at pthread_cond_wait.c:655
#3 0x00007fb3d6a8aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a42857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6a434be in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d6c43efc in VMThread::execute(VM_Operation*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d676c44e in InlineCacheBuffer::create_transition_stub(CompiledIC*, void*, unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d65e146e in CompiledIC::set_to_megamorphic(CallInfo*, Bytecodes::Code, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3d6b383d3 in SharedRuntime::handle_ic_miss_helper(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007fb3d6b385ab in SharedRuntime::handle_wrong_method_ic_miss(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007fb3bc047e9a in ?? ()
#12 0x000000000020037f in ?? ()
#13 0x000000074b925650 in ?? ()
#14 0x00007fb3b310e480 in ?? ()
#15 0x0002ffff00001fab in ?? ()
#16 0xade5b4349796d000 in ?? ()
#17 0x000000000000c002 in ?? ()
#18 0xae67a330b99e9000 in ?? ()
#19 0x000000000000c002 in ?? ()
#20 0xae7a330b99e8d000 in ?? ()
#21 0x000000000000c002 in ?? ()
#22 0xaf1b11c9dc6c4800 in ?? ()
#23 0x000000000000c002 in ?? ()
#24 0xa7c8506f5f214000 in ?? ()
#25 0x000000000000c002 in ?? ()
#26 0x90758f14e1d64000 in ?? ()
#27 0x000000000000c002 in ?? ()
#28 0x8045eea726d0c000 in ?? ()
#29 0x0000000000003fff in ?? ()
#30 0xc200000000000000 in ?? ()
#31 0x0000000000004005 in ?? ()
#32 0x0000000000000000 in ?? ()
Thread 16 (Thread 0x7fb3b3211700 (LWP 23921)):
#0 0x00007fb3d79b9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fb3d00c6f7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fb3d00c6f28, cond=0x7fb3d00c6f50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fb3d00c6f50, mutex=0x7fb3d00c6f28) at pthread_cond_wait.c:655
#3 0x00007fb3d6a8aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a42348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6a42cd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d6b2a581 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d650be8c in ThreadInVMfromJava::~ThreadInVMfromJava() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d67c2486 in InterpreterRuntime::resolve_invoke(JavaThread*, Bytecodes::Code) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3bc023aa8 in ?? ()
#10 0x00007fb3bc023a63 in ?? ()
#11 0x000000074b672bf0 in ?? ()
#12 0x00007fb3b320f570 in ?? ()
#13 0x00007fb3b191cf59 in ?? ()
#14 0x00007fb3b320f5f0 in ?? ()
#15 0x00007fb3b173db88 in ?? ()
#16 0x0000000000000000 in ?? ()
Thread 15 (Thread 0x7fb3b3312700 (LWP 23920)):
#0 0x00007fb3d79bbf96 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7fb3d7176f60 <sig_sem>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1 do_futex_wait (sem=sem@entry=0x7fb3d7176f60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:111
#2 0x00007fb3d79bc054 in __new_sem_wait_slow (sem=sem@entry=0x7fb3d7176f60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:181
#3 0x00007fb3d79bc144 in __new_sem_wait (sem=0x7fb3d7176f60 <sig_sem>) at sem_wait.c:42
#4 0x00007fb3d6a85503 in os::signal_wait() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6a7d34b in signal_thread_entry(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d6be3848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d6be39dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d6a832b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3d79b27fc in start_thread (arg=0x7fb3b3312700) at pthread_create.c:465
#10 0x00007fb3d72bfb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 14 (Thread 0x7fb3bae40700 (LWP 23915)):
#0 0x00007fb3d79b9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fb3d003007c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fb3d0030028, cond=0x7fb3d0030050) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fb3d0030050, mutex=0x7fb3d0030028) at pthread_cond_wait.c:655
#3 0x00007fb3d6a8aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a42857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6a43492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d670d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d670f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d6a832b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3d79b27fc in start_thread (arg=0x7fb3bae40700) at pthread_create.c:465
#10 0x00007fb3d72bfb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 13 (Thread 0x7fb3b37f7700 (LWP 23918)):
#0 0x00007fb3d79b9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fb3d008f57c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fb3d008f528, cond=0x7fb3d008f550) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fb3d008f550, mutex=0x7fb3d008f528) at pthread_cond_wait.c:655
#3 0x00007fb3d6a8aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a735a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6836f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3bc017854 in ?? ()
#7 0x00007fb3d008e800 in ?? ()
#8 0x00007fb3b37f6a98 in ?? ()
#9 0x00007fb3b37f6a40 in ?? ()
#10 0x00007fb3b37f6928 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 12 (Thread 0x7fb3b2f0e700 (LWP 23924)):
#0 0x00007fb3d6bda811 in JavaThread::check_safepoint_and_suspend_for_native_trans(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007fb3d6554ab8 in ciMethod::is_accessor() const () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007fb3d64cf09d in LIRGenerator::do_Base(Base*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 0x00007fb3d64c2abd in LIRGenerator::block_do(BlockBegin*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d64a51cd in BlockList::iterate_forward(BlockClosure*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d648102a in Compilation::emit_lir() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d6482150 in Compilation::compile_java_method() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d64823aa in Compilation::compile_method() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d6482840 in Compilation::Compilation(AbstractCompiler*, ciEnv*, ciMethod*, int, BufferBlob*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3d64835b8 in Compiler::compile_method(ciEnv*, ciMethod*, int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007fb3d65dcb7d in CompileBroker::invoke_compiler_on_method(CompileTask*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007fb3d65de467 in CompileBroker::compiler_thread_loop() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#12 0x00007fb3d6be3848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#13 0x00007fb3d6be39dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#14 0x00007fb3d6a832b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#15 0x00007fb3d79b27fc in start_thread (arg=0x7fb3b2f0e700) at pthread_create.c:465
#16 0x00007fb3d72bfb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 11 (Thread 0x7fb3bad3f700 (LWP 23916)):
#0 0x00007fb3d79b9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fb3d0031c78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fb3d0031c28, cond=0x7fb3d0031c50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fb3d0031c50, mutex=0x7fb3d0031c28) at pthread_cond_wait.c:655
#3 0x00007fb3d6a8aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a42857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6a43492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d670d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d670f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d6a832b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3d79b27fc in start_thread (arg=0x7fb3bad3f700) at pthread_create.c:465
#10 0x00007fb3d72bfb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 10 (Thread 0x7fb3baf41700 (LWP 23914)):
#0 0x00007fb3d79b9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fb3d002e478) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fb3d002e428, cond=0x7fb3d002e450) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fb3d002e450, mutex=0x7fb3d002e428) at pthread_cond_wait.c:655
#3 0x00007fb3d6a8aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a42857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6a43492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d670d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d670f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d6a832b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3d79b27fc in start_thread (arg=0x7fb3baf41700) at pthread_create.c:465
#10 0x00007fb3d72bfb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 9 (Thread 0x7fb3b38f8700 (LWP 23917)):
#0 0x00007fb3d6b290ca in SafepointSynchronize::begin() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007fb3d6c44688 in VMThread::loop() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007fb3d6c44bb2 in VMThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 0x00007fb3d6a832b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d79b27fc in start_thread (arg=0x7fb3b38f8700) at pthread_create.c:465
#5 0x00007fb3d72bfb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 8 (Thread 0x7fb3bb244700 (LWP 23911)):
#0 0x00007fb3d79b9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fb3d002907c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fb3d0029028, cond=0x7fb3d0029050) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fb3d0029050, mutex=0x7fb3d0029028) at pthread_cond_wait.c:655
#3 0x00007fb3d6a8aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a42857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6a43492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d670d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d670f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d6a832b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3d79b27fc in start_thread (arg=0x7fb3bb244700) at pthread_create.c:465
#10 0x00007fb3d72bfb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 7 (Thread 0x7fb3bb446700 (LWP 23909)):
#0 0x00007fb3d79b9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fb3d002587c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fb3d0025828, cond=0x7fb3d0025850) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fb3d0025850, mutex=0x7fb3d0025828) at pthread_cond_wait.c:655
#3 0x00007fb3d6a8aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a42857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6a43492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d670d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d670f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d6a832b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3d79b27fc in start_thread (arg=0x7fb3bb446700) at pthread_create.c:465
#10 0x00007fb3d72bfb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 6 (Thread 0x7fb3bb143700 (LWP 23912)):
#0 0x00007fb3d79b9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fb3d002ac78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fb3d002ac28, cond=0x7fb3d002ac50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fb3d002ac50, mutex=0x7fb3d002ac28) at pthread_cond_wait.c:655
#3 0x00007fb3d6a8aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a42857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6a43492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d670d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d670f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d6a832b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3d79b27fc in start_thread (arg=0x7fb3bb143700) at pthread_create.c:465
#10 0x00007fb3d72bfb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 5 (Thread 0x7fb3bb042700 (LWP 23913)):
#0 0x00007fb3d79b9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fb3d002c87c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fb3d002c828, cond=0x7fb3d002c850) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fb3d002c850, mutex=0x7fb3d002c828) at pthread_cond_wait.c:655
#3 0x00007fb3d6a8aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a42857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6a43492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d670d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d670f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d6a832b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3d79b27fc in start_thread (arg=0x7fb3bb042700) at pthread_create.c:465
#10 0x00007fb3d72bfb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 4 (Thread 0x7fb3b36f6700 (LWP 23919)):
#0 0x00007fb3d79b9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fb3d0093f7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fb3d0093f28, cond=0x7fb3d0093f50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fb3d0093f50, mutex=0x7fb3d0093f28) at pthread_cond_wait.c:655
#3 0x00007fb3d6a8aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a735a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6836f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3bc017854 in ?? ()
#7 0x00007fb3d0093000 in ?? ()
#8 0x0000000000000000 in ?? ()
Thread 3 (Thread 0x7fb3bb345700 (LWP 23910)):
#0 0x00007fb3d79b9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7fb3d0027478) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fb3d0027428, cond=0x7fb3d0027450) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7fb3d0027450, mutex=0x7fb3d0027428) at pthread_cond_wait.c:655
#3 0x00007fb3d6a8aa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007fb3d6a42857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007fb3d6a43492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007fb3d670d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007fb3d670f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007fb3d6a832b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007fb3d79b27fc in start_thread (arg=0x7fb3bb345700) at pthread_create.c:465
#10 0x00007fb3d72bfb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 2 (Thread 0x7fb3d7deeb80 (LWP 23907)):
#0 0x00007fb3d79b3b7d in __pthread_join (threadid=140410397579008, thread_return=0x7fff71d8e120) at pthread_join.c:90
#1 0x00007fb3d779e775 in ContinueInNewThread0 () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#2 0x00007fb3d7799e9a in ContinueInNewThread () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#3 0x00007fb3d779cf18 in JLI_Launch () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#4 0x0000000000400696 in main ()
Thread 1 (Thread 0x7fb3d7ded700 (LWP 23908)):
#0 0x00007fb3d6b2f8ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007fb3d6a8d8d9 in JVM_handle_linux_signal () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007fb3d6a81b48 in signalHandler(int, siginfo*, void*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 <signal handler called>
#4 0x00007fb3bcafda0a in ?? ()
#5 0x000000074cdf1c80 in ?? ()
#6 0x000000074baa4318 in ?? ()
#7 0x00007fb3d7de3150 in ?? ()
#8 0x0000000f4cd84f60 in ?? ()
#9 0x000000074baa42d0 in ?? ()
#10 0x0000000000000002 in ?? ()
#11 0x00007fb3d7de9d48 in ?? ()
#12 0x00007fb3bc68e5a4 in ?? ()
#13 0x00000007c0000b68 in ?? ()
#14 0x00000012e975487a in ?? ()
#15 0x000000074baa4420 in ?? ()
#16 0x000000074baa3a38 in ?? ()
#17 0x00007fb3d7de9d48 in ?? ()
#18 0x00007fb3bc657164 in ?? ()
#19 0x000000074baa43d0 in ?? ()
#20 0x000000070000007b in ?? ()
#21 0x00000007c0398c28 in ?? ()
#22 0x00007fb3bc65b3bc in ?? ()
#23 0x00007fb3d7de9d48 in ?? ()
#24 0x00007fb3bc743534 in ?? ()
#25 0x00007fb3d7de9d48 in ?? ()
#26 0x00007fb3bc128254 in ?? ()
#27 0x000001444baa3908 in ?? ()
#28 0x000000074baa3ae0 in ?? ()
#29 0x00000007c0398c28 in ?? ()
#30 0x000000074cd84f38 in ?? ()
#31 0x00007fb3d7de9d48 in ?? ()
#32 0x00007fb3bc9a5bcd in ?? ()
#33 0x0000000649305790 in ?? ()
#34 0x000000074baa43b8 in ?? ()
#35 0x00000002e9754854 in ?? ()
#36 0x0000001200000010 in ?? ()
#37 0x000000074baa4288 in ?? ()
#38 0x00000006492905f8 in ?? ()
#39 0x00007fb3d7de9d48 in ?? ()
#40 0x00007fb3bc721f3c in ?? ()
#41 0x00000006492905f8 in ?? ()
#42 0x000000074cdf1bb0 in ?? ()
#43 0x000000074baa4138 in ?? ()
#44 0x000000074ba90ed0 in ?? ()
#45 0x00000007c0398c28 in ?? ()
#46 0x00007fb3bc96450c in ?? ()
#47 0x00007fb3d7de9d48 in ?? ()
#48 0x00007fb3bc6f5fdc in ?? ()
#49 0x000000074baa3cf0 in ?? ()
#50 0x000000074baa2ad0 in ?? ()
#51 0x000000074ba85018 in ?? ()
#52 0x000026dd000026dd in ?? ()
#53 0x00000007c0398c28 in ?? ()
#54 0x00007fb3bccf2184 in ?? ()
#55 0x000026dd00000000 in ?? ()
#56 0x000000074baa3960 in ?? ()
#57 0x00007fb3d7de9d48 in ?? ()
#58 0x00007fb3bc69a39c in ?? ()
#59 0x00007fb3d7de9d48 in ?? ()
#60 0x00007fb3bc69a39c in ?? ()
#61 0xe99be376e97545e9 in ?? ()
#62 0x000000074baa3700 in ?? ()
#63 0x000000074cdf1bb0 in ?? ()
#64 0x000000074ba90f08 in ?? ()
#65 0x000000074ba90f08 in ?? ()
#66 0x00007fb3bc83d98c in ?? ()
#67 0x00007fb3d7de9d48 in ?? ()
#68 0x00007fb3bc83f414 in ?? ()
#69 0xe9754786000026dd in ?? ()
#70 0x000000074baa3b10 in ?? ()
#71 0x000000074cdf1bb0 in ?? ()
#72 0x000000074ba85258 in ?? ()
#73 0x000000074ba90ed0 in ?? ()
#74 0x000000074ba90ed0 in ?? ()
#75 0x000000074cd83d50 in ?? ()
#76 0x000000074baa4288 in ?? ()
#77 0x00000006492905f8 in ?? ()
#78 0x000000074baa4278 in ?? ()
#79 0x000000074baa43b8 in ?? ()
#80 0x000000074baa4408 in ?? ()
#81 0x000000074baa4420 in ?? ()
#82 0x00000006490bdef0 in ?? ()
#83 0x000000074baa3cc0 in ?? ()
#84 0x000000074baa3b10 in ?? ()
#85 0x0000000000000001 in ?? ()
#86 0x00007fb3bc128254 in ?? ()
#87 0x00007fb3d7de9d48 in ?? ()
#88 0x00007fb3bc70c244 in ?? ()
#89 0x000000074ba93718 in ?? ()
#90 0x000000074ba90ec0 in ?? ()
#91 0x00007fb3d7de9d48 in ?? ()
#92 0x000000074ba90ed0 in ?? ()
#93 0x000000074ba90ed0 in ?? ()
#94 0x000000074baa4088 in ?? ()
#95 0x00007fb3d7de9d48 in ?? ()
#96 0x00007fb3bc6e3bbc in ?? ()
#97 0x00007fb3d7de9d48 in ?? ()
#98 0x00007fb3bc80544c in ?? ()
#99 0x00007fb3d7de9d48 in ?? ()
#100 0x00007fb3bc884694 in ?? ()
#101 0x000000074baa4258 in ?? ()
#102 0x00007fb3bc9643c4 in ?? ()
#103 0x00007fb3d7de9d48 in ?? ()
#104 0x00007fb3bc7d24f4 in ?? ()
#105 0x00007fb3d7de9d48 in ?? ()
#106 0x00007fb3bc113c30 in ?? ()
#107 0x000000074ba85018 in ?? ()
#108 0x000000074ba9e170 in ?? ()
#109 0x00007fb3d7de9d48 in ?? ()
#110 0x000000074baa4088 in ?? ()
#111 0x000000074ba9e200 in ?? ()
#112 0x000000074ba90f08 in ?? ()
#113 0x00007fb3d7de9d48 in ?? ()
#114 0x00007fb3bcc109f4 in ?? ()
#115 0x000000074baa23c8 in ?? ()
#116 0x000000074cd83d50 in ?? ()
#117 0x000000074baa23b0 in ?? ()
#118 0x000000074cd85840 in ?? ()
#119 0x000000074ba93718 in ?? ()
#120 0x000000074ba90ec0 in ?? ()
#121 0x000000074cd85840 in ?? ()
#122 0x000000074ba85018 in ?? ()
#123 0x000000074baa4258 in ?? ()
#124 0x000000074cd83d50 in ?? ()
#125 0x000000074baa4240 in ?? ()
#126 0x000000074cd85840 in ?? ()
#127 0x00007fb3d7de9d48 in ?? ()
#128 0x00007fb3bc128254 in ?? ()
#129 0x000000074ba90f08 in ?? ()
#130 0x000000074baa3f98 in ?? ()
#131 0x00007fb3d7de9d48 in ?? ()
#132 0x00007fb3bc7cf67c in ?? ()
#133 0x00007fb3d7de9d48 in ?? ()
#134 0x00007fb3bc9a5bcd in ?? ()
#135 0x000000074baa3f80 in ?? ()
#136 0x000000074ba90f08 in ?? ()
#137 0x000000074ba90f08 in ?? ()
#138 0x000000074cdf1bb0 in ?? ()
#139 0x00007fb3d7de9d48 in ?? ()
#140 0x00007fb3bc9643c4 in ?? ()
#141 0x000000074baa41e8 in ?? ()
#142 0x00000006490d4d30 in ?? ()
#143 0x00000006492905f8 in ?? ()
#144 0x000000074cdf1bb0 in ?? ()
#145 0x000000074ba85018 in ?? ()
#146 0x00007fb3bc69a39c in ?? ()
#147 0x00007fb3d7de9d48 in ?? ()
#148 0x00007fb3bc964434 in ?? ()
#149 0x00007fb3d7de9d48 in ?? ()
#150 0x00007fb3bc6f5fdc in ?? ()
#151 0x00007fb3d7de9d48 in ?? ()
#152 0xe99b0b0ce99b0b0a in ?? ()
#153 0x000000074ba85018 in ?? ()
#154 0x00007fb3bc69a39c in ?? ()
#155 0x00007fb3d7de9d48 in ?? ()
#156 0x00007fb3bc8595ec in ?? ()
#157 0x000000074cd83770 in ?? ()
#158 0x000000074ba90f08 in ?? ()
#159 0x00007fb3d7de9d48 in ?? ()
#160 0x00007fb3bc69a39c in ?? ()
#161 0x00007fb3d7de9d48 in ?? ()
#162 0x00007fb3bc69a39c in ?? ()
#163 0x00000007c0398c28 in ?? ()
#164 0x000000074cd0b8b0 in ?? ()
#165 0x000000074ba8d2a0 in ?? ()
#166 0x000000074ba90f08 in ?? ()
#167 0x00007fb3d7de9d48 in ?? ()
#168 0x00007fb3bc65cb3c in ?? ()
#169 0x00007fb3d7de9d48 in ?? ()
#170 0x00007fb3bc83f414 in ?? ()
#171 0x000000074ba90ed0 in ?? ()
#172 0x000000074cd0b8b0 in ?? ()
#173 0x00007fb3d7de9d48 in ?? ()
#174 0x000000074ba8d2a0 in ?? ()
#175 0x000000074ba90ed0 in ?? ()
#176 0x000000074ba90ed0 in ?? ()
#177 0x000000074ba85268 in ?? ()
#178 0x000000074ba90f08 in ?? ()
#179 0x000000074ba90ed0 in ?? ()
#180 0x000000074baa3fb8 in ?? ()
#181 0x00007fb3d7de9d48 in ?? ()
#182 0x000000074ba8d2a0 in ?? ()
#183 0x000000074cd56270 in ?? ()
#184 0x000000074cd83770 in ?? ()
#185 0x000000074ce0c648 in ?? ()
#186 0x000000074ba90ed0 in ?? ()
#187 0x000000074ba90ed0 in ?? ()
#188 0x000000074baa22c8 in ?? ()
#189 0x00007fb3d7de9d48 in ?? ()
#190 0x00007fb3bc743534 in ?? ()
#191 0x00007fb3d7de9d48 in ?? ()
#192 0x00007fb3bc65b3bc in ?? ()
#193 0x000000074ba8d2a0 in ?? ()
#194 0x000000074ba90ed0 in ?? ()
#195 0x000000074ba90ed0 in ?? ()
#196 0x000000074baa4158 in ?? ()
#197 0x000000074ba8d2a0 in ?? ()
#198 0x000000074cd0b8b0 in ?? ()
#199 0x00007fb3d7de9d48 in ?? ()
#200 0x00007fb3bc9643c4 in ?? ()
#201 0x000000074ba8d2a0 in ?? ()
#202 0x000000074ce0cbb0 in ?? ()
#203 0x000000074ce0cb48 in ?? ()
#204 0x00000007e99c1976 in ?? ()
#205 0x000000074ba8d2a0 in ?? ()
#206 0x00000006490d4d30 in ?? ()
#207 0x00007fb3d7de9d48 in ?? ()
#208 0x00007fb3bc96457c in ?? ()
#209 0x000000074ba99e30 in ?? ()
#210 0x000000074cd562c8 in ?? ()
#211 0x000000074ce0c600 in ?? ()
#212 0x00000007e99aac59 in ?? ()
#213 0x000000074ba8d2a0 in ?? ()
#214 0x00007fb3bc9a5bcd in ?? ()
#215 0x00007fb3d7de9d48 in ?? ()
#216 0x00007fb3bc96457c in ?? ()
#217 0x000000074ba9a2c8 in ?? ()
#218 0x000000074ce0cc80 in ?? ()
#219 0x000000074ce0cc68 in ?? ()
#220 0x00000007e99c1990 in ?? ()
#221 0x000000074ba8d2a0 in ?? ()
#222 0x000000074ba9bef8 in ?? ()
#223 0x00007fb3d7de9d48 in ?? ()
#224 0x00007fb3bccf2184 in ?? ()
#225 0x00007fb3d7de9d48 in ?? ()
#226 0x000000074ba90ec0 in ?? ()
#227 0xe99be376e9753142 in ?? ()
#228 0x000000074ba8d2a0 in ?? ()
#229 0x000000074ba9e3c0 in ?? ()
#230 0x000000074ba9bef8 in ?? ()
#231 0x000000074ba8d2a0 in ?? ()
#232 0x000000074baa20c0 in ?? ()
#233 0x00007fb3d7de9d48 in ?? ()
#234 0x000000074ba90ec0 in ?? ()
#235 0x000000074ba9a1e0 in ?? ()
#236 0x000000074ba8d2a0 in ?? ()
#237 0x000000074baa04a0 in ?? ()
#238 0x000000074ba9bef8 in ?? ()
#239 0x000000074ba8d2a0 in ?? ()
#240 0x000000074baa3fb8 in ?? ()
#241 0x00007fb3d7de9d48 in ?? ()
#242 0x00007fb3bc9644c4 in ?? ()
#243 0x00007fb3d7de9d48 in ?? ()
#244 0x000000074ba8d2a0 in ?? ()
#245 0x000000074baa2398 in ?? ()
#246 0x000000074ba9bef8 in ?? ()
#247 0x000000074ba8d2a0 in ?? ()
#248 0x000000074ba85018 in ?? ()
#249 0x00007fb3d7de9d48 in ?? ()
#250 0x00007fb3bc9644c4 in ?? ()
#251 0x0000000000000001 in ?? ()
#252 0x000000074ba8d2a0 in ?? ()
#253 0x000000074baa4228 in ?? ()
#254 0x000000074ba9bef8 in ?? ()
#255 0x000000074ba8d2a0 in ?? ()
#256 0x000000074ba97438 in ?? ()
#257 0x00007fb3d7de9d48 in ?? ()
#258 0x00007fb3bc9644c4 in ?? ()
#259 0x000000074ba90ed0 in ?? ()
#260 0x000000074ba99d80 in ?? ()
#261 0x00007fb3d7de9d48 in ?? ()
#262 0xe99c197ce99c197a in ?? ()
#263 0x000000074ba8d2a0 in ?? ()
#264 0x00007fb3b81ff000 in ?? ()
#265 0x00007fb3d7de9d48 in ?? ()
#266 0x00007fb3bc964434 in ?? ()
#267 0x000000074ba9a1c8 in ?? ()
#268 0x000000074ba9a2b0 in ?? ()
#269 0x000000074ba85018 in ?? ()
#270 0xe99c1994e99c1992 in ?? ()
#271 0x000000074ba8d2a0 in ?? ()
#272 0x00007fb3bcad7554 in ?? ()
#273 0x00007fb3d7de9d48 in ?? ()
#274 0x00007fb3bc96457c in ?? ()
#275 0x000000074ba99d00 in ?? ()
#276 0x000000074cd56df0 in ?? ()
#277 0x000000074ba9a1b0 in ?? ()
#278 0x00007fb3e99aadbe in ?? ()
#279 0x000000074ba8d2a0 in ?? ()
#280 0x00007fb3bcc109f4 in ?? ()
#281 0x00007fb3d7de9d48 in ?? ()
#282 0x00007fb3bc8b76c4 in ?? ()
#283 0x00007fb3d7de9d48 in ?? ()
#284 0x00007fb3bc743534 in ?? ()
#285 0x000000074ba93718 in ?? ()
#286 0x000000074ba90ec0 in ?? ()
#287 0x00007fb3d7de9d48 in ?? ()
#288 0x00007fb3bc9a5bcd in ?? ()
#289 0x00007fb3d7de9d48 in ?? ()
#290 0x00007fb3bcc0a344 in ?? ()
#291 0x00000006e975336c in ?? ()
#292 0x000000250000001f in ?? ()
#293 0x000000074ba99aa0 in ?? ()
#294 0x000000074ba90f08 in ?? ()
#295 0x000000074ba90f08 in ?? ()
#296 0x000000074cdf1bb0 in ?? ()
#297 0x000000074ba99ec0 in ?? ()
#298 0x00000006492905f8 in ?? ()
#299 0x000000074ba99ee0 in ?? ()
#300 0x00000006490d4d30 in ?? ()
#301 0x00000006492905f8 in ?? ()
#302 0x000000074cdf1bb0 in ?? ()
#303 0x000000074ba99f00 in ?? ()
#304 0x000000074ce14d60 in ?? ()
#305 0x000000074ce0d568 in ?? ()
#306 0x000000074ba8d2a0 in ?? ()
#307 0x000000074ce14cf0 in ?? ()
#308 0x000000074ba90ed0 in ?? ()
#309 0x000000074ba99aa0 in ?? ()
#310 0x000000074cdf12e8 in ?? ()
#311 0x000000074ba90e00 in ?? ()
#312 0x000000074ba99ce8 in ?? ()
#313 0x00007fb3d7de9d48 in ?? ()
#314 0x000000074ba93a58 in ?? ()
#315 0x000000074ba99d70 in ?? ()
#316 0x00007fb3bc128254 in ?? ()
#317 0x00007fb3d7de9d48 in ?? ()
#318 0x00007fb3bc69a39c in ?? ()
#319 0x00007fb3d7de9d48 in ?? ()
#320 0x00007fb3bc964434 in ?? ()
#321 0x00007fb3d7de9d48 in ?? ()
#322 0x000000074ba99a80 in ?? ()
#323 0x000000074cd83770 in ?? ()
#324 0xe99c1ab9e99c1ab7 in ?? ()
#325 0x000000074ba8d2a0 in ?? ()
#326 0x00007fb3bc83d98c in ?? ()
#327 0x00007fb3d7de9d48 in ?? ()
#328 0x00007fb3bc964434 in ?? ()
#329 0x00007fb3d7de9d48 in ?? ()
#330 0x00007fb3bc113c30 in ?? ()
#331 0x00007fb3d7de9d48 in ?? ()
#332 0xe99c1adee99c1adc in ?? ()
#333 0x000000074ba8d2a0 in ?? ()
#334 0x000000074ba90ed0 in ?? ()
#335 0x00007fb3d7de9d48 in ?? ()
#336 0x00007fb3bc964434 in ?? ()
#337 0x000000074ba85018 in ?? ()
#338 0x00007fb3bc113c30 in ?? ()
#339 0x00007fb3d7de9d48 in ?? ()
#340 0xe99c1aede99c1aeb in ?? ()
#341 0x000000074ba8d2a0 in ?? ()
#342 0x000000074cd83770 in ?? ()
#343 0x00007fb3d7de9d48 in ?? ()
#344 0x00007fb3bc964434 in ?? ()
#345 0x00007fb3d7de9d48 in ?? ()
#346 0x00007fb3bc113c30 in ?? ()
#347 0x00007fb3d7de9d48 in ?? ()
#348 0xe99c1afce99c1afa in ?? ()
#349 0x000000074ba8d2a0 in ?? ()
#350 0x00007fb3bc65b3bc in ?? ()
#351 0x00007fb3d7de9d48 in ?? ()
#352 0x00007fb3bc964434 in ?? ()
#353 0x000000074ba90ed0 in ?? ()
#354 0x000000074ba99e50 in ?? ()
#355 0x000000074ba95dc0 in ?? ()
#356 0xe99c1b0ee99c1b0c in ?? ()
#357 0x000000074ba8d2a0 in ?? ()
#358 0x00007fb3bc9a5bcd in ?? ()
#359 0x00007fb3d7de9d48 in ?? ()
#360 0x00007fb3bc964434 in ?? ()
#361 0x000000074ba9a188 in ?? ()
#362 0x0000000abc7e5364 in ?? ()
#363 0x000000074ba9a0e8 in ?? ()
#364 0xe99c1b3be99c1b39 in ?? ()
#365 0x000000074ba8d2a0 in ?? ()
#366 0x00007fb3bc8bc0dc in ?? ()
#367 0x00007fb3d7de9d48 in ?? ()
#368 0x00007fb3bc964434 in ?? ()
#369 0x000000074cdf1290 in ?? ()
#370 0x000000074ba99e50 in ?? ()
#371 0x000000074ba8d2a0 in ?? ()
#372 0xe99c1b69e99c1b67 in ?? ()
#373 0x000000074ba8d2a0 in ?? ()
#374 0x00007fb3bc9a5bcd in ?? ()
#375 0x00007fb3d7de9d48 in ?? ()
#376 0x00007fb3bc964434 in ?? ()
#377 0x000000074ce0ea08 in ?? ()
#378 0x0000000c4ba9a0e8 in ?? ()
#379 0x000000074ba9a0a0 in ?? ()
#380 0xe99c1b97e99c1b95 in ?? ()
#381 0x000000074ba8d2a0 in ?? ()
#382 0x00007fb3bc87cc6c in ?? ()
#383 0x00007fb3d7de9d48 in ?? ()
#384 0x00007fb3bc964434 in ?? ()
#385 0x000000074ba95cc0 in ?? ()
#386 0x00000006492905f8 in ?? ()
#387 0x00007fb3d7de9d48 in ?? ()
#388 0xe99c1bb4e99c1bb2 in ?? ()
#389 0x000000074ba8d2a0 in ?? ()
#390 0x000000074ba90f08 in ?? ()
#391 0x00007fb3d7de9d48 in ?? ()
#392 0x00007fb3bc964434 in ?? ()
#393 0x000000074ba99fe8 in ?? ()
#394 0x00000006492905f8 in ?? ()
#395 0x000000074ba9a008 in ?? ()
#396 0xe99cad15e99cad13 in ?? ()
#397 0x000000074ba8d2a0 in ?? ()
#398 0x000000074cdf1bb0 in ?? ()
#399 0x00007fb3d7de9d48 in ?? ()
#400 0x00007fb3bc964434 in ?? ()
#401 0x000000074ba99f48 in ?? ()
#402 0x000000074ba8d2a0 in ?? ()
#403 0x00007fb3d7de9d48 in ?? ()
#404 0xe99cad40e99cad3e in ?? ()
#405 0x000000074ba8d2a0 in ?? ()
#406 0x000000074ba85268 in ?? ()
#407 0x00007fb3d7de9d48 in ?? ()
#408 0x00007fb3bc964434 in ?? ()
#409 0x000000074ce0ea08 in ?? ()
#410 0x000000074ba9a0a0 in ?? ()
#411 0x000000074ba9a088 in ?? ()
#412 0xe99cadc3e99cadc1 in ?? ()
#413 0x000000074ba8d2a0 in ?? ()
#414 0x00007fb3bc69a39c in ?? ()
#415 0x00007fb3d7de9d48 in ?? ()
#416 0x00007fb3bc964434 in ?? ()
#417 0x00007fb3d7de9d48 in ?? ()
#418 0x000000074ce0e950 in ?? ()
#419 0x000000074ce0e8e0 in ?? ()
#420 0xe99cae0ae99cae08 in ?? ()
#421 0x000000074ba8d2a0 in ?? ()
#422 0x00007fb3bc83d98c in ?? ()
#423 0x00007fb3d7de9d48 in ?? ()
#424 0x00007fb3bc96450c in ?? ()
#425 0x000000074ba85268 in ?? ()
#426 0x000000074ce0ea38 in ?? ()
#427 0x000000074ce0ea20 in ?? ()
#428 0x000000074ba90f08 in ?? ()
#429 0x000000074ba8d2a0 in ?? ()
#430 0x000000074ba90ed0 in ?? ()
#431 0x00007fb3d7de9d48 in ?? ()
#432 0x00007fb3bc96457c in ?? ()
#433 0x000000074cdf1bb0 in ?? ()
#434 0x000000074ba9a060 in ?? ()
#435 0x000000074ba9a070 in ?? ()
#436 0x00007fb3e975340c in ?? ()
#437 0x000000074ba8d2a0 in ?? ()
#438 0x00007fb3bc6acb9c in ?? ()
#439 0x00007fb3d7de9d48 in ?? ()
#440 0x00007fb3bc8b76c4 in ?? ()
#441 0x000000074ba90ed0 in ?? ()
#442 0x000000074ba95c50 in ?? ()
#443 0x000000074ba919e0 in ?? ()
#444 0x000000074ce0e718 in ?? ()
#445 0x00007fb3d7de9d48 in ?? ()
#446 0x00007fb3bc80544c in ?? ()
#447 0x000000074ce0e780 in ?? ()
#448 0x000000074ba90ed0 in ?? ()
#449 0x000000074ba90ed0 in ?? ()
#450 0x000000074ba99f78 in ?? ()
#451 0x000000074ce14d60 in ?? ()
#452 0x000000074ba95828 in ?? ()
#453 0x00007fb3d7de9d48 in ?? ()
#454 0x00007fb3bc80544c in ?? ()
#455 0x000000074ce0e878 in ?? ()
#456 0x000000074ba8d2a0 in ?? ()
#457 0x000000074ce14cf0 in ?? ()
#458 0x000000074ba90ed0 in ?? ()
#459 0x000000074ce14d60 in ?? ()
#460 0x000000074ba97a90 in ?? ()
#461 0x000000074ba90ed0 in ?? ()
#462 0x000000074ce14d60 in ?? ()
#463 0x000000074ce0e9b8 in ?? ()
#464 0x000000074ba8d2a0 in ?? ()
#465 0x000000074ce14cf0 in ?? ()
#466 0x000000074ba90ed0 in ?? ()
#467 0x00007fb3d7de4000 in ?? ()
#468 0x00007fb3d65c0fe2 in CompilationPolicy::compile_if_required(methodHandle, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#469 0x00007fb3bc008040 in ?? ()
#470 0x0000000000000000 in ?? ()
======================== jstack for core.23907
Attaching to core core.23907 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
Deadlock Detection:
No deadlocks found.
Thread 23920: (state = BLOCKED)
Thread 23919: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.ref.ReferenceQueue.remove(long) @bci=59, line=143 (Compiled frame)
- java.lang.ref.ReferenceQueue.remove() @bci=2, line=164 (Compiled frame)
- java.lang.ref.Finalizer$FinalizerThread.run() @bci=36, line=209 (Interpreted frame)
Thread 23918: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=502 (Compiled frame)
- java.lang.ref.Reference.tryHandlePending(boolean) @bci=54, line=191 (Compiled frame)
- java.lang.ref.Reference$ReferenceHandler.run() @bci=1, line=153 (Interpreted frame)
Thread 23908: (state = IN_JAVA)
======================== jmap for core.23907
Attaching to core core.23907 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
0x0000000000400000 7K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java
0x00007fb3d79ab000 141K /lib/x86_64-linux-gnu/libpthread.so.0
0x00007fb3d7793000 101K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
0x00007fb3d758b000 14K /lib/x86_64-linux-gnu/libdl.so.2
0x00007fb3d71ab000 1914K /lib/x86_64-linux-gnu/libc.so.6
0x00007fb3d7bcb000 166K /lib64/ld-linux-x86-64.so.2
0x00007fb3d612b000 17623K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
0x00007fb3d5dd3000 1371K /lib/x86_64-linux-gnu/libm.so.6
0x00007fb3d5bcb000 31K /lib/x86_64-linux-gnu/librt.so.1
0x00007fb3d59bb000 64K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libverify.so
0x00007fb3d578b000 220K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libjava.so
0x00007fb3d557b000 34K /lib/x86_64-linux-gnu/libnss_compat.so.2
0x00007fb3d535b000 94K /lib/x86_64-linux-gnu/libnsl.so.1
0x00007fb3d514b000 46K /lib/x86_64-linux-gnu/libnss_nis.so.2
0x00007fb3d4f33000 46K /lib/x86_64-linux-gnu/libnss_files.so.2
0x00007fb3d4d13000 125K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libzip.so
======================== GDB 'bt' for core.29839
[New LWP 29842]
[New LWP 29839]
[New LWP 29845]
[New LWP 29847]
[New LWP 29844]
[New LWP 29843]
[New LWP 29846]
[New LWP 29851]
[New LWP 29853]
[New LWP 29848]
[New LWP 29849]
[New LWP 29850]
[New LWP 29859]
[New LWP 29860]
[New LWP 29852]
[New LWP 29856]
[New LWP 29854]
[New LWP 29857]
[New LWP 29855]
[New LWP 29858]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/home/amp/shared/graalvm/graalvm-0.31/jre/bin/java -XX:-UseJVMCIClassLoader -XX'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f19dc4c78ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
[Current thread is 1 (Thread 0x7f19dd789700 (LWP 29842))]
Thread 20 (Thread 0x7f19a8986700 (LWP 29858)):
#0 0x00007f19dd35164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f19a8985b30, expected=0, futex_word=0x7f19d40cd47c) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f19a8985be0, mutex=0x7f19d40cd428, cond=0x7f19d40cd450) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f19d40cd450, mutex=0x7f19d40cd428, abstime=0x7f19a8985be0) at pthread_cond_wait.c:667
#3 0x00007f19dc422cef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc3da9f7 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc3db4be in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dbf6cea2 in CompileQueue::get() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dbf761f5 in CompileBroker::compiler_thread_loop() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19dc57b848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f19dc57b9dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f19dc41b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007f19dd34a7fc in start_thread (arg=0x7f19a8986700) at pthread_create.c:465
#12 0x00007f19dcc57b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 19 (Thread 0x7f19a8c89700 (LWP 29855)):
#0 0x00007f19dd351072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f19d40c6b7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f19d40c6b28, cond=0x7f19d40c6b50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f19d40c6b50, mutex=0x7f19d40c6b28) at pthread_cond_wait.c:655
#3 0x00007f19dc422a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc3da348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc3dacd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dc4c2581 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dc4c286c in ThreadSafepointState::handle_polling_page_exception() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19c0047aa6 in ?? ()
#9 0x000000000020037f in ?? ()
#10 0x0000000000000000 in ?? ()
Thread 18 (Thread 0x7f19a8a87700 (LWP 29857)):
#0 0x00007f19dd351072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f19d40cb17c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f19d40cb128, cond=0x7f19d40cb150) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f19d40cb150, mutex=0x7f19d40cb128) at pthread_cond_wait.c:655
#3 0x00007f19dc422a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc3da348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc3dacd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dc4c2675 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dc572a28 in JavaThread::check_safepoint_and_suspend_for_native_trans(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19dc1cd7dd in ThreadStateTransition::transition_from_native(JavaThread*, JavaThreadState) [clone .constprop.170] () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f19dc1d0d6d in JVM_IsPrimitiveClass () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f19c016a686 in ?? ()
#11 0x00000006490a2fd8 in ?? ()
#12 0x00007f19c058b604 in ?? ()
#13 0x00007f19a8a85dd0 in ?? ()
#14 0x00007f19c067e99c in ?? ()
#15 0x0000000700000000 in ?? ()
#16 0x000000074ac34838 in ?? ()
#17 0x000000074ac308f8 in ?? ()
#18 0x000000074ac86f90 in ?? ()
#19 0x00007f19a8a85dd0 in ?? ()
#20 0x00007f19c03d1894 in ?? ()
#21 0xffffffffffffffff in ?? ()
#22 0x0000000000000000 in ?? ()
Thread 17 (Thread 0x7f19a8d8a700 (LWP 29854)):
#0 0x00007f19dd353f96 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7f19dcb0ef60 <sig_sem>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1 do_futex_wait (sem=sem@entry=0x7f19dcb0ef60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:111
#2 0x00007f19dd354054 in __new_sem_wait_slow (sem=sem@entry=0x7f19dcb0ef60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:181
#3 0x00007f19dd354144 in __new_sem_wait (sem=0x7f19dcb0ef60 <sig_sem>) at sem_wait.c:42
#4 0x00007f19dc41d503 in os::signal_wait() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc41534b in signal_thread_entry(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dc57b848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dc57b9dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19dc41b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f19dd34a7fc in start_thread (arg=0x7f19a8d8a700) at pthread_create.c:465
#10 0x00007f19dcc57b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 16 (Thread 0x7f19a8b88700 (LWP 29856)):
#0 0x00007f19dd351072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f19d40c9278) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f19d40c9228, cond=0x7f19d40c9250) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f19d40c9250, mutex=0x7f19d40c9228) at pthread_cond_wait.c:655
#3 0x00007f19dc422a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc3da348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc3dacd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dc4c2675 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dc572a28 in JavaThread::check_safepoint_and_suspend_for_native_trans(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19dc1cd7dd in ThreadStateTransition::transition_from_native(JavaThread*, JavaThreadState) [clone .constprop.170] () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f19dc1d0d6d in JVM_IsPrimitiveClass () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f19c016a686 in ?? ()
#11 0x00000006490a2fd8 in ?? ()
#12 0x00007f19c035b184 in ?? ()
#13 0x00007f19a8b857a0 in ?? ()
#14 0x00007f19c016a686 in ?? ()
#15 0x00007f19a8b86dd0 in ?? ()
#16 0x00007f19c03d1cd4 in ?? ()
#17 0x00007f19a8b857c0 in ?? ()
#18 0x00007f19c016a686 in ?? ()
#19 0x00007f19a8b86dd0 in ?? ()
#20 0x00007f19c0411d0c in ?? ()
#21 0x0000000649101338 in ?? ()
#22 0x00007f19d40c8800 in ?? ()
#23 0x00007f19a8b857c0 in ?? ()
#24 0x00007f19dc1d0d07 in JVM_IsArrayClass () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 15 (Thread 0x7f19a9268700 (LWP 29852)):
#0 0x00007f19dd351072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f19d408f178) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f19d408f128, cond=0x7f19d408f150) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f19d408f150, mutex=0x7f19d408f128) at pthread_cond_wait.c:655
#3 0x00007f19dc422a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc40b5a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc1cef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19c0017854 in ?? ()
#7 0x00007f19d408e000 in ?? ()
#8 0x00007f19a9267a98 in ?? ()
#9 0x00007f19a9267a40 in ?? ()
#10 0x00007f19a9267928 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 14 (Thread 0x7f19a8784700 (LWP 29860)):
#0 0x00007f19dd35164b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f19a8783c50, expected=0, futex_word=0x7f19d40d5478) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f19a8783d00, mutex=0x7f19d40d5428, cond=0x7f19d40d5450) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f19d40d5450, mutex=0x7f19d40d5428, abstime=0x7f19a8783d00) at pthread_cond_wait.c:667
#3 0x00007f19dc422cef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc3da9f7 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc3db492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dc571b23 in WatcherThread::sleep() const () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dc571c0e in WatcherThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19dc41b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f19dd34a7fc in start_thread (arg=0x7f19a8784700) at pthread_create.c:465
#10 0x00007f19dcc57b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 13 (Thread 0x7f19a8885700 (LWP 29859)):
#0 0x00007f19dd351072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f19d40d027c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f19d40d0228, cond=0x7f19d40d0250) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f19d40d0250, mutex=0x7f19d40d0228) at pthread_cond_wait.c:655
#3 0x00007f19dc422a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc3da857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc3db492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dc4c465d in ServiceThread::service_thread_entry(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dc57b848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19dc57b9dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f19dc41b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f19dd34a7fc in start_thread (arg=0x7f19a8885700) at pthread_create.c:465
#11 0x00007f19dcc57b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 12 (Thread 0x7f19d871a700 (LWP 29850)):
#0 0x00007f19dd351072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f19d4031778) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f19d4031728, cond=0x7f19d4031750) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f19d4031750, mutex=0x7f19d4031728) at pthread_cond_wait.c:655
#3 0x00007f19dc422a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc3da857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc3db492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dc0a539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dc0a715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19dc41b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f19dd34a7fc in start_thread (arg=0x7f19d871a700) at pthread_create.c:465
#10 0x00007f19dcc57b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 11 (Thread 0x7f19d881b700 (LWP 29849)):
#0 0x00007f19dd351072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f19d402fb78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f19d402fb28, cond=0x7f19d402fb50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f19d402fb50, mutex=0x7f19d402fb28) at pthread_cond_wait.c:655
#3 0x00007f19dc422a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc3da857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc3db492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dc0a539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dc0a715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19dc41b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f19dd34a7fc in start_thread (arg=0x7f19d881b700) at pthread_create.c:465
#10 0x00007f19dcc57b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 10 (Thread 0x7f19d891c700 (LWP 29848)):
#0 0x00007f19dd351072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f19d402df78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f19d402df28, cond=0x7f19d402df50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f19d402df50, mutex=0x7f19d402df28) at pthread_cond_wait.c:655
#3 0x00007f19dc422a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc3da857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc3db492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dc0a539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dc0a715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19dc41b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f19dd34a7fc in start_thread (arg=0x7f19d891c700) at pthread_create.c:465
#10 0x00007f19dcc57b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 9 (Thread 0x7f19a9167700 (LWP 29853)):
#0 0x00007f19dd351072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f19d4093b78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f19d4093b28, cond=0x7f19d4093b50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f19d4093b50, mutex=0x7f19d4093b28) at pthread_cond_wait.c:655
#3 0x00007f19dc422a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc40b5a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc1cef3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19c0017854 in ?? ()
#7 0x00007f19d4092800 in ?? ()
#8 0x0000000000000000 in ?? ()
Thread 8 (Thread 0x7f19a9369700 (LWP 29851)):
#0 0x00007f19dc4c10e1 in SafepointSynchronize::begin() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007f19dc5dc688 in VMThread::loop() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007f19dc5dcbb2 in VMThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 0x00007f19dc41b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dd34a7fc in start_thread (arg=0x7f19a9369700) at pthread_create.c:465
#5 0x00007f19dcc57b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 7 (Thread 0x7f19d8b1e700 (LWP 29846)):
#0 0x00007f19dd351072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f19d402a77c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f19d402a728, cond=0x7f19d402a750) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f19d402a750, mutex=0x7f19d402a728) at pthread_cond_wait.c:655
#3 0x00007f19dc422a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc3da857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc3db492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dc0a539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dc0a715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19dc41b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f19dd34a7fc in start_thread (arg=0x7f19d8b1e700) at pthread_create.c:465
#10 0x00007f19dcc57b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 6 (Thread 0x7f19d8e21700 (LWP 29843)):
#0 0x00007f19dd351072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f19d402537c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f19d4025328, cond=0x7f19d4025350) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f19d4025350, mutex=0x7f19d4025328) at pthread_cond_wait.c:655
#3 0x00007f19dc422a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc3da857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc3db492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dc0a539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dc0a715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19dc41b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f19dd34a7fc in start_thread (arg=0x7f19d8e21700) at pthread_create.c:465
#10 0x00007f19dcc57b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 5 (Thread 0x7f19d8d20700 (LWP 29844)):
#0 0x00007f19dd351072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f19d4026f78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f19d4026f28, cond=0x7f19d4026f50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f19d4026f50, mutex=0x7f19d4026f28) at pthread_cond_wait.c:655
#3 0x00007f19dc422a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc3da857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc3db492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dc0a539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dc0a715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19dc41b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f19dd34a7fc in start_thread (arg=0x7f19d8d20700) at pthread_create.c:465
#10 0x00007f19dcc57b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 4 (Thread 0x7f19d8a1d700 (LWP 29847)):
#0 0x00007f19dd351072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f19d402c378) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f19d402c328, cond=0x7f19d402c350) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f19d402c350, mutex=0x7f19d402c328) at pthread_cond_wait.c:655
#3 0x00007f19dc422a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc3da857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc3db492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dc0a539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dc0a715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19dc41b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f19dd34a7fc in start_thread (arg=0x7f19d8a1d700) at pthread_create.c:465
#10 0x00007f19dcc57b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 3 (Thread 0x7f19d8c1f700 (LWP 29845)):
#0 0x00007f19dd351072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f19d4028b7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f19d4028b28, cond=0x7f19d4028b50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f19d4028b50, mutex=0x7f19d4028b28) at pthread_cond_wait.c:655
#3 0x00007f19dc422a0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f19dc3da857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f19dc3db492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f19dc0a539a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f19dc0a715e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f19dc41b2b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f19dd34a7fc in start_thread (arg=0x7f19d8c1f700) at pthread_create.c:465
#10 0x00007f19dcc57b5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 2 (Thread 0x7f19dd78fb80 (LWP 29839)):
#0 0x00007f19dd34bb7d in __pthread_join (threadid=139749066577664, thread_return=0x7ffefa436940) at pthread_join.c:90
#1 0x00007f19dd136775 in ContinueInNewThread0 () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#2 0x00007f19dd131e9a in ContinueInNewThread () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#3 0x00007f19dd134f18 in JLI_Launch () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#4 0x0000000000400696 in main ()
Thread 1 (Thread 0x7f19dd789700 (LWP 29842)):
#0 0x00007f19dc4c78ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007f19dc4258d9 in JVM_handle_linux_signal () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007f19dc419b48 in signalHandler(int, siginfo*, void*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 <signal handler called>
#4 0x00007f19c1042897 in ?? ()
#5 0x000000285be93730 in ?? ()
#6 0x000004cf00000025 in ?? ()
#7 0x000000074aff9e20 in ?? ()
#8 0x0000000649518d70 in ?? ()
#9 0xf80620fcc92a31ae in ?? ()
#10 0x000004cfc9251f73 in ?? ()
#11 0x0000000649518638 in ?? ()
#12 0xeb7fb49ee95ff3c9 in ?? ()
#13 0x00000007c039d428 in ?? ()
#14 0x00007f19c1247f9c in ?? ()
#15 0x0000000000000011 in ?? ()
#16 0x00007f19c1042722 in ?? ()
#17 0x000000074afd2130 in ?? ()
#18 0x000000074affacc0 in ?? ()
#19 0x000000074afd2158 in ?? ()
#20 0x000004ce000004ce in ?? ()
#21 0x000000074affad70 in ?? ()
#22 0x000000074afface0 in ?? ()
#23 0x000000074affae48 in ?? ()
#24 0x0000003000000000 in ?? ()
#25 0x000000074affb198 in ?? ()
#26 0x0000000200000001 in ?? ()
#27 0x0000001200000003 in ?? ()
#28 0x000000074affb138 in ?? ()
#29 0x000000144affabe0 in ?? ()
#30 0x000000074affb100 in ?? ()
#31 0x0000001000000000 in ?? ()
#32 0x000000074affb0a8 in ?? ()
#33 0x0000000000000000 in ?? ()
======================== jstack for core.29839
Attaching to core core.29839 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
Deadlock Detection:
No deadlocks found.
Thread 29854: (state = BLOCKED)
Thread 29853: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.ref.ReferenceQueue.remove(long) @bci=59, line=143 (Compiled frame)
- java.lang.ref.ReferenceQueue.remove() @bci=2, line=164 (Compiled frame)
- java.lang.ref.Finalizer$FinalizerThread.run() @bci=36, line=209 (Interpreted frame)
Thread 29852: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=502 (Compiled frame)
- java.lang.ref.Reference.tryHandlePending(boolean) @bci=54, line=191 (Compiled frame)
- java.lang.ref.Reference$ReferenceHandler.run() @bci=1, line=153 (Interpreted frame)
Thread 29842: (state = IN_JAVA)
======================== jmap for core.29839
Attaching to core core.29839 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
0x0000000000400000 7K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java
0x00007f19dd343000 141K /lib/x86_64-linux-gnu/libpthread.so.0
0x00007f19dd12b000 101K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
0x00007f19dcf23000 14K /lib/x86_64-linux-gnu/libdl.so.2
0x00007f19dcb43000 1914K /lib/x86_64-linux-gnu/libc.so.6
0x00007f19dd563000 166K /lib64/ld-linux-x86-64.so.2
0x00007f19dbac3000 17623K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
0x00007f19db76b000 1371K /lib/x86_64-linux-gnu/libm.so.6
0x00007f19db563000 31K /lib/x86_64-linux-gnu/librt.so.1
0x00007f19db353000 64K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libverify.so
0x00007f19db123000 220K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libjava.so
0x00007f19daf13000 34K /lib/x86_64-linux-gnu/libnss_compat.so.2
0x00007f19dacf3000 94K /lib/x86_64-linux-gnu/libnsl.so.1
0x00007f19daae3000 46K /lib/x86_64-linux-gnu/libnss_nis.so.2
0x00007f19da8cb000 46K /lib/x86_64-linux-gnu/libnss_files.so.2
0x00007f19da6ab000 125K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libzip.so
======================== GDB 'bt' for core.29878
[New LWP 29881]
[New LWP 29878]
[New LWP 29882]
[New LWP 29891]
[New LWP 29883]
[New LWP 29886]
[New LWP 29890]
[New LWP 29884]
[New LWP 29888]
[New LWP 29893]
[New LWP 29892]
[New LWP 29885]
[New LWP 29887]
[New LWP 29889]
[New LWP 29898]
[New LWP 29894]
[New LWP 29899]
[New LWP 29895]
[New LWP 29896]
[New LWP 29897]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/home/amp/shared/graalvm/graalvm-0.31/jre/bin/java -XX:-UseJVMCIClassLoader -XX'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f67d106f8ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
[Current thread is 1 (Thread 0x7f67d232d700 (LWP 29881))]
Thread 20 (Thread 0x7f67ad516700 (LWP 29897)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc0cd478) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc0cd428, cond=0x7f67cc0cd450) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc0cd450, mutex=0x7f67cc0cd428) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0f82348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0f82cd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d106a581 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d0aa8c24 in ciBytecodeStream::get_method(bool&, ciSignature**) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67d09d8693 in GraphBuilder::invoke(Bytecodes::Code) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f67d09d6795 in GraphBuilder::iterate_bytecodes_for_block(int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f67d09d6c15 in GraphBuilder::iterate_all_blocks(bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#11 0x00007f67d09d713d in GraphBuilder::GraphBuilder(Compilation*, IRScope*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#12 0x00007f67d09de0ff in IR::IR(Compilation*, ciMethod*, int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#13 0x00007f67d09c0874 in Compilation::build_hir() [clone .part.82] () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#14 0x00007f67d09c22e3 in Compilation::compile_java_method() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#15 0x00007f67d09c23aa in Compilation::compile_method() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#16 0x00007f67d09c2840 in Compilation::Compilation(AbstractCompiler*, ciEnv*, ciMethod*, int, BufferBlob*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#17 0x00007f67d09c35b8 in Compiler::compile_method(ciEnv*, ciMethod*, int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#18 0x00007f67d0b1cb7d in CompileBroker::invoke_compiler_on_method(CompileTask*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#19 0x00007f67d0b1e467 in CompileBroker::compiler_thread_loop() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#20 0x00007f67d1123848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#21 0x00007f67d11239dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#22 0x00007f67d0fc32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#23 0x00007f67d1ef27fc in start_thread (arg=0x7f67ad516700) at pthread_create.c:465
#24 0x00007f67d17ffb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 19 (Thread 0x7f67ad617700 (LWP 29896)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc0cb578) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc0cb528, cond=0x7f67cc0cb550) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc0cb550, mutex=0x7f67cc0cb528) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0f82857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0f834be in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d1183efc in VMThread::execute(VM_Operation*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d0fed6f9 in ParallelScavengeHeap::mem_allocate(unsigned long, bool*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67d0ccd566 in InstanceKlass::allocate_instance(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f67d0a44fb6 in Runtime1::new_instance(JavaThread*, Klass*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f67b723f89b in ?? ()
#11 0x00000006490c36e8 in ?? ()
#12 0x0000000000000000 in ?? ()
Thread 18 (Thread 0x7f67ad718700 (LWP 29895)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc0c927c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc0c9228, cond=0x7f67cc0c9250) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc0c9250, mutex=0x7f67cc0c9228) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0f82348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0f82cd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d106a581 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d106a846 in ThreadSafepointState::handle_polling_page_exception() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67b718a89a in ?? ()
#9 0x000000000820037f in ?? ()
#10 0x0000000000000000 in ?? ()
Thread 17 (Thread 0x7f67ad314700 (LWP 29899)):
#0 0x00007f67d1ef964b in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f67ad313c50, expected=0, futex_word=0x7f67cc0d5478) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f67ad313d00, mutex=0x7f67cc0d5428, cond=0x7f67cc0d5450) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x7f67cc0d5450, mutex=0x7f67cc0d5428, abstime=0x7f67ad313d00) at pthread_cond_wait.c:667
#3 0x00007f67d0fcacef in os::PlatformEvent::park(long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0f829f7 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0f83492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d1119b23 in WatcherThread::sleep() const () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d1119c0e in WatcherThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67d0fc32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f67d1ef27fc in start_thread (arg=0x7f67ad314700) at pthread_create.c:465
#10 0x00007f67d17ffb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 16 (Thread 0x7f67ad819700 (LWP 29894)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc0c6b7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc0c6b28, cond=0x7f67cc0c6b50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc0c6b50, mutex=0x7f67cc0c6b28) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0f82348 in Monitor::ILock(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0f82cd6 in Monitor::lock_without_safepoint_check() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d106a675 in SafepointSynchronize::block(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d111aa28 in JavaThread::check_safepoint_and_suspend_for_native_trans(JavaThread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67d0d757dd in ThreadStateTransition::transition_from_native(JavaThread*, JavaThreadState) [clone .constprop.170] () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f67d0d78d6d in JVM_IsPrimitiveClass () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f67b72b29c6 in ?? ()
#11 0x00000006490c36e8 in ?? ()
#12 0x000000074fd868a0 in ?? ()
#13 0x000000064929ad78 in ?? ()
#14 0x0000000100000001 in ?? ()
#15 0x0000000750936db0 in ?? ()
#16 0x00007f67b74f7ad4 in ?? ()
#17 0x00007f67ad816d08 in ?? ()
#18 0x00007f67b74ce8b4 in ?? ()
#19 0x00007f67ad816ed8 in ?? ()
#20 0x00007f67b756c40c in ?? ()
#21 0x00007f67ad8172d8 in ?? ()
#22 0x00007f67b7f35f44 in ?? ()
#23 0x00007f67ad816dd0 in ?? ()
#24 0x00007f67b733d314 in ?? ()
#25 0x0000000750936c80 in ?? ()
#26 0x0000000750936c28 in ?? ()
#27 0x0000000649133db0 in ?? ()
#28 0x0000000200000000 in ?? ()
#29 0x0000000750936db0 in ?? ()
#30 0x0000000000000038 in ?? ()
#31 0x00007f67ad816d08 in ?? ()
#32 0x00000006490c36e8 in ?? ()
#33 0x000000064911bab8 in ?? ()
#34 0x00000007509373d8 in ?? ()
#35 0x44fa40b200000000 in ?? ()
#36 0x00007f67b7525144 in ?? ()
#37 0x000000074e573f80 in ?? ()
#38 0x000000074fd868b8 in ?? ()
#39 0x00007f67ad816ed8 in ?? ()
#40 0x00007f67b756cf74 in ?? ()
#41 0x000000074e573f80 in ?? ()
#42 0x0000000750936db0 in ?? ()
#43 0x0000000750936af8 in ?? ()
#44 0x000000074e573f80 in ?? ()
#45 0x00007f67ad816dd0 in ?? ()
#46 0x00007f67b74f007c in ?? ()
#47 0x00007f67ad816ed8 in ?? ()
#48 0x00007f67b731d3cc in ?? ()
#49 0x00000007c0088160 in ?? ()
#50 0x0000000000000018 in ?? ()
#51 0x00000007c02a7cc0 in ?? ()
#52 0x00007f67b74b101e in ?? ()
#53 0x000000075137add8 in ?? ()
#54 0x00007f67b74ca48c in ?? ()
#55 0x00000006490209b0 in ?? ()
#56 0x00007f67ad816be8 in ?? ()
#57 0x00007f67ad816ed8 in ?? ()
#58 0x00007f67b733f60c in ?? ()
#59 0x00007f67ad816d08 in ?? ()
#60 0x00007f67b75e722c in ?? ()
#61 0x000000000000ffff in ?? ()
#62 0x0000000000007fff in ?? ()
#63 0x00007f67ad816dd0 in ?? ()
#64 0x00007f67b781b00c in ?? ()
#65 0x0000000751286718 in ?? ()
#66 0x00000007509370d8 in ?? ()
#67 0x000000075137add8 in ?? ()
#68 0x00000007509373d8 in ?? ()
#69 0x000000074e573f80 in ?? ()
#70 0x000000074e574028 in ?? ()
#71 0x00007f67ad816ed8 in ?? ()
#72 0x00007f67b732e074 in ?? ()
#73 0x00007f67ad816dd0 in ?? ()
#74 0x0000000000000018 in ?? ()
#75 0x00007f6700000020 in ?? ()
#76 0x0000000000000018 in ?? ()
#77 0x0000000000000018 in ?? ()
#78 0x0000000000000018 in ?? ()
#79 0x0000000000000018 in ?? ()
#80 0x0000000000000018 in ?? ()
#81 0x0000000750ff2390 in ?? ()
#82 0x00000000ffffffff in ?? ()
#83 0x000000075137add8 in ?? ()
#84 0x0000000750937420 in ?? ()
#85 0x00000007c02557e0 in ?? ()
#86 0x00000007c02557e0 in ?? ()
#87 0x00007f67ad816ed8 in ?? ()
#88 0x00007f67b74b3ebc in ?? ()
#89 0x0000000750ff2390 in ?? ()
#90 0x00007f67b78e5c4d in ?? ()
#91 0x00007f67ad8172d8 in ?? ()
#92 0x00007f67b78e81c4 in ?? ()
#93 0x000000074e573f80 in ?? ()
#94 0x0000000000000038 in ?? ()
#95 0x000000000000005f in ?? ()
#96 0x0000000750936db0 in ?? ()
#97 0x00007f67ad816ed8 in ?? ()
#98 0x00007f67b7499c24 in ?? ()
#99 0x00007f67ad816ed8 in ?? ()
#100 0x00007f67b75e722c in ?? ()
#101 0x00007f67ad816dd0 in ?? ()
#102 0x00007f67b768b98c in ?? ()
#103 0x000000074e573f80 in ?? ()
#104 0x000000074e574028 in ?? ()
#105 0x000000074e573f80 in ?? ()
#106 0x0000000000000000 in ?? ()
Thread 15 (Thread 0x7f67ad415700 (LWP 29898)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc0d027c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc0d0228, cond=0x7f67cc0d0250) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc0d0250, mutex=0x7f67cc0d0228) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0f82857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0f83492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d106c65d in ServiceThread::service_thread_entry(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d1123848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67d11239dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f67d0fc32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#10 0x00007f67d1ef27fc in start_thread (arg=0x7f67ad415700) at pthread_create.c:465
#11 0x00007f67d17ffb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 14 (Thread 0x7f67b52b3700 (LWP 29889)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc03177c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc031728, cond=0x7f67cc031750) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc031750, mutex=0x7f67cc031728) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0f82857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0f83492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d0c4d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d0c4f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67d0fc32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f67d1ef27fc in start_thread (arg=0x7f67b52b3700) at pthread_create.c:465
#10 0x00007f67d17ffb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 13 (Thread 0x7f67b54b5700 (LWP 29887)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc02df78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc02df28, cond=0x7f67cc02df50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc02df50, mutex=0x7f67cc02df28) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0f82857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0f83492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d0c4d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d0c4f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67d0fc32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f67d1ef27fc in start_thread (arg=0x7f67b54b5700) at pthread_create.c:465
#10 0x00007f67d17ffb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 12 (Thread 0x7f67b56b7700 (LWP 29885)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc02a778) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc02a728, cond=0x7f67cc02a750) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc02a750, mutex=0x7f67cc02a728) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0f82857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0f83492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d0c4d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d0c4f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67d0fc32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f67d1ef27fc in start_thread (arg=0x7f67b56b7700) at pthread_create.c:465
#10 0x00007f67d17ffb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 11 (Thread 0x7f67adcfe700 (LWP 29892)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc093b78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc093b28, cond=0x7f67cc093b50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc093b50, mutex=0x7f67cc093b28) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0fb35a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0d76f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67b715a854 in ?? ()
#7 0x00007f67cc092800 in ?? ()
#8 0x0000000000000000 in ?? ()
Thread 10 (Thread 0x7f67ad91a700 (LWP 29893)):
#0 0x00007f67d1efbf96 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7f67d16b6f60 <sig_sem>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1 do_futex_wait (sem=sem@entry=0x7f67d16b6f60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:111
#2 0x00007f67d1efc054 in __new_sem_wait_slow (sem=sem@entry=0x7f67d16b6f60 <sig_sem>, abstime=0x0) at sem_waitcommon.c:181
#3 0x00007f67d1efc144 in __new_sem_wait (sem=0x7f67d16b6f60 <sig_sem>) at sem_wait.c:42
#4 0x00007f67d0fc5503 in os::signal_wait() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0fbd34b in signal_thread_entry(JavaThread*, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d1123848 in JavaThread::thread_main_inner() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d11239dc in JavaThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67d0fc32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f67d1ef27fc in start_thread (arg=0x7f67ad91a700) at pthread_create.c:465
#10 0x00007f67d17ffb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 9 (Thread 0x7f67b53b4700 (LWP 29888)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc02fb7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc02fb28, cond=0x7f67cc02fb50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc02fb50, mutex=0x7f67cc02fb28) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0f82857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0f83492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d0c4d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d0c4f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67d0fc32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f67d1ef27fc in start_thread (arg=0x7f67b53b4700) at pthread_create.c:465
#10 0x00007f67d17ffb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 8 (Thread 0x7f67b57b8700 (LWP 29884)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc028b78) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc028b28, cond=0x7f67cc028b50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc028b50, mutex=0x7f67cc028b28) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0f82857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0f83492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d0c4d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d0c4f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67d0fc32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f67d1ef27fc in start_thread (arg=0x7f67b57b8700) at pthread_create.c:465
#10 0x00007f67d17ffb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 7 (Thread 0x7f67adf00700 (LWP 29890)):
#0 0x00007f67d10690da in SafepointSynchronize::begin() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007f67d1184688 in VMThread::loop() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007f67d1184bb2 in VMThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 0x00007f67d0fc32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d1ef27fc in start_thread (arg=0x7f67adf00700) at pthread_create.c:465
#5 0x00007f67d17ffb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 6 (Thread 0x7f67b55b6700 (LWP 29886)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc02c378) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc02c328, cond=0x7f67cc02c350) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc02c350, mutex=0x7f67cc02c328) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0f82857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0f83492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d0c4d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d0c4f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67d0fc32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f67d1ef27fc in start_thread (arg=0x7f67b55b6700) at pthread_create.c:465
#10 0x00007f67d17ffb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 5 (Thread 0x7f67b58b9700 (LWP 29883)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc026f7c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc026f28, cond=0x7f67cc026f50) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc026f50, mutex=0x7f67cc026f28) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0f82857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0f83492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d0c4d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d0c4f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67d0fc32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f67d1ef27fc in start_thread (arg=0x7f67b58b9700) at pthread_create.c:465
#10 0x00007f67d17ffb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 4 (Thread 0x7f67addff700 (LWP 29891)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc08f178) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc08f128, cond=0x7f67cc08f150) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc08f150, mutex=0x7f67cc08f128) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0fb35a5 in ObjectMonitor::wait(long, bool, Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0d76f3b in JVM_MonitorWait () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67b715a854 in ?? ()
#7 0x00007f67cc08e000 in ?? ()
#8 0x00007f67addfea98 in ?? ()
#9 0x00007f67addfea40 in ?? ()
#10 0x00007f67addfe928 in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 3 (Thread 0x7f67d010a700 (LWP 29882)):
#0 0x00007f67d1ef9072 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f67cc02537c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f67cc025328, cond=0x7f67cc025350) at pthread_cond_wait.c:502
#2 __pthread_cond_wait (cond=0x7f67cc025350, mutex=0x7f67cc025328) at pthread_cond_wait.c:655
#3 0x00007f67d0fcaa0b in os::PlatformEvent::park() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#4 0x00007f67d0f82857 in Monitor::IWait(Thread*, long) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#5 0x00007f67d0f83492 in Monitor::wait(bool, long, bool) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#6 0x00007f67d0c4d39a in GCTaskManager::get_task(unsigned int) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#7 0x00007f67d0c4f15e in GCTaskThread::run() () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#8 0x00007f67d0fc32b2 in java_start(Thread*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#9 0x00007f67d1ef27fc in start_thread (arg=0x7f67d010a700) at pthread_create.c:465
#10 0x00007f67d17ffb5f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Thread 2 (Thread 0x7f67d232eb80 (LWP 29878)):
#0 0x00007f67d1ef3b7d in __pthread_join (threadid=140083884906240, thread_return=0x7ffdc7997f00) at pthread_join.c:90
#1 0x00007f67d1cde775 in ContinueInNewThread0 () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#2 0x00007f67d1cd9e9a in ContinueInNewThread () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#3 0x00007f67d1cdcf18 in JLI_Launch () from /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
#4 0x0000000000400696 in main ()
Thread 1 (Thread 0x7f67d232d700 (LWP 29881)):
#0 0x00007f67d106f8ca in SharedRuntime::get_poll_stub(unsigned char*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#1 0x00007f67d0fcd8d9 in JVM_handle_linux_signal () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#2 0x00007f67d0fc1b48 in signalHandler(int, siginfo*, void*) () from /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
#3 <signal handler called>
#4 0x00007f67b8087a1b in ?? ()
#5 0x0000000750ceff90 in ?? ()
#6 0x00000001ea19dbff in ?? ()
#7 0x00000007c0398828 in ?? ()
#8 0x0000000750cf0798 in ?? ()
#9 0x0000000750cf09d8 in ?? ()
#10 0x0000000900000003 in ?? ()
#11 0x0000000750cf09d8 in ?? ()
#12 0x000000064928ec58 in ?? ()
#13 0x0000000750cf0798 in ?? ()
#14 0x0000000000000000 in ?? ()
======================== jstack for core.29878
Attaching to core core.29878 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
Deadlock Detection:
No deadlocks found.
Thread 29893: (state = BLOCKED)
Thread 29892: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.ref.ReferenceQueue.remove(long) @bci=59, line=143 (Compiled frame)
- java.lang.ref.ReferenceQueue.remove() @bci=2, line=164 (Compiled frame)
- java.lang.ref.Finalizer$FinalizerThread.run() @bci=36, line=209 (Interpreted frame)
Thread 29891: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=502 (Compiled frame)
- java.lang.ref.Reference.tryHandlePending(boolean) @bci=54, line=191 (Compiled frame)
- java.lang.ref.Reference$ReferenceHandler.run() @bci=1, line=153 (Interpreted frame)
Thread 29881: (state = IN_JAVA)
======================== jmap for core.29878
Attaching to core core.29878 from executable /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java, please wait...
Debugger attached successfully.
Server compiler detected.
JVM version is 25.71-b01-internal-jvmci-0.40
0x0000000000400000 7K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/java
0x00007f67d1eeb000 141K /lib/x86_64-linux-gnu/libpthread.so.0
0x00007f67d1cd3000 101K /home/amp/shared/graalvm/graalvm-0.31/jre/bin/../lib/amd64/jli/libjli.so
0x00007f67d1acb000 14K /lib/x86_64-linux-gnu/libdl.so.2
0x00007f67d16eb000 1914K /lib/x86_64-linux-gnu/libc.so.6
0x00007f67d210b000 166K /lib64/ld-linux-x86-64.so.2
0x00007f67d066b000 17623K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/server/libjvm.so
0x00007f67d0313000 1371K /lib/x86_64-linux-gnu/libm.so.6
0x00007f67d010b000 31K /lib/x86_64-linux-gnu/librt.so.1
0x00007f67cbdeb000 64K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libverify.so
0x00007f67cbbbb000 220K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libjava.so
0x00007f67cb9ab000 34K /lib/x86_64-linux-gnu/libnss_compat.so.2
0x00007f67cb78b000 94K /lib/x86_64-linux-gnu/libnsl.so.1
0x00007f67cb57b000 46K /lib/x86_64-linux-gnu/libnss_nis.so.2
0x00007f67cb363000 46K /lib/x86_64-linux-gnu/libnss_files.so.2
0x00007f67cb143000 125K /home/amp/shared/graalvm/graalvm-0.31/jre/lib/amd64/libzip.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment