-
Bug
-
Resolution: Unresolved
-
P4
-
17, 19
-
x86_64
-
windows
Not clear whether the InterruptedException is an artifact of the timeout handler:
java.lang.Error: Execution failed: null
at compiler.compilercontrol.share.scenario.Executor.execute(Executor.java:110)
at compiler.compilercontrol.share.scenario.Scenario.execute(Scenario.java:114)
at compiler.compilercontrol.share.SingleCommand.test(SingleCommand.java:54)
at compiler.compilercontrol.directives.PrintTest.main(PrintTest.java:45)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:1585)
Caused by: java.lang.InterruptedException
at java.base/java.lang.ProcessImpl.waitFor(ProcessImpl.java:574)
at jdk.test.lib.process.ProcessTools.executeProcess(ProcessTools.java:514)
at jdk.test.lib.process.ProcessTools.executeProcess(ProcessTools.java:485)
at jdk.test.lib.process.ProcessTools.executeProcess(ProcessTools.java:472)
at jdk.test.lib.process.ProcessTools.executeTestJvm(ProcessTools.java:452)
at compiler.compilercontrol.share.scenario.Executor.execute(Executor.java:108)
... 7 more
There are also issues with Windows machines at the moment and that might also be related.
java.lang.Error: Execution failed: null
at compiler.compilercontrol.share.scenario.Executor.execute(Executor.java:110)
at compiler.compilercontrol.share.scenario.Scenario.execute(Scenario.java:114)
at compiler.compilercontrol.share.SingleCommand.test(SingleCommand.java:54)
at compiler.compilercontrol.directives.PrintTest.main(PrintTest.java:45)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:1585)
Caused by: java.lang.InterruptedException
at java.base/java.lang.ProcessImpl.waitFor(ProcessImpl.java:574)
at jdk.test.lib.process.ProcessTools.executeProcess(ProcessTools.java:514)
at jdk.test.lib.process.ProcessTools.executeProcess(ProcessTools.java:485)
at jdk.test.lib.process.ProcessTools.executeProcess(ProcessTools.java:472)
at jdk.test.lib.process.ProcessTools.executeTestJvm(ProcessTools.java:452)
at compiler.compilercontrol.share.scenario.Executor.execute(Executor.java:108)
... 7 more
There are also issues with Windows machines at the moment and that might also be related.