-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
9
java/lang/invoke/MethodHandles/TestCatchException.java
testVarargsCollector was introduced inJDK-8027827, but this testcase failed on all platforms.
----------System.err:(13/802)----------
JavaTest Message: JUnit Failure: testVarargsCollector(test.java.lang.invoke.TestCatchException): expected:<[Ljava.lang.Object;@f0bff8> but was:<[Ljava.lang.Object;@f3efd5>
java.lang.Exception: JUnit test failure
at com.sun.javatest.regtest.JUnitAction$JUnitRunner.main(JUnitAction.java:104)
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:484)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:754)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.Exception
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: JUnit test failure
testVarargsCollector was introduced in
----------System.err:(13/802)----------
JavaTest Message: JUnit Failure: testVarargsCollector(test.java.lang.invoke.TestCatchException): expected:<[Ljava.lang.Object;@f0bff8> but was:<[Ljava.lang.Object;@f3efd5>
java.lang.Exception: JUnit test failure
at com.sun.javatest.regtest.JUnitAction$JUnitRunner.main(JUnitAction.java:104)
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:484)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:754)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.Exception
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: JUnit test failure
- duplicates
-
JDK-8036117 MethodHandles.catchException doesn't handle VarargsCollector right (8034120 failed)
-
- Resolved
-