JDK-8036569 : java/lang/invoke/MethodHandles/TestCatchException.java starts failing after JDK-8027827
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-03-04
  • Updated: 2014-03-04
  • Resolved: 2014-03-04
Related Reports
Duplicate :  
Description
java/lang/invoke/MethodHandles/TestCatchException.java 
testVarargsCollector was introduced in JDK-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


Comments
Duplicate of JDK-8036117
04-03-2014