Skip to content

Commit 5eaf568

Browse files
author
Daniel D. Daugherty
committed
8295668: validate-source failure after JDK-8290011
Reviewed-by: chagedorn
1 parent e238920 commit 5eaf568

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This code is distributed in the hope that it will be useful, but WITHOUT
1010
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1212
* version 2 for more details (a copy is included in the LICENSE file that
1313
* accompanied this code).
1414
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This code is distributed in the hope that it will be useful, but WITHOUT
1010
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1212
* version 2 for more details (a copy is included in the LICENSE file that
1313
* accompanied this code).
1414
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This code is distributed in the hope that it will be useful, but WITHOUT
1010
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1212
* version 2 for more details (a copy is included in the LICENSE file that
1313
* accompanied this code).
1414
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This code is distributed in the hope that it will be useful, but WITHOUT
1010
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1212
* version 2 for more details (a copy is included in the LICENSE file that
1313
* accompanied this code).
1414
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This code is distributed in the hope that it will be useful, but WITHOUT
1010
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1212
* version 2 for more details (a copy is included in the LICENSE file that
1313
* accompanied this code).
1414
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This code is distributed in the hope that it will be useful, but WITHOUT
1010
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1212
* version 2 for more details (a copy is included in the LICENSE file that
1313
* accompanied this code).
1414
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This code is distributed in the hope that it will be useful, but WITHOUT
1010
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1212
* version 2 for more details (a copy is included in the LICENSE file that
1313
* accompanied this code).
1414
*

src/utils/IdealGraphVisualizer/FilterWindow/src/main/java/com/sun/hotspot/igv/filterwindow/actions/FilterAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This code is distributed in the hope that it will be useful, but WITHOUT
1010
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1212
* version 2 for more details (a copy is included in the LICENSE file that
1313
* accompanied this code).
1414
*

src/utils/IdealGraphVisualizer/ServerCompiler/src/main/java/com/sun/hotspot/igv/servercompiler/ServerCompilerScheduler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
*
55
* This code is free software; you can redistribute it and/or modify it
66
* under the terms of the GNU General Public License version 2 only, as
7-
* published by the Free Software Foundation. Oracle designates this
7+
* published by the Free Software Foundation. Oracle designates this
88
* particular file as subject to the "Classpath" exception as provided
99
* by Oracle in the LICENSE file that accompanied this code.
1010
*
1111
* This code is distributed in the hope that it will be useful, but WITHOUT
1212
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1414
* version 2 for more details (a copy is included in the LICENSE file that
1515
* accompanied this code).
1616
*

0 commit comments

Comments
 (0)