comparison visualizer/Graal/src/com/sun/hotspot/igv/graal/filters/edgeColor.filter @ 4512:015fb895586b

Moved visualizer to new directory.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 07 Feb 2012 22:41:09 +0100
parents
children
comparison
equal deleted inserted replaced
4511:6cb549627941 4512:015fb895586b
1 var f = new com.sun.hotspot.igv.graal.filters.GraalEdgeColorFilter();
2 f.setUsageColor(blue);
3 f.setSuccessorColor(red);
4 f.apply(graph);