On Mon, 12 Dec 2022 00:44:29 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> 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. For clarity `clear()` is also called from `JvmtiTagMap::clear()` ------------- PR: https://git.openjdk.org/jdk/pull/11288