changeset 3617:b3176fb1934e

Added new color filter that marks frame states with lock.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 03 Nov 2011 05:23:03 +0100
parents ecc73b98b47c
children e82da3a1bbc9
files src/share/tools/IdealGraphVisualizer/Graal/src/com/sun/hotspot/igv/graal/filters/framestatelocks.filter src/share/tools/IdealGraphVisualizer/Graal/src/com/sun/hotspot/igv/graal/layer.xml
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /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
--- 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 @@
             <attr name="enabled" boolvalue="false"/>
         </file>
         
+        <file name="Graal Reduce Begin-End" url="filters/beginend.filter">
+            <attr name="enabled" boolvalue="false"/>
+        </file>
+        
         <file name="Graal Remove FrameState" url="filters/noframestate.filter">
             <attr name="enabled" boolvalue="false"/>
         </file>
         
-        <file name="Graal Reduce Begin-End" url="filters/beginend.filter">
+        <file name="Graal Mark FrameState With Lock" url="filters/framestatelocks.filter">
             <attr name="enabled" boolvalue="false"/>
         </file>
     </folder>