We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c63e8 commit 3c8ec18Copy full SHA for 3c8ec18
…tspot/jtreg/compiler/c2/Test8361117.java …/c2/TestArrayCopyLShiftIdealization.javatest/hotspot/jtreg/compiler/c2/Test8361117.java renamed to test/hotspot/jtreg/compiler/c2/TestArrayCopyLShiftIdealization.java
@@ -28,13 +28,13 @@
28
* @summary SIGSEGV in LShiftLNode::Ideal due to unexpected dead node
29
*
30
* @run main/othervm -XX:-TieredCompilation
31
- * -XX:CompileCommand=compileonly,compiler.c2.Test8361117::test
32
- * compiler.c2.Test8361117
+ * -XX:CompileCommand=compileonly,compiler.c2.TestArrayCopyLShiftIdealization::test
+ * compiler.c2.TestArrayCopyLShiftIdealization
33
*/
34
35
package compiler.c2;
36
37
-public class Test8361117 {
+public class TestArrayCopyLShiftIdealization {
38
public static void test() {
39
int size = 1000;
40
int[] arr1 = new int[size];
0 commit comments