AdoptOpenJDK / jitwatch

Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
Other
3.04k stars 435 forks source link

I can't see the assembly instructions. #355

Closed GG22G2 closed 2 years ago

GG22G2 commented 2 years ago

When I use jdk8, I can see the correct assembly instructions, but when I use jdk17, Assembly window does not show assembly instructions image

chriswhocodes commented 2 years ago

Hi, are you using the same hsdis for JDK8 and JDK17?

You may need to use a more recently compiled version of hsdis for JDK17. Can you try one from https://builds.shipilev.net/hsdis/ ?

Thanks,

Chris

chriswhocodes commented 2 years ago

Hi, I'm closing all the issues except for the ones I'm actively working on.