--- old/agent/src/share/classes/sun/jvm/hotspot/HSDB.java 2021-01-25 19:30:07.743541121 +0000 +++ new/agent/src/share/classes/sun/jvm/hotspot/HSDB.java 2021-01-25 19:30:07.611539734 +0000 @@ -992,7 +992,8 @@ curFrame.getFP(), anno)); } else { - if (VM.getVM().getCPU().equals("x86") || VM.getVM().getCPU().equals("amd64")) { + if (VM.getVM().getCPU().equals("x86") || VM.getVM().getCPU().equals("amd64") || + VM.getVM().getCPU().equals("aarch64")) { // For C2, which has null frame pointers on x86/amd64 CodeBlob cb = VM.getVM().getCodeCache().findBlob(curFrame.getPC()); Address sp = curFrame.getSP();