-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 18, 19, 20
-
b05
ClearDirectivesFileStackTest was excluded in JDK-8225370, but this problem does not occurs on Windows 10 x86_64 in JDK19. However, another exception occurs.
java.lang.RuntimeException: Expected to get exit value of [0]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:489)
at compiler.compilercontrol.share.scenario.Scenario.execute(Scenario.java:118)
at compiler.compilercontrol.jcmd.ClearDirectivesFileStackTest.test(ClearDirectivesFileStackTest.java:88)
at compiler.compilercontrol.jcmd.ClearDirectivesFileStackTest.main(ClearDirectivesFileStackTest.java:61)
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.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:1596)
java.lang.RuntimeException: Expected to get exit value of [0]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:489)
at compiler.compilercontrol.share.scenario.Scenario.execute(Scenario.java:118)
at compiler.compilercontrol.jcmd.ClearDirectivesFileStackTest.test(ClearDirectivesFileStackTest.java:88)
at compiler.compilercontrol.jcmd.ClearDirectivesFileStackTest.main(ClearDirectivesFileStackTest.java:61)
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.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:1596)