New blogpost: Learn how to build JDK 21 and JDK 25 with the HotSpot Disassembler (HSDIS) plugin enabled for Linux. `hsdis` is a tool to inspect the JVM’s JIT-compiled assembly code, and this post explains how to configure it:

🔗 https://jjfumero.github.io/posts/2025/02/14/jdk-hsdis-build

#java #hsdis #openjdk

Building JDK with HSDIS on Linux

Learn how to build a JDK with the HotSpot Disassembler (HSDIS) plugin enabled on Linux to inspect the JVM’s JIT-compiled assembly code.

Juan Fumero