JDK-8054987 : (reflect) Add sharing of annotations between instances of Executable
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang:reflect
  • Affected Version: 7,8,9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-08-13
  • Updated: 2015-06-04
  • Resolved: 2014-09-11
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 JDK 9
8u40 b06Fixed 9Fixed
Related Reports
Relates :  
Description
Instances of Constructor/Method representing the same executable can share the LinkedHashMap of annotations between them.

This is a partial solution to jdk-8030126 . Sharing of String instances between instances representing _different_ executables is not addressed in this issue.