-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b89
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142831 | emb-9 | Andreas Lundblad | P2 | Resolved | Fixed | team |
Test tools/sjavac/IncCompInheritance.java start to fail after:
http://hg.openjdk.java.net/jdk9/dev/langtools/rev/27da0c3ac83a
http://scaaa008.us.oracle.com:9502/runs/00955/955289.JDK9-LANGTOOLS-NIGHTLY/955289.JDK9-LANGTOOLS-NIGHTLY-4/results/workDir/tools/sjavac/IncCompInheritance.jtr
Recompiling test class...
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at Wrapper.main(Wrapper.java:57)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError: Compilation succeeded unexpectedly
at IncCompInheritance.main(IncCompInheritance.java:72)
... 11 more
JavaTest Message: Test threw exception: java.lang.reflect.InvocationTargetException
RULE tools/sjavac/IncCompInheritance.java Exception java.lang.AssertionError: Compilation succeeded unexpectedly
RULE tools/sjavac/IncCompInheritance.java Exception java.lang.reflect.InvocationTargetException
http://hg.openjdk.java.net/jdk9/dev/langtools/rev/27da0c3ac83a
http://scaaa008.us.oracle.com:9502/runs/00955/955289.JDK9-LANGTOOLS-NIGHTLY/955289.JDK9-LANGTOOLS-NIGHTLY-4/results/workDir/tools/sjavac/IncCompInheritance.jtr
Recompiling test class...
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at Wrapper.main(Wrapper.java:57)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.AssertionError: Compilation succeeded unexpectedly
at IncCompInheritance.main(IncCompInheritance.java:72)
... 11 more
JavaTest Message: Test threw exception: java.lang.reflect.InvocationTargetException
RULE tools/sjavac/IncCompInheritance.java Exception java.lang.AssertionError: Compilation succeeded unexpectedly
RULE tools/sjavac/IncCompInheritance.java Exception java.lang.reflect.InvocationTargetException
- backported by
-
JDK-8142831 Test tools/sjavac/IncCompInheritance.java is failing
-
- Resolved
-