# HG changeset patch # User Thomas Wuerthinger # Date 1320294183 -3600 # Node ID b3176fb1934e7735048f3365420f432d1833049f # Parent ecc73b98b47cb6683728103485fcb23ed8d80604 Added new color filter that marks frame states with lock. diff -r ecc73b98b47c -r b3176fb1934e src/share/tools/IdealGraphVisualizer/Graal/src/com/sun/hotspot/igv/graal/filters/framestatelocks.filter --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/share/tools/IdealGraphVisualizer/Graal/src/com/sun/hotspot/igv/graal/filters/framestatelocks.filter Thu Nov 03 05:23:03 2011 +0100 @@ -0,0 +1,2 @@ +colorize("class", "FrameState", red); +colorize("locks", "", gray); \ No newline at end of file diff -r ecc73b98b47c -r b3176fb1934e src/share/tools/IdealGraphVisualizer/Graal/src/com/sun/hotspot/igv/graal/layer.xml --- a/src/share/tools/IdealGraphVisualizer/Graal/src/com/sun/hotspot/igv/graal/layer.xml Thu Nov 03 05:18:04 2011 +0100 +++ b/src/share/tools/IdealGraphVisualizer/Graal/src/com/sun/hotspot/igv/graal/layer.xml Thu Nov 03 05:23:03 2011 +0100 @@ -18,11 +18,15 @@ + + + + - +