This repository was archived by the owner on Sep 2, 2022. It is now read-only.
File tree 1 file changed +4
-12
lines changed
test/hotspot/jtreg/compiler/codegen
1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 26
26
* @bug 8001183
27
27
* @summary incorrect results of char vectors right shift operation
28
28
*
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
41
33
*/
42
34
43
35
package compiler .codegen ;
You can’t perform that action at this time.
0 commit comments