RFR: 8292741: Convert JvmtiTagMapTable to ResourceHashtable [v8]
Afshin Zafari
duke at openjdk.org
Wed Jan 11 09:40:23 UTC 2023
On Tue, 10 Jan 2023 23:36:37 GMT, Coleen Phillimore <coleenp at 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
More information about the serviceability-dev
mailing list