On Mon, 9 Sep 2024 13:36:26 GMT, Coleen Phillimore <cole...@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