RFR: 8337563: NMT: rename MEMFLAGS to MemTag

Gerard Ziemski gziemski at openjdk.org
Mon Sep 9 17:07:05 UTC 2024


On Mon, 9 Sep 2024 00:04:58 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> src/hotspot/share/gc/shared/taskqueue.hpp line 119:
>> 
>>> 117: // TaskQueueSuper collects functionality common to all GenericTaskQueue instances.
>>> 118: 
>>> 119: template <unsigned int N, MemTag F>
>> 
>> MemTag parameter name should probably be changed here and elsewhere in taskqueue code.
>> Suggest `mem_tag`.
>
> I was going to suggest just MT which is more in keeping with the short/terse names given to type parameters.

Will be address in a followup issue.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20872#discussion_r1750615114


More information about the serviceability-dev mailing list