Nathan, Do you have any problems with applying the https://issues.apache.org/jira/browse/HARMONY-4064 patch to the WeakHashMap?
Thanks, Sergey. On Fri, Apr 18, 2008 at 11:21 PM, Aleksey Shipilev < [EMAIL PROTECTED]> wrote: > Ok, let's start over. Current implementation of *HM does not guarantee > the storage size is 2^k. On the other hand such the requirement is the > _prerequisite_ for performance optimization done in the patch. Thus > the rounding code is the essential part of the patch and can't be > removed. Removal of this code will lead to performance degradations. > We can inline this method into computeCapacity for convenience reasons > (I'm sorry now I hadn't done that already). > > Is there any problem with my arguments? > > Thanks, > Aleksey. > > On Fri, Apr 18, 2008 at 11:14 PM, Nathan Beyer <[EMAIL PROTECTED]> wrote: > > I think the capacity calculation should be removed from the patch. It's > NOT > > the performance boost, correct? >
