Integrated: 8292596: Make SymbolHashMap a ResourceHashtable

Coleen Phillimore coleenp at openjdk.org
Mon Aug 22 18:46:40 UTC 2022


On Thu, 18 Aug 2022 11:41:14 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> Please review this straightforward change to use ResourceHashtable for SymbolHashMap, which is used by the Class File Reconstituter.  The table maps Symbol* to constant pool indices for loaded classes (Symbol refcounting unnecessary as the class is not unloaded because it's in use).
> Tested with jvmti tests locally and tier 1-3.

This pull request has now been integrated.

Changeset: 8e8ee4b6
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8e8ee4b6f22657a7efba8d7998f3c309f334a086
Stats:     172 lines in 4 files changed: 16 ins; 142 del; 14 mod

8292596: Make SymbolHashMap a ResourceHashtable

Reviewed-by: hseigel, dholmes

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

PR: https://git.openjdk.org/jdk/pull/9917


More information about the hotspot-dev mailing list