Skip to content

Commit 5b30a83

Browse files
committedSep 10, 2020
8252778: remove jdk.test.lib.FileInstaller action from compiler/c2/stemmer test
Reviewed-by: shade, epavlova
1 parent 8db3335 commit 5b30a83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎test/hotspot/jtreg/compiler/c2/stemmer/Stemmer.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
* @modules java.base/jdk.internal.misc
66
* @library /test/lib
77
*
8-
* @run driver jdk.test.lib.FileInstaller words words
9-
* @run main/othervm -Xbatch compiler.c2.stemmer.Stemmer words
8+
* @run main/othervm -Xbatch compiler.c2.stemmer.Stemmer ${test.src}/words
109
*/
1110

1211
/*

0 commit comments

Comments
 (0)
Please sign in to comment.