RFR: 8292596: Make SymbolHashMap a ResourceHashtable

Coleen Phillimore coleenp at openjdk.org
Thu Aug 18 11:50:00 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.

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

Commit messages:
 - Use ResourceHashtable for SymbolHashMap for class file reconstitutor

Changes: https://git.openjdk.org/jdk/pull/9917/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9917&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8292596
  Stats: 132 lines in 2 files changed: 0 ins; 122 del; 10 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