Re: 8010309 : PlatformLogger: isLoggable performance / waste due to HashMap leads to Integer allocations (boxing)

2013-03-21 Thread Holger Hoffstaette
On Thu, 21 Mar 2013 12:12:07 +0100, Laurent Bourgès wrote: [..] > FYI, I removed completely the Map levelObjects and used > two arrays to perform the PlatformLogger's level (int) to j.u.l.Level > mapping: [..] FWIW I know of at least one (quite old) project that declares custom j.u.l. Levels and

Re: 8010309 : PlatformLogger: isLoggable performance / waste due to HashMap leads to Integer allocations (boxing)

2013-03-21 Thread Holger Hoffstaette
On Thu, 21 Mar 2013 13:39:19 +, David M. Lloyd wrote: > On 3/21/13 12:04 PM, Holger Hoffstaette wrote: >> On Thu, 21 Mar 2013 12:12:07 +0100, Laurent Bourgès wrote: >> >> [..] >>> FYI, I removed completely the Map levelObjects and >>> used two arrays to