On Wed, 15 Apr 2026 23:07:56 GMT, Leonid Mesnik <[email protected]> wrote:
> The check_hashmap(nullptr) doesn't do anything now. > It was used to rehash map but now just returns. > > And the remaining usage can be replaced with direct call of > remove_dead_entries_locked. > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). Just chiming in: you can run a lot of frequent major GCs with ZGC using: -XX:+UseZGC -XX:+ZCollectionIntervalOnly -XX:ZCollectionIntervalMajor=0.001 ------------- PR Comment: https://git.openjdk.org/jdk/pull/30757#issuecomment-4280686590
