JDK-8023795 : java/lang/reflect/Generics/Probe.java needs update for api changes
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:collections
  • Affected Version: 8-repo-lambda
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-08-27
  • Updated: 2014-07-07
  • Resolved: 2013-08-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Fixed
Related Reports
Relates :  
Description
TESTFAIL:java/lang/reflect/Generics/Probe.java

Test java/lang/reflect/Generics/Probe.java failed in lambda nightly since 2013-08-24:

----------System.err:(14/713)----------
java.lang.ClassNotFoundException: java/util/LinkedHashMap$EntryIterator
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:339)
	at Probe.main(Probe.java:64)
	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:491)
	at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:746)
	at java.lang.Thread.run(Thread.java:724)

JavaTest Message: Test threw exception: java.lang.ClassNotFoundException
JavaTest Message: shutting down test

result: Failed. Execution failed: `main' threw exception: java.lang.ClassNotFoundException: java/util/LinkedHashMap$EntryIterator

Test needs update for api changes in 
http://hg.openjdk.java.net/lambda/lambda/jdk/rev/41f8f1d8451a
Comments
http://hg.openjdk.java.net/lambda/lambda/jdk/rev/b1e1b93ea1b5
27-08-2013

It's probably best to just update this test as part of bringing in Doug's HashMap implementation, should be caught by JPRT too.
27-08-2013