bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/23952] java.util.ResourceBundle should use a more sophist


From: tromey at gcc dot gnu dot org
Subject: [Bug classpath/23952] java.util.ResourceBundle should use a more sophisticated cache mechanism
Date: 1 Oct 2005 19:00:42 -0000

------- Additional Comments From tromey at gcc dot gnu dot org  2005-10-01 
19:00 -------
There was a thread about this on the classpath list.
A weak map is not appropriate since it will cause immediately
collection of the bundles.  A map using soft references might
work ok.  Or, a simple bounded-size LRU cache would also be ok.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-01 19:00:36
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23952




reply via email to

[Prev in Thread] Current Thread [Next in Thread]