On Tue, 10 Jan 2023 23:36:37 GMT, Coleen Phillimore <cole...@openjdk.org> wrote:
>> Afshin Zafari has updated the pull request incrementally with three >> additional commits since the last revision: >> >> - 8292741: Convert JvmtiTagMapTable to ResourceHashtable >> - 8292741: Convert JvmtiTagMapTable to ResourceHashtable >> - 8292741: Convert JvmtiTagMapTable to ResourceHashtable > > src/hotspot/share/prims/jvmtiTagMap.cpp line 195: > >> 193: JvmtiTagMap* _tag_map; >> 194: JvmtiTagMapTable* _hashmap; >> 195: bool _entry_found; > > is this used? It isn't used. Removed. ------------- PR: https://git.openjdk.org/jdk/pull/11288