RFR: 8280289: Enhance debug pp() command with NMT info [v3]
Zhengyu Gu
zgu at openjdk.java.net
Sat Jan 22 15:11:36 UTC 2022
On Sat, 22 Jan 2022 08:44:56 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Zhengyu Gu has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Missing include file
>
> src/hotspot/share/services/virtualMemoryTracker.cpp line 683:
>
>> 681:
>> 682: bool do_allocation_site(const ReservedMemoryRegion* rgn) {
>> 683: if (_p >= rgn->base() && _p < rgn->base() + rgn->size()) {
>
> Use `VirtualMemoryRegion::contain_address()`?
Sure.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7160
More information about the hotspot-dev
mailing list