RFR: 7113878: LogManager - namedLoggers should be ConcurrentHashMap instead of Hashtable

Martin Buchholz martinrb at google.com
Fri Mar 27 20:12:24 UTC 2015


Random advice - the default concurrency level of ConcurrentHashMap is 16,
and that is almost always more than needed, probably also including here.



More information about the core-libs-dev mailing list