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). I'm okay with this fix in general. But this code has a history to be fragile. What tests did you run for this? ------------- Marked as reviewed by sspitsyn (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/30757#pullrequestreview-4126632506
