RFR: 8312132: Add tracking of multiple address spaces in NMT [v46]
Johan Sjölen
jsjolen at openjdk.org
Wed May 8 11:24:20 UTC 2024
On Tue, 23 Apr 2024 13:09:04 GMT, Afshin Zafari <azafari at openjdk.org> wrote:
>> Johan Sjölen has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Remove faulty condition after removing merging
>> - Add failing test case
>
> src/hotspot/share/gc/z/zNMT.cpp line 45:
>
>> 43:
>> 44: void ZNMT::commit(zoffset offset, size_t size) {
>> 45: MemTracker::allocate_memory_in(ZNMT::_device, untype(offset), size, mtJavaHeap, CALLER_PC);
>
> `NativeCallStack` param should be before the `MEMFLAGS` param, same as other functions.
Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18289#discussion_r1593866154
More information about the hotspot-dev
mailing list