view visualizer/Graal/src/com/sun/hotspot/igv/graal/filters/callgraph.filter @ 11582:9e12e51fe7b2

Add helper methods with negations for inputs in LogicNode. Use helper method in CheckCastNode lowering
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 10 Sep 2013 16:13:35 +0200
parents 015fb895586b
children
line wrap: on
line source

colorize("name", "<init>.*", yellow);
colorize("name", "<clinit>.*", pink);
colorize("leaf", "1", lightGray);
colorize("cutoff", "1", red);