Java Cup
Inside Java

News and views from members of the Java team at Oracle

Improving the Ideal Graph Visualizer for better comprehension of Java's main JIT compiler

Program comprehension is one of the main challenges in maintaining large and complex software systems. After a few months trying to find my way around C2 (the main JIT compiler in OpenJDK, the reference Java implementation)...


More at https://robcasloz.github.io/blog/2021/04/22/improving-the-ideal-graph-visualizer.html.