JDK-8027730 : Fix release-8 type visitors to support intersection types
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-11-01
  • Updated: 2024-04-16
  • Resolved: 2013-11-08
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 Other
8 b117Fixed port-stage-ppc-aixFixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
When support for intersection types was first added to JDK 8 (JDK- 8002099), the release 8 associated type visitors in javax.lang.model.util were not updated with an overridden visitIntersection method which did not call visit unknown.

Such version-specific methods need to be added.
Comments
Verified in b117
03-12-2013

URL: http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/e39bd9401ea5 User: lana Date: 2013-11-19 18:03:03 +0000
19-11-2013

URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/e39bd9401ea5 User: darcy Date: 2013-11-08 04:12:11 +0000
08-11-2013

Thanks for providing the test. Agree to push the fix.
06-11-2013