On Thu, 26 Oct 2023 02:24:49 GMT, David Holmes wrote:
>> You can bind a non-const reference to a const one but not the other way.
>
> Sorry I was unclear: what is the advantage of a reference here? Is it just to
> avoid copying
@dholmes-ora Yes it helps avoid copying, especially if the copy con
> Analysts and supporters often use /proc/xx/maps to make sense of the memory
> footprint of a process.
>
> Interpreting the memory map correctly can help when used as a complement to
> other tools (e.g. NMT). There even exist tools out there that attempt to
> annotate the process memory map wi
On Fri, 27 Oct 2023 09:42:19 GMT, Johan Sjölen wrote:
>> Thomas Stuefe has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains four commits:
>>
>> - Merge master and solve merge conflicts
>> - small fixes
>> - start from VM op; show mo
> Analysts and supporters often use /proc/xx/maps to make sense of the memory
> footprint of a process.
>
> Interpreting the memory map correctly can help when used as a complement to
> other tools (e.g. NMT). There even exist tools out there that attempt to
> annotate the process memory map wi
On Fri, 27 Oct 2023 20:20:49 GMT, Gerard Ziemski wrote:
>> Thomas Stuefe has updated the pull request incrementally with three
>> additional commits since the last revision:
>>
>> - Fix spelling
>> - timeout fuse
>> - Feedback Johan
>
> src/hotspot/share/services/memMapPrinter.cpp line 95:
>
On Fri, 27 Oct 2023 15:42:06 GMT, Gerard Ziemski wrote:
>> Thomas Stuefe has updated the pull request incrementally with three
>> additional commits since the last revision:
>>
>> - Fix spelling
>> - timeout fuse
>> - Feedback Johan
>
> Taking a look...
@gerard-ziemski @jdksjolen I take thi
On Fri, 27 Oct 2023 22:01:07 GMT, Gerard Ziemski wrote:
>> Thomas Stuefe has updated the pull request incrementally with three
>> additional commits since the last revision:
>>
>> - Fix spelling
>> - timeout fuse
>> - Feedback Johan
>
> src/hotspot/share/services/memMapPrinter.cpp line 294: