The previous article of this mini-series focused on assembly code generation using the hsdis library to intercept the Java JIT emitted output. In this piece, we continue to dive deeper into the execution platform, the physical CPU, where the code runs. Motivation This article aims to show how to use JMH…