-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2, 5.0
-
rc
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2132898 | 5.0u7 | Yuka Kamiya | P2 | Resolved | Fixed | b02 |
Date.toString was improved by eliminating static GregorianCalendar and SimpleDateFormat instances. However, it calls TimeZone.getDisplayName to get an abbreviation of a time zone. In the getDisplayName implementation, it uses a HashMap with synchronization. The HashMap should be replaced with a ConcurrentHashMap to improve concurrency.
###@###.### 2005-05-17 10:37:45 GMT
###@###.### 2005-05-17 10:37:45 GMT
- backported by
-
JDK-2132898 (tz) TimeZone.getDisplayName should use ConcurrentMap for caching display names
- Resolved
- relates to
-
JDK-5073554 java.util.Date is a performance bottleneck
- Closed