Skip to content

Commit 3c8ec18

Browse files
committed
Rename new test.
1 parent 40c63e8 commit 3c8ec18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/hotspot/jtreg/compiler/c2/Test8361117.java renamed to test/hotspot/jtreg/compiler/c2/TestArrayCopyLShiftIdealization.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
* @summary SIGSEGV in LShiftLNode::Ideal due to unexpected dead node
2929
*
3030
* @run main/othervm -XX:-TieredCompilation
31-
* -XX:CompileCommand=compileonly,compiler.c2.Test8361117::test
32-
* compiler.c2.Test8361117
31+
* -XX:CompileCommand=compileonly,compiler.c2.TestArrayCopyLShiftIdealization::test
32+
* compiler.c2.TestArrayCopyLShiftIdealization
3333
*/
3434

3535
package compiler.c2;
3636

37-
public class Test8361117 {
37+
public class TestArrayCopyLShiftIdealization {
3838
public static void test() {
3939
int size = 1000;
4040
int[] arr1 = new int[size];

0 commit comments

Comments
 (0)