RFR: JDK-8261334: NMT: tuning statistic shows incorrect hash distribution [v2]

Zhengyu Gu zgu at openjdk.java.net
Mon Feb 8 17:50:43 UTC 2021


On Mon, 8 Feb 2021 16:28:07 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> src/hotspot/share/services/memTracker.cpp line 187:
>> 
>>> 185:     }
>>> 186: #ifdef ASSERT
>>> 187:     tuning_statistics(output);
>> 
>> This is irrelevant.  tuning_statistics() is undocumented and should not advertise (at least, it was the decision then).
>> 
>> Otherwise, looks good.
>
> Okay, I remove it before pushing. Thank you.

Thanks.

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

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


More information about the hotspot-runtime-dev mailing list