Run this test with fastdebug build on linux-riscv64 platform not equipped with vector extension:
$ make test TEST="compiler/c2/cr7200264/TestIntVect.java"
STDERR:
compiler.lib.ir_framework.shared.TestFormatException:
One or more format violations have been detected:
Violations (1)
--------------
- VMInfo: MaxVectorSize is not larger than zero for IR rule 1 at int compiler.c2.cr7200264.TestIntVect.test_sum(int[]).
/============/
at compiler.lib.ir_framework.shared.TestFormat.throwIfAnyFailures(TestFormat.java:85)
at compiler.lib.ir_framework.driver.irmatching.parser.TestClassParser.createTestClass(TestClassParser.java:75)
at compiler.lib.ir_framework.driver.irmatching.parser.TestClassParser.parse(TestClassParser.java:63)
at compiler.lib.ir_framework.TestFramework.runTestVM(TestFramework.java:884)
at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:839)
at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:431)
at compiler.lib.ir_framework.TestFramework.run(TestFramework.java:235)
at compiler.lib.ir_framework.TestFramework.run(TestFramework.java:224)
at compiler.c2.cr7200264.TestIntVect.main(TestIntVect.java:49)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:335)
at java.base/java.lang.Thread.run(Thread.java:1474)
JavaTest Message: Test threw exception: compiler.lib.ir_framework.shared.TestFormatException
JavaTest Message: shutting down test
TEST RESULT: Failed. Execution failed: `main' threw exception: compiler.lib.ir_framework.shared.TestFormatException: One or more format violations have been detected: Violations (1) -------------- - VMInfo: MaxVectorSize is not larger than zero for IR rule 1 at int compiler.c2.cr7200264.TestIntVect.test_sum(int[]). /============/
--------------------------------------------------
Test results: failed: 1
$ make test TEST="compiler/c2/cr7200264/TestIntVect.java"
STDERR:
compiler.lib.ir_framework.shared.TestFormatException:
One or more format violations have been detected:
Violations (1)
--------------
- VMInfo: MaxVectorSize is not larger than zero for IR rule 1 at int compiler.c2.cr7200264.TestIntVect.test_sum(int[]).
/============/
at compiler.lib.ir_framework.shared.TestFormat.throwIfAnyFailures(TestFormat.java:85)
at compiler.lib.ir_framework.driver.irmatching.parser.TestClassParser.createTestClass(TestClassParser.java:75)
at compiler.lib.ir_framework.driver.irmatching.parser.TestClassParser.parse(TestClassParser.java:63)
at compiler.lib.ir_framework.TestFramework.runTestVM(TestFramework.java:884)
at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:839)
at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:431)
at compiler.lib.ir_framework.TestFramework.run(TestFramework.java:235)
at compiler.lib.ir_framework.TestFramework.run(TestFramework.java:224)
at compiler.c2.cr7200264.TestIntVect.main(TestIntVect.java:49)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:335)
at java.base/java.lang.Thread.run(Thread.java:1474)
JavaTest Message: Test threw exception: compiler.lib.ir_framework.shared.TestFormatException
JavaTest Message: shutting down test
TEST RESULT: Failed. Execution failed: `main' threw exception: compiler.lib.ir_framework.shared.TestFormatException: One or more format violations have been detected: Violations (1) -------------- - VMInfo: MaxVectorSize is not larger than zero for IR rule 1 at int compiler.c2.cr7200264.TestIntVect.test_sum(int[]). /============/
--------------------------------------------------
Test results: failed: 1
- relates to
-
JDK-8340093 C2 SuperWord: implement cost model
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/eaddefb4
-
Review(master)
openjdk/jdk/28279