JDK-8164819 : Make javac's toString() on annotation objects consistent with core reflection
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-08-25
  • Updated: 2024-02-01
  • Resolved: 2019-06-13
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 b02Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Sub Tasks
JDK-8238892 :  
Description
Various improvements were made to the toString output of annotation objects in core reflection (JDK-8162817, JDK-5040830).

For consistency, the toString() output for annotation objects inside of javac should be made consistent with the core reflection changes.
Comments
URL: http://hg.openjdk.java.net/jdk/jdk/rev/761b86d5563d User: darcy Date: 2019-06-13 18:51:04 +0000
13-06-2019

Review threads: https://mail.openjdk.java.net/pipermail/compiler-dev/2019-June/013427.html https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-June/060592.html
03-06-2019