JDK-6271375 : DateFormatSymbols should initialize zoneStrings array when needed
Type:Enhancement
Component:core-libs
Sub-Component:java.util:i18n
Affected Version:6
Priority:P3
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2005-05-17
Updated:2017-05-16
Resolved:2005-08-15
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.
Creating a DateFormatSymbols instance always initializes the zoneStrings array, which contains the localized time zone names for all zone IDs. This should be done when it is actually needed.
###@###.### 2005-05-17 02:05:51 GMT
Comments
EVALUATION
Needs to initialize zoneStrings lazily, which requires to implement writeObject() for the backward compatibility.
###@###.### 2005-06-21 00:43:56 GMT