JDK-8009381 : Reduce space ovehead in core reflection introduced with type annotations
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang:reflect
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-03-04
  • Updated: 2014-02-05
  • Resolved: 2013-09-30
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
8Fixed
Related Reports
Relates :  
Relates :  
Sub Tasks
JDK-8009382 :  
JDK-8009719 :  
Description
As part of the work on core reflection for type annotations an additional field was added to j.l.reflect.Field, Method and Constructor to store the raw bytes for type annotations.

This field should be consolidated with the previous field for storing the raw byes for regular annotations.
Comments
Umbrella issue, setting noreg-other
30-09-2013

Both sub-tasks are done. Closing this.
30-09-2013

Last subtask out for review at core-libs dev
27-09-2013