annotate src/share/tools/IdealGraphVisualizer/Graal/src/com/sun/hotspot/igv/graal/layer.xml @ 3093:8551bcfbba9e

IdealGraphVisualizer: add another filter that hides slots with no connections
author Peter Hofer <peter.hofer@jku.at>
date Wed, 29 Jun 2011 12:22:46 +0200
parents 726dcfd2d91e
children 93b74afbd379
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
2 <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
3 <filesystem>
3031
963174f9cd8e IdealGraphVisualizer: add textual representation and coloring scheme for the Graal compiler and remove Maxine-specific code
Peter Hofer <peter.hofer@jku.at>
parents: 2898
diff changeset
4 <folder name="Filters">
963174f9cd8e IdealGraphVisualizer: add textual representation and coloring scheme for the Graal compiler and remove Maxine-specific code
Peter Hofer <peter.hofer@jku.at>
parents: 2898
diff changeset
5 <file name="Graal Coloring" url="filters/color.filter">
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
6 <attr name="enabled" boolvalue="false"/>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
7 </file>
3063
726dcfd2d91e IdealGraphVisualizer: different coloring for usages and predecessors (and hence inputs and successors)
Peter Hofer <peter.hofer@jku.at>
parents: 3031
diff changeset
8
726dcfd2d91e IdealGraphVisualizer: different coloring for usages and predecessors (and hence inputs and successors)
Peter Hofer <peter.hofer@jku.at>
parents: 3031
diff changeset
9 <file name="Graal Edge Coloring" url="filters/edgeColor.filter">
726dcfd2d91e IdealGraphVisualizer: different coloring for usages and predecessors (and hence inputs and successors)
Peter Hofer <peter.hofer@jku.at>
parents: 3031
diff changeset
10 <attr name="enabled" boolvalue="false"/>
726dcfd2d91e IdealGraphVisualizer: different coloring for usages and predecessors (and hence inputs and successors)
Peter Hofer <peter.hofer@jku.at>
parents: 3031
diff changeset
11 </file>
3093
8551bcfbba9e IdealGraphVisualizer: add another filter that hides slots with no connections
Peter Hofer <peter.hofer@jku.at>
parents: 3063
diff changeset
12
8551bcfbba9e IdealGraphVisualizer: add another filter that hides slots with no connections
Peter Hofer <peter.hofer@jku.at>
parents: 3063
diff changeset
13 <file name="Graal Slot Filter" url="filters/slots.filter">
8551bcfbba9e IdealGraphVisualizer: add another filter that hides slots with no connections
Peter Hofer <peter.hofer@jku.at>
parents: 3063
diff changeset
14 <attr name="enabled" boolvalue="false"/>
8551bcfbba9e IdealGraphVisualizer: add another filter that hides slots with no connections
Peter Hofer <peter.hofer@jku.at>
parents: 3063
diff changeset
15 </file>
3031
963174f9cd8e IdealGraphVisualizer: add textual representation and coloring scheme for the Graal compiler and remove Maxine-specific code
Peter Hofer <peter.hofer@jku.at>
parents: 2898
diff changeset
16 </folder>
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
17 </filesystem>