Integrated: 8349007: The jtreg test ResolvedMethodTableHash takes excessive time
Coleen Phillimore
coleenp at openjdk.org
Wed Apr 9 17:45:33 UTC 2025
On Wed, 2 Apr 2025 17:28:12 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).
This pull request has now been integrated.
Changeset: 6352ee1a
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6352ee1a6e55e428db0eca97ecf8125770dc4a08
Stats: 80 lines in 2 files changed: 29 ins; 2 del; 49 mod
8349007: The jtreg test ResolvedMethodTableHash takes excessive time
Reviewed-by: lmesnik, matsaave
-------------
PR: https://git.openjdk.org/jdk/pull/24383
More information about the hotspot-dev
mailing list