RFR: 8281631: HashMap copy constructor and putAll can over-allocate table [v25]

XenoAmess duke at openjdk.java.net
Fri Mar 4 18:21:06 UTC 2022


On Fri, 4 Mar 2022 17:43:25 GMT, liach <duke at openjdk.java.net> wrote:

> nitpick for the test code: for better performance, move method handle and var handle to static final fields so the jvm can run faster

will do it when we really migrate this test, but it should be done in another pr when I add WeakHashMap's table's delay creation mechenism.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7431


More information about the core-libs-dev mailing list