JDK-6899607 : Update java.util.prefs.FileSystemPreferences to use PlatformLogger
Type:Bug
Component:core-libs
Sub-Component:java.util
Affected Version:7
Priority:P4
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2009-11-10
Updated:2010-05-08
Resolved:2009-11-24
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.
src/windows/classes/java/util/prefs/WindowsPreferences.java was modified to use sun.util.logging.PlatformLogger in the fix for 6882376.
Need to update src/solaris/classes/java/util/prefs/FileSystemPreferences.java to do the same.
Comments
EVALUATION
This fix will eliminate the residual dependency from prefs to logging.