view src/share/tools/IdealGraphVisualizer/ServerCompiler/src/com/sun/hotspot/igv/servercompiler/filters/removeMemory.filter @ 220:30369db7f5d2

6604014: add support for ideal graph visualizer Reviewed-by: kvn, jrose
author never
date Mon, 23 Jun 2008 18:21:18 -0700
parents
children
line wrap: on
line source


//var f = new RemoveFilter("Remove Memory");
//f.addRule(new RemoveFilter.RemoveRule(new MatcherSelector(new Properties.StringPropertyMatcher("dump_spec", "Memory")), false));
//f.addRule(new RemoveFilter.RemoveRule(new AndSelector(new MatcherSelector(new Properties.StringPropertyMatcher("name", "Proj")), new MatcherSelector(new Properties.StringPropertyMatcher("type", "memory"))), false));
//f.apply(graph);

remove("dump_spec", "Memory");