RFR: 8292596: Make SymbolHashMap a ResourceHashtable [v2]

Harold Seigel hseigel at openjdk.org
Thu Aug 18 19:02:38 UTC 2022


On Thu, 18 Aug 2022 15:28:29 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.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove comment.

Changes look good!
Thanks, Harold

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

Marked as reviewed by hseigel (Reviewer).

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


More information about the hotspot-dev mailing list