JDK-7040590 : Intersection types: membership of intersection types in unspecified in some cases
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 7
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: unknown
  • Submitted: 2011-04-29
  • Updated: 2014-02-04
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.
Other
tbd_majorUnresolved
Related Reports
Relates :  
Relates :  
Relates :  
Description
There have been a number of cases in which a mix of intersection types and wildcards led to compiler crashes - this seems to be related to a lack of specification of intersection types membership that is addressed by the spec CR 7034922.

Javac should be updated to implement the new rules.