RFR: 8284532: Memory leak in BitSet::BitMapFragmentTable in JFR leak profiler [v2]

Zhengyu Gu zgu at openjdk.java.net
Thu Apr 7 18:48:25 UTC 2022


On Thu, 7 Apr 2022 18:14:16 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Zhengyu Gu has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Thomas's comment
>
> src/hotspot/share/jfr/leakprofiler/chains/bitset.cpp line 41:
> 
>> 39:       }
>> 40:     }
>> 41:     free_buckets();
> 
> Doesn't ~BasicHashtable do free_buckets already?

Right. FIxed.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8148


More information about the hotspot-jfr-dev mailing list