JDK-8202334 : Update javax.lang.model.util visitors for 11
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.lang.model
  • Affected Version: 11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-04-26
  • Updated: 2018-06-27
  • Resolved: 2018-05-02
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 11
11 b12Fixed
Related Reports
CSR :  
Relates :  
Description
In JDK 10, a new set of javax.lang.model utility visitors was *not* introduced. Instead, the existing visitors were updated to indicate they are appropriate for use for the 10 release as well. Without language changes requiring changes to the visitor API in 11, the existing visitor can be updated to indicate they are appropriate for releases 9 through 11.
Comments
Review thread: http://mail.openjdk.java.net/pipermail/compiler-dev/2018-April/011847.html
26-04-2018