JDK-7200341 : DateFormatSymbols.hashCode() throws ArrayIndexOutOfBoundsException in some circumstances
Type:Bug
Component:core-libs
Sub-Component:java.text
Affected Version:8
Priority:P2
Status:Closed
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2012-09-22
Updated:2012-12-05
Resolved:2012-10-09
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.
DateFormatSymbols.hashCode() method implementation has some assumption about available zone strings. The assumption could be wrong after recent changes. See comments.