JDK-8226314 : com.sun.source support for records
  • Type: Sub-task
  • Component: tools
  • Sub-Component: javac
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-06-18
  • Updated: 2019-12-13
  • Resolved: 2019-12-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.
JDK 14
14 b27Fixed
Related Reports
Blocks :  
Description
com.sun.source.tree will need to be updated.

e.g. 
new Tree.Kind for RECORD
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/8e76f81d057a User: vromero Date: 2019-12-04 21:06:04 +0000
04-12-2019

There's probably not much to do here, since it has either been done, or is being done to unblock javadoc support.
02-08-2019