Skip to content

Commit 165ba87

Browse files
committedApr 24, 2024
8330587: IGV: remove ControlFlowTopComponent
Reviewed-by: chagedorn, rcastanedalo
1 parent 3ccb64c commit 165ba87

16 files changed

+0
-1236
lines changed
 

‎src/utils/IdealGraphVisualizer/ControlFlow/pom.xml

-135
This file was deleted.

‎src/utils/IdealGraphVisualizer/ControlFlow/src/main/java/com/sun/hotspot/igv/controlflow/BlockConnectionWidget.java

-124
This file was deleted.

‎src/utils/IdealGraphVisualizer/ControlFlow/src/main/java/com/sun/hotspot/igv/controlflow/BlockWidget.java

-148
This file was deleted.

‎src/utils/IdealGraphVisualizer/ControlFlow/src/main/java/com/sun/hotspot/igv/controlflow/ControlFlowAction.java

-46
This file was deleted.

‎src/utils/IdealGraphVisualizer/ControlFlow/src/main/java/com/sun/hotspot/igv/controlflow/ControlFlowScene.java

-311
This file was deleted.

‎src/utils/IdealGraphVisualizer/ControlFlow/src/main/java/com/sun/hotspot/igv/controlflow/ControlFlowTopComponent.form

-28
This file was deleted.

‎src/utils/IdealGraphVisualizer/ControlFlow/src/main/java/com/sun/hotspot/igv/controlflow/ControlFlowTopComponent.java

-150
This file was deleted.

‎src/utils/IdealGraphVisualizer/ControlFlow/src/main/java/com/sun/hotspot/igv/controlflow/DoubleClickSelectAction.java

-66
This file was deleted.

‎src/utils/IdealGraphVisualizer/ControlFlow/src/main/java/com/sun/hotspot/igv/controlflow/HierarchicalGraphLayout.java

-170
This file was deleted.

‎src/utils/IdealGraphVisualizer/ControlFlow/src/main/nbm/manifest.mf

-6
This file was deleted.

‎src/utils/IdealGraphVisualizer/ControlFlow/src/main/resources/com/sun/hotspot/igv/controlflow/Bundle.properties

-4
This file was deleted.

‎src/utils/IdealGraphVisualizer/ControlFlow/src/main/resources/com/sun/hotspot/igv/controlflow/ControlFlowTopComponentSettings.xml

-8
This file was deleted.

‎src/utils/IdealGraphVisualizer/ControlFlow/src/main/resources/com/sun/hotspot/igv/controlflow/ControlFlowTopComponentWstcref.xml

-7
This file was deleted.

‎src/utils/IdealGraphVisualizer/ControlFlow/src/main/resources/com/sun/hotspot/igv/controlflow/layer.xml

-27
This file was deleted.

‎src/utils/IdealGraphVisualizer/application/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@
115115
<artifactId>HierarchicalLayout</artifactId>
116116
<version>${project.version}</version>
117117
</dependency>
118-
<dependency>
119-
<groupId>${project.groupId}</groupId>
120-
<artifactId>ControlFlow</artifactId>
121-
<version>${project.version}</version>
122-
</dependency>
123118
<dependency>
124119
<groupId>${project.groupId}</groupId>
125120
<artifactId>Filter</artifactId>

‎src/utils/IdealGraphVisualizer/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
<module>SelectionCoordinator</module>
103103
<module>Graph</module>
104104
<module>HierarchicalLayout</module>
105-
<module>ControlFlow</module>
106105
<module>Filter</module>
107106
<module>Bytecodes</module>
108107
<module>ServerCompiler</module>

0 commit comments

Comments
 (0)
Please sign in to comment.