RFR: 8292596: Make SymbolHashMap a ResourceHashtable [v3]
Coleen Phillimore
coleenp at openjdk.org
Fri Aug 19 13:53:25 UTC 2022
> 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:
review comments
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9917/files
- new: https://git.openjdk.org/jdk/pull/9917/files/c0f966bb..da82d26c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9917&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9917&range=01-02
Stats: 3 lines in 2 files changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/9917.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9917/head:pull/9917
PR: https://git.openjdk.org/jdk/pull/9917
More information about the hotspot-dev
mailing list