You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…tructor and putAll
Summary: ConcurrentHashMap::ConcurrentHashMap() -> putAll() -> tryPresize() -> transfer() does a lot of unnecessary work. There is nothing to transfer from the old table, since the table is just being initialized.
Testing: CI testing
Reviewers: lingjun-cg, yuleil
Issue: dragonwell-project#101
…tructor and putAll
Summary: ConcurrentHashMap::ConcurrentHashMap() -> putAll() -> tryPresize() -> transfer() does a lot of unnecessary work. There is nothing to transfer from the old table, since the table is just being initialized.
Testing: CI testing
Reviewers: lingjun-cg, yuleil
Issue: #101
Backport this patch to improve performance.
Check openjdk/jdk#17116 for more details.
The text was updated successfully, but these errors were encountered: