On Sat, 2 Apr 2022 22:46:19 GMT, XenoAmess <[email protected]> wrote:
>> 8186958: Need method to create pre-sized HashMap
>
> XenoAmess has updated the pull request incrementally with one additional
> commit since the last revision:
>
> revert changes in jdk.compile
src/java.base/share/classes/java/util/LinkedHashMap.java line 792:
> 790:
> 791: /**
> 792: * Creates a new, empty LinkedHashMap suitable for the expected
> number of mappings.
Adjust wording here to read,
Creates a new, empty, insertion-ordered LinkedHashMap suitable...
I've used this wording in the CSR.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7928