RFR: 8292596: Make SymbolHashMap a ResourceHashtable [v2]

Coleen Phillimore coleenp at openjdk.org
Thu Aug 18 15:28:29 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:

  Remove comment.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/9917/files
  - new: https://git.openjdk.org/jdk/pull/9917/files/803f8a2e..c0f966bb

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9917&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9917&range=00-01

  Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 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