RFR: 8349007: The jtreg test ResolvedMethodTableHash takes excessive time [v2]

Matias Saavedra Silva matsaave at openjdk.org
Tue Apr 8 18:29:25 UTC 2025


On Thu, 3 Apr 2025 20:45:50 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> This is mostly test change.  ResolvedMethodTableHash.java is run /manual but still takes a long time and doesn't really verify that the hash code is any good.  This add logging, triggers concurrent work like other ConcurrentHashtables, and checks that a small table is not rehashed.
>> Tested with tier1 (including test).
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix indent and hardcode 1001 loops.

The change looks good!
Edit: I had the same question as Leonid and didn't notice that you had already answered it. Thanks!

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

Marked as reviewed by matsaave (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/24383#pullrequestreview-2751039401


More information about the hotspot-dev mailing list