We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef3891 commit 7bdf2aeCopy full SHA for 7bdf2ae
compiler/src/jdk.graal.compiler.test/src/jdk/graal/compiler/core/test/CheckGraalInvariants.java
@@ -154,11 +154,6 @@ public static void main(String[] args) {
154
155
}
156
157
- public static String relativeFileName(String absolutePath) {
158
- int lastFileSeparatorIndex = absolutePath.lastIndexOf(File.separator);
159
- return absolutePath.substring(Math.max(lastFileSeparatorIndex, 0));
160
- }
161
-
162
public static class InvariantsTool {
163
164
protected boolean shouldProcess(String classpathEntry) {
0 commit comments