JDK-8042239 : javac: TreeMaker.Type(Type t) does not handle UnionClassType
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2014-04-30
  • Updated: 2014-07-17
  • Resolved: 2014-07-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 9
9 b23Fixed
Related Reports
Relates :  
Description
When encountering a union it builds a tree for the LUB since that is the base class functionality.  
Comments
As back-up, here are the three files with the changes applied.
30-04-2014

Attached proposed fix
30-04-2014