Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
/ jdk16 Public archive

Commit 7320e05

Browse files
author
Nils Eliasson
committed
8258647: TestCharVect2 is very slow
Reviewed-by: vlivanov, kvn
1 parent 9fdfc6d commit 7320e05

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

test/hotspot/jtreg/compiler/codegen/TestCharVect2.java

+4-12
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,10 @@
2626
* @bug 8001183
2727
* @summary incorrect results of char vectors right shift operation
2828
*
29-
* @run main/othervm/timeout=400 -Xbatch -Xmx128m compiler.codegen.TestCharVect2
30-
*/
31-
32-
/**
33-
* @test
34-
* @bug 8001183
35-
* @summary incorrect results of char vectors right shift operation
36-
* @requires vm.compiler2.enabled | vm.graal.enabled
37-
*
38-
* @run main/othervm/timeout=400 -Xbatch -Xmx128m -XX:MaxVectorSize=8 compiler.codegen.TestCharVect2
39-
* @run main/othervm/timeout=400 -Xbatch -Xmx128m -XX:MaxVectorSize=16 compiler.codegen.TestCharVect2
40-
* @run main/othervm/timeout=400 -Xbatch -Xmx128m -XX:MaxVectorSize=32 compiler.codegen.TestCharVect2
29+
* @run main/othervm -Xbatch -XX:CompileCommand=exclude,*::test() -Xmx128m compiler.codegen.TestCharVect2
30+
* @run main/othervm -Xbatch -XX:CompileCommand=exclude,*::test() -Xmx128m -XX:MaxVectorSize=8 compiler.codegen.TestCharVect2
31+
* @run main/othervm -Xbatch -XX:CompileCommand=exclude,*::test() -Xmx128m -XX:MaxVectorSize=16 compiler.codegen.TestCharVect2
32+
* @run main/othervm -Xbatch -XX:CompileCommand=exclude,*::test() -Xmx128m -XX:MaxVectorSize=32 compiler.codegen.TestCharVect2
4133
*/
4234

4335
package compiler.codegen;

0 commit comments

Comments
 (0)