On Mon, 28 Nov 2022 01:23:10 GMT, David Holmes <dhol...@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