JDK-6743107 : clean up use of static caches in file manager
Type:Bug
Component:tools
Sub-Component:javac
Affected Version:7
Priority:P3
Status:Closed
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2008-08-29
Updated:2011-05-18
Resolved:2011-05-18
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 performance work on the file manager introduced several static caches into the file manager code. These caches should be aggregated into a cache abstraction accessed via the Context.
Comments
EVALUATION
New classes FSInfo (direct access) and CacheFSInfo (cached access)