Re: RFR: 8186958: Need method to create pre-sized HashMap [v14]

2022-04-13 Thread XenoAmess
On Wed, 13 Apr 2022 04:24:41 GMT, Stuart Marks wrote: > I've done some work on add test cases for these new static factory methods, > and I've also added API notes to the capacity-based constructors to link to > the new factory methods. Note that even though these are javadoc changes, the > AP

Re: RFR: 8186958: Need method to create pre-sized HashMap [v14]

2022-04-12 Thread Stuart Marks
On Sun, 10 Apr 2022 20:28:16 GMT, XenoAmess wrote: >> 8186958: Need method to create pre-sized HashMap > > XenoAmess has updated the pull request with a new target base due to a merge > or a rebase. The pull request now contains 17 commits: > > - Merge branch 'master' into fix_8186958 > - var

Re: RFR: 8186958: Need method to create pre-sized HashMap [v14]

2022-04-10 Thread XenoAmess
> 8186958: Need method to create pre-sized HashMap XenoAmess has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 17 commits: - Merge branch 'master' into fix_8186958 - variable nameToReferenceSize rename to moduleCount - use (double) D