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

Coleen Phillimore coleenp at openjdk.org
Wed Apr 9 17:45:32 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.

Thank you for the code reviews Leonid and Matias.

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

PR Comment: https://git.openjdk.org/jdk/pull/24383#issuecomment-2790490566


More information about the hotspot-dev mailing list