Skip to content

Commit 3219ce4

Browse files
dafedafemhaessig
andauthored
Update test/hotspot/jtreg/compiler/loopopts/TestValidTypeInOverflowProtection.java
Co-authored-by: Manuel Hässig <[email protected]>
1 parent 882007f commit 3219ce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/hotspot/jtreg/compiler/loopopts/TestValidTypeInOverflowProtection.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
* @bug 8373525
2727
* @summary Test for the check of a valid type (long) for the input variable of overflow protection
2828
* @run main/othervm -Xbatch -XX:-TieredCompilation -XX:CompileCommand=compileonly,compiler.loopopts.TestValidTypeInOverflowProtection::test
29-
* compiler.loopopts.TestValidTypeInOverflowProtection
30-
* @run driver compiler.loopopts.TestValidTypeInOverflowProtection
29+
* ${test.main.class}
30+
* @run driver ${test.main.class}
3131
*/
3232

3333
package compiler.loopopts;

0 commit comments

Comments
 (0)