-
Bug
-
Resolution: Unresolved
-
P4
-
25
Error Output
------------
#############################################################
- To only run the failed tests use -DTest, -DExclude,
and/or -DScenarios.
- To also get the standard output of the test VM run with
-DReportStdout=true or for even more fine-grained logging
use -DVerbose=true.
#############################################################
compiler.lib.ir_framework.driver.TestVMException: There were one or multiple errors. Please check stderr for more information.
at compiler.lib.ir_framework.driver.TestVMProcess.throwTestVMException(TestVMProcess.java:245)
at compiler.lib.ir_framework.driver.TestVMProcess.checkTestVMExitCode(TestVMProcess.java:226)
at compiler.lib.ir_framework.driver.TestVMProcess.<init>(TestVMProcess.java:76)
at compiler.lib.ir_framework.TestFramework.runTestVM(TestFramework.java:758)
at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:730)
at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:350)
at compiler.lib.ir_framework.TestFramework.runWithFlags(TestFramework.java:247)
at compiler.loopopts.superword.TestEquivalentInvariants.main(TestEquivalentInvariants.java:71)
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:333)
at java.base/java.lang.Thread.run(Thread.java:1447)
JavaTest Message: Test threw exception: compiler.lib.ir_framework.driver.TestVMException
JavaTest Message: shutting down test
ErrorAgent error: java.lang.Exception: Agent 49 timed out with a timeout of 1920 seconds; check console log for any additional details
- relates to
-
JDK-8343685 C2 SuperWord: refactor VPointer with MemPointer
- Resolved