-
Enhancement
-
Resolution: Fixed
-
P3
-
1.2.0
-
1.2beta4
-
sparc
-
solaris_2.5.1
-
Not verified
Name: ccC48265 Date: 12/23/97
Would it be possible to unsynchonize the method in java.util.ResourceBundle?
i.e.
private static synchronized ResourceBundle
getBundle(String baseName, Locale locale, ClassLoader loader)
throws MissingResourceException
We noticed in our server-side app that this can be a hot point of contention
if one is allocating a lote of Date or formatting objects that require
ResourceBundles.
Maybe it would be possible to break this method down in sub-parts that
require synchronization and allow the "main execution" flow to go through
unsynchronized.
(Review ID: 22361)
======================================================================