On Mon, 9 Sep 2024 00:04:58 GMT, David Holmes <dhol...@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