-
Bug
-
Resolution: Duplicate
-
P2
-
6u111
Testsuite name: j2se_java_rest
Test name(s): java/lang/reflect/Generics/Probe.java
Product(s) tested: JDK 6 u111 b06
OS/architecture: Linux x64
Error log file : Please see the attached jtr file
Reproducible: Always
Is it a Regression: Yes (Test passes for JDK 6 u105 b15 , passes for JDK 6 u105 b31 but fails for JDK 6 u111 b01 )
Regression introduced in release/build: JDK 6 u111 b01
Is it a platform specific issue: No ( Test fails for JDK 6 u111 b06 for solaris 11 x64 )
Exception/Error from Log:
java.lang.ClassNotFoundException: javax/crypto/SunJCE_c
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:252)
at Probe.main(Probe.java:48)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:682)
JavaTest Message: Test threw exception: java.lang.ClassNotFoundException: javax/crypto/SunJCE_c
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.ClassNotFoundException: javax/crypto/SunJCE_c
Test name(s): java/lang/reflect/Generics/Probe.java
Product(s) tested: JDK 6 u111 b06
OS/architecture: Linux x64
Error log file : Please see the attached jtr file
Reproducible: Always
Is it a Regression: Yes (Test passes for JDK 6 u105 b15 , passes for JDK 6 u105 b31 but fails for JDK 6 u111 b01 )
Regression introduced in release/build: JDK 6 u111 b01
Is it a platform specific issue: No ( Test fails for JDK 6 u111 b06 for solaris 11 x64 )
Exception/Error from Log:
java.lang.ClassNotFoundException: javax/crypto/SunJCE_c
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:252)
at Probe.main(Probe.java:48)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:682)
JavaTest Message: Test threw exception: java.lang.ClassNotFoundException: javax/crypto/SunJCE_c
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.ClassNotFoundException: javax/crypto/SunJCE_c
- duplicates
-
JDK-6873951 [TEST_BUG] test/java/lang/reflect/Generics/Probe.java fails
- Resolved