Integrated: 8191786: Thread-SMR hash table size should be dynamic

Daniel D.Daugherty dcubed at openjdk.java.net
Thu May 27 15:01:17 UTC 2021


On Mon, 24 May 2021 16:06:23 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

> Small change to switch Thread-SMR's hash table from ResourceHashtable to KVHashtable
> so that a variable sized hash table is used instead of a fixed size hash table (1031 elements).
> Also refactor common hash table size calculation code into static hash_table_size()
> function and call it from both places.
> 
> Test with Mach5 Tier[1-7] testing.

This pull request has now been integrated.

Changeset: 23189a1f
Author:    Daniel D. Daugherty <dcubed at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/23189a1f9de5e7c039a4f6b9e5eefe4fa3c6dcef
Stats:     16 lines in 1 file changed: 0 ins; 11 del; 5 mod

8191786: Thread-SMR hash table size should be dynamic

Reviewed-by: dholmes, rehn, coleenp, eosterlund

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

PR: https://git.openjdk.java.net/jdk/pull/4168


More information about the hotspot-runtime-dev mailing list