A friendlier visualization of Java’s JIT compiler based on control flow

The previous
post
introduced the Ideal Graph
Visualizer
(IGV), a tool to visualize the inner workings of
OpenJDK’s main just-in-time compiler. This post
focuses on a new IGV feature, to be released in OpenJDK 19, to make it easier
for compiler experts to … Read more

Similar

Faster Java startup for microservices

Our previous two posts have focused on the deployment infrastructure and continuous integration building blocks that we need to both enable our Kubernetes cluster and provide the foundation of our containerised deployments – continuously integrated builds... (more…)

Read more »