RFR: 8337563: NMT: rename MEMFLAGS to MemTag
Gerard Ziemski
gziemski at openjdk.org
Mon Sep 9 17:00:17 UTC 2024
On Mon, 9 Sep 2024 13:36:26 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> src/hotspot/share/utilities/chunkedList.hpp line 31:
>>
>>> 29: #include "utilities/debug.hpp"
>>> 30:
>>> 31: template <class T, MemTag F> class ChunkedList : public CHeapObj<F> {
>>
>> Parameter name should be updated. Suggest `mem_tag`.
>
> How about MT here or just M? I would make this a further change though.
We can change this later in a followup.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20872#discussion_r1750604170
More information about the serviceability-dev
mailing list