Skip to content

Commit 850d623

Browse files
committedSep 3, 2020
8252720: clean up FileInstaller $test.src $cwd in vmTestbase/vm/compiler/optimizations tests
Reviewed-by: thartmann
1 parent 76f0588 commit 850d623

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed
 

‎test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/Do/TestDescription.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -39,7 +39,6 @@
3939
*
4040
* @library /vmTestbase
4141
* /test/lib
42-
* @run driver jdk.test.lib.FileInstaller . .
4342
* @run main/othervm vm.compiler.optimizations.partialpeel.Do
4443
*/
4544

‎test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/ForWhile/TestDescription.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -39,7 +39,6 @@
3939
*
4040
* @library /vmTestbase
4141
* /test/lib
42-
* @run driver jdk.test.lib.FileInstaller . .
4342
* @run main/othervm vm.compiler.optimizations.partialpeel.ForWhile
4443
*/
4544

‎test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/While/TestDescription.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -39,7 +39,6 @@
3939
*
4040
* @library /vmTestbase
4141
* /test/lib
42-
* @run driver jdk.test.lib.FileInstaller . .
4342
* @run main/othervm vm.compiler.optimizations.partialpeel.While
4443
*/
4544

‎test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/partialpeel/WhileWhile/TestDescription.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -39,7 +39,6 @@
3939
*
4040
* @library /vmTestbase
4141
* /test/lib
42-
* @run driver jdk.test.lib.FileInstaller . .
4342
* @run main/othervm vm.compiler.optimizations.partialpeel.WhileWhile
4443
*/
4544

0 commit comments

Comments
 (0)
Please sign in to comment.