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

Leonid Mesnik lmesnik at openjdk.org
Fri Apr 4 16:06:49 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.

Thanks for addressing the comments.

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

Marked as reviewed by lmesnik (Reviewer).

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


More information about the hotspot-dev mailing list