File tree 1 file changed +9
-1
lines changed
test/hotspot/jtreg/compiler/codegen
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2012, 2021, Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
27
27
* @summary incorrect results of char vectors right shift operation
28
28
*
29
29
* @run main/othervm -Xbatch -XX:CompileCommand=exclude,*::test() -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
+ *
30
38
* @run main/othervm -Xbatch -XX:CompileCommand=exclude,*::test() -Xmx128m -XX:MaxVectorSize=8 compiler.codegen.TestCharVect2
31
39
* @run main/othervm -Xbatch -XX:CompileCommand=exclude,*::test() -Xmx128m -XX:MaxVectorSize=16 compiler.codegen.TestCharVect2
32
40
* @run main/othervm -Xbatch -XX:CompileCommand=exclude,*::test() -Xmx128m -XX:MaxVectorSize=32 compiler.codegen.TestCharVect2
You can’t perform that action at this time.
0 commit comments