RFR: 8337217: Port VirtualMemoryTracker to use VMATree [v21]
Afshin Zafari
azafari at openjdk.org
Fri Feb 21 11:09:50 UTC 2025
On Mon, 10 Feb 2025 14:03:30 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
>> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fixed merge problems
>
> src/hotspot/share/nmt/memReporter.cpp line 192:
>
>> 190: }
>> 191:
>> 192: void MemSummaryReporter::report_summary_of_tag(MemTag mem_tag,
>
> Move out into mainline PR
Fixed in commit "missed flag/tag -> type" (7640108).
> src/hotspot/share/nmt/memReporter.cpp line 538:
>
>> 536: // thread stack is reported as part of thread category
>> 537: if (mem_tag == mtThreadStack) continue;
>> 538: diff_summary_of_tag(mem_tag,
>
> Move out into mainline PR
Fixed in commit "missed flag/tag -> type" (7640108).
> src/hotspot/share/nmt/memReporter.cpp line 608:
>
>> 606:
>> 607:
>> 608: void MemSummaryDiffReporter::diff_summary_of_tag(MemTag mem_tag,
>
> Move out into mainline PR
Fixed in commit "missed flag/tag -> type" (7640108).
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20425#discussion_r1965299486
PR Review Comment: https://git.openjdk.org/jdk/pull/20425#discussion_r1965299728
PR Review Comment: https://git.openjdk.org/jdk/pull/20425#discussion_r1965299979
More information about the hotspot-dev
mailing list