Dump node bottom types (i.e. Node::bottom_type()) and types used during GVN, IGVN, and CCP (i.e. PhaseValues::type(Node* n)) when available. This makes it possible to capture and track the type state of each node with greater detail than what is possible now. Attached is a screenshot of a prototype 'Show type info' filter (right graph) displaying the phase type of each node as part of its label.
- relates to
-
JDK-8317468 IGV can't open some graphs due to script error
- Closed
-
JDK-8310220 IGV: dump graph after each IGVN step at level 4
- Resolved