RFR: 8292741: Convert JvmtiTagMapTable to ResourceHashtable [v7]
David Holmes
dholmes at openjdk.org
Mon Dec 12 01:00:58 UTC 2022
On Mon, 28 Nov 2022 01:23:10 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8292741: Convert JvmtiTagMapTable to ResourceHashtable
>
> src/hotspot/share/prims/jvmtiTagMapTable.cpp line 88:
>
>> 86: }
>> 87:
>> 88: JvmtiTagMapTable::~JvmtiTagMapTable() {
>
> Is this the only use of `clear`? If so we can just inline its code here and remove it from the API.
This issue is not resolved.
-------------
PR: https://git.openjdk.org/jdk/pull/11288
More information about the hotspot-dev
mailing list