magiccao
magiccao
```txt hs_err # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f67b01a6ceb, pid=376956, tid=0x00007f66dca82700 # # JRE version: OpenJDK Runtime Environment (8.0_282-b01)...
新增jcmd中notify jvm后crash的hs_err文件 [https://github.com/magiccao/dragonwell8-issue/blob/main/hs_err_jwarmup.log](https://github.com/magiccao/dragonwell8-issue/blob/main/hs_err_jwarmup.log)
+以-XX:+CompilationWarmUp启动时导致crash的hs_err文件 [https://github.com/magiccao/dragonwell8-issue/blob/main/hs_err_start.log](https://github.com/magiccao/dragonwell8-issue/blob/main/hs_err_start.log)
@karianna relative context information: ```txt (gdb) f 8 #8 ValueStack::pop_arguments (this=0x7ffaf8deb580, argument_size=) at /home/jenkins/workspace/build-scripts/jobs/release/jobs/jdk8u/jdk8u-release-linux-x64-temurin/workspace/build/src/hotspot/src/share/vm/c1/c1_ValueStack.cpp:147 warning: Source file is more recent than executable. 147 for (int i = base; i <...