RFR [9 ] 8149656: Examine usages of sun.misc.LRUCache
ecki at zusammenkunft.net
ecki at zusammenkunft.net
Fri Feb 12 16:05:03 UTC 2016
Since it is only implemented with one anonymous class you could also think about making it a concrete PatternLRUCache
--
http://bernd.eckenfels.net
-----Original Message-----
From: Chris Hegarty <chris.hegarty at oracle.com>
To: Core-Libs-Dev <core-libs-dev at openjdk.java.net>
Sent: Fr., 12 Feb. 2016 16:55
Subject: RFR [9 ] 8149656: Examine usages of sun.misc.LRUCache
sun.misc.LRUCache is a utility class for implementing Least Recently
Used Caches. It is only used by j.u.Scanner in the JDK. It should be
relocated to a more suitable location, possibly an inner class of
Scanner.
http://cr.openjdk.java.net/~chegar/8149656/
-Chris.
More information about the core-libs-dev
mailing list