-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
8-repo-lambda
TESTFAIL:java/lang/invoke/MethodHandlesTest.java
java/lang/invoke/MethodHandlesTest.java
#section:junit
----------messages:(3/312)----------
command: junit -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies -esa test.java.lang.invoke.MethodHandlesTest
reason: User specified action: run junit/othervm/timeout=2500 -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies -esa test.java.lang.invoke.MethodHandlesTest
elapsed time (seconds): 6.938
----------System.out:(0/0)----------
----------System.err:(15/977)----------
JavaTest Message: JUnit Failure: testAsInterfaceInstance(test.java.lang.invoke.MethodHandlesTest): Failed to throw on test.java.lang.invoke.MethodHandlesTest$PrivateRunnable
java.lang.Exception: JUnit test failure
at com.sun.javatest.regtest.JUnitAction$JUnitRunner.main(JUnitAction.java:98)
at com.sun.javatest.regtest.JUnitAction$JUnitRunner.main(JUnitAction.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:487)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
JavaTest Message: Test threw exception: java.lang.Exception: JUnit test failure
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Exception: JUnit test failure
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: JUnit test failure
test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: JUnit test failure
Test pass in tl nightly but fail in lambda nightly
java/lang/invoke/MethodHandlesTest.java
#section:junit
----------messages:(3/312)----------
command: junit -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies -esa test.java.lang.invoke.MethodHandlesTest
reason: User specified action: run junit/othervm/timeout=2500 -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies -esa test.java.lang.invoke.MethodHandlesTest
elapsed time (seconds): 6.938
----------System.out:(0/0)----------
----------System.err:(15/977)----------
JavaTest Message: JUnit Failure: testAsInterfaceInstance(test.java.lang.invoke.MethodHandlesTest): Failed to throw on test.java.lang.invoke.MethodHandlesTest$PrivateRunnable
java.lang.Exception: JUnit test failure
at com.sun.javatest.regtest.JUnitAction$JUnitRunner.main(JUnitAction.java:98)
at com.sun.javatest.regtest.JUnitAction$JUnitRunner.main(JUnitAction.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:487)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
JavaTest Message: Test threw exception: java.lang.Exception: JUnit test failure
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Exception: JUnit test failure
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: JUnit test failure
test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: JUnit test failure
Test pass in tl nightly but fail in lambda nightly
- relates to
-
JDK-8023004 JSR 292: java.lang.RuntimeException: Original target method was called.
- Resolved