JDK-8035758 : Move annotation codepaths from MemberEnter.java to Annotate.java
Type:Sub-task
Component:tools
Sub-Component:javac
Affected Version:8,9
Priority:P5
Status:Closed
Resolution:Fixed
Submitted:2014-02-25
Updated:2018-05-24
Resolved:2014-02-25
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.
The annotation and type annotation codepaths that currently reside in MemberEnter.java would be better off in Annotate.java.
This is purely a code-cleanup enhancement, and should not affect observed behavior in any way.