JDK-6560980 : [Fmt-Da] DateFormatSymbols.cacheLookup doesn't update cache correctly.
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.text
  • Affected Version: 6,7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-05-23
  • Updated: 2011-02-11
  • Resolved: 2010-11-11
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.

To download the current JDK release, click here.
JDK 6 JDK 7
6u27Fixed 7 b118Fixed
Related Reports
Duplicate :  
Description
When a SoftReference returns null, it doesn't cache a ResourceBundle.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/build/jdk/rev/4a29a9ff158c
04-12-2010

EVALUATION DateFormatSymbols cache has been rewritten after all. It now caches DateFormatSymbols instances rather than ResourceBundle instances.
20-10-2010

EVALUATION Call cachedLocaleData.put(desiredLocale, data) after line 596.
23-05-2007