-
Bug
-
Resolution: Fixed
-
P3
-
10
-
b36
ctw tests might intermittently fail w/ 'Unexpected zero exit codebefore finishing all compilations.' error message.
e.g. java_xml test failed w/
----------System.err:(25/1755)----------
There were 1 errors:[
java.lang.Error: modules_java_xml_0: Unexpected zero exit codebefore finishing all compilations. lastClass[2211] != classCount[2212]
at sun.hotspot.tools.ctw.CtwRunner.startCtwforAllClasses(CtwRunner.java:141)
at sun.hotspot.tools.ctw.CtwRunner.run(CtwRunner.java:89)
at sun.hotspot.tools.ctw.CtwRunner.main(CtwRunner.java:59)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:230)
at java.base/java.lang.Thread.run(Thread.java:844)
java.lang.AssertionError: There were 1 errors:[{modules_java_xml_0: Unexpected zero exit codebefore finishing all compilations. lastClass[2211] != classCount[2212]}]
at sun.hotspot.tools.ctw.CtwRunner.run(CtwRunner.java:104)
at sun.hotspot.tools.ctw.CtwRunner.main(CtwRunner.java:59)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:230)
at java.base/java.lang.Thread.run(Thread.java:844)
e.g. java_xml test failed w/
----------System.err:(25/1755)----------
There were 1 errors:[
java.lang.Error: modules_java_xml_0: Unexpected zero exit codebefore finishing all compilations. lastClass[2211] != classCount[2212]
at sun.hotspot.tools.ctw.CtwRunner.startCtwforAllClasses(CtwRunner.java:141)
at sun.hotspot.tools.ctw.CtwRunner.run(CtwRunner.java:89)
at sun.hotspot.tools.ctw.CtwRunner.main(CtwRunner.java:59)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:230)
at java.base/java.lang.Thread.run(Thread.java:844)
java.lang.AssertionError: There were 1 errors:[{modules_java_xml_0: Unexpected zero exit codebefore finishing all compilations. lastClass[2211] != classCount[2212]}]
at sun.hotspot.tools.ctw.CtwRunner.run(CtwRunner.java:104)
at sun.hotspot.tools.ctw.CtwRunner.main(CtwRunner.java:59)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:230)
at java.base/java.lang.Thread.run(Thread.java:844)
- relates to
-
JDK-8207922 ctw of jdk.security.auth failed with "Unexpected zero exit codebefore finishing all compilations"
-
- Closed
-