RFR: 8292741: Convert JvmtiTagMapTable to ResourceHashtable [v10]
    David Holmes 
    dholmes at openjdk.org
       
    Mon Jan 16 23:21:22 UTC 2023
    
    
  
On Mon, 12 Dec 2022 00:44:29 GMT, David Holmes <dholmes at 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
    
    
More information about the hotspot-dev
mailing list