view visualizer/Graal/src/com/sun/hotspot/igv/graal/filters/edgeColor.filter @ 5794:af9ad0e0452d

use more efficient Unsafe API for getting array base and index values
author Doug Simon <doug.simon@oracle.com>
date Mon, 09 Jul 2012 22:12:12 +0200
parents 015fb895586b
children
line wrap: on
line source

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