RFR: 8134540: Much nearly duplicated code for PerfMemory support [v2]
Harold Seigel
hseigel at openjdk.java.net
Fri Jan 15 18:38:09 UTC 2021
On Fri, 15 Jan 2021 14:37:40 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Harold Seigel has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8134540: changes for review comments
>
> src/hotspot/os/posix/perfMemory_posix.cpp line 1026:
>
>> 1024: #else
>> 1025: MemTracker::record_virtual_memory_reserve_and_commit((address)mapAddress, size, CURRENT_PC, mtInternal);
>> 1026: #endif
>
> I think the AIX specific path can b e removed. Its committed on AIX too.
done
-------------
PR: https://git.openjdk.java.net/jdk/pull/2037
More information about the hotspot-runtime-dev
mailing list