view src/share/tools/IdealGraphVisualizer/Graal/src/com/sun/hotspot/igv/graal/filters/edgeColor.filter @ 3063:726dcfd2d91e

IdealGraphVisualizer: different coloring for usages and predecessors (and hence inputs and successors)
author Peter Hofer <peter.hofer@jku.at>
date Wed, 22 Jun 2011 18:42:21 +0200
parents src/share/tools/IdealGraphVisualizer/Graal/src/com/sun/hotspot/igv/graal/filters/color.filter@963174f9cd8e
children f9f7bd1a6b2c
line wrap: on
line source

var f = new com.sun.hotspot.igv.graal.filters.GraalEdgeColorFilter();
f.setUsageColor(blue);
f.setSuccessorColor(red);
f.apply(graph);