JDK-7025468 : Tests using diamond with anonymous inner classes needs to be reverted
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-03-08
  • Updated: 2011-04-06
  • Resolved: 2011-04-06
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 7
7 b134Fixed
Related Reports
Relates :  
Relates :  
Description
The following tests currently do not compile in the jdk7/tl forest:

jdk/test/java/util/PriorityQueue/NoNulls.java
jdk/test/java/nio/file/DirectoryStream/Basic.java

Comments
EVALUATION Tests need to be updated to not use diamond with anonymous inner classes.
08-03-2011