RFR: JDK-8293313: NMT: Rework MallocLimit [v2]

Thomas Stuefe stuefe at openjdk.org
Mon Jan 16 16:35:14 UTC 2023


On Mon, 16 Jan 2023 14:19:23 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

>> Thomas Stuefe has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>> 
>>  - Merge branch 'master' into JDK-8293313-NMT-fake-oom
>>  - MallocLimit
>
> test/hotspot/gtest/nmt/test_nmt_malloclimit.cpp line 57:
> 
>> 55: 
>> 56: static void test(const char* s, const MallocLimitSet& expected) {
>> 57: //  LOG_HERE("%s", s);
> 
> Seems like a left over from development.

I often leave these in at neuralgic points to quickly analyze problems, they use the LOG_HERE macro in testutils.hpp. But I can remove it.

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

PR: https://git.openjdk.org/jdk/pull/11371


More information about the hotspot-dev mailing list