RFR: 8189088: Add intrusive doubly-linked list utility [v3]

Johan Sjölen jsjolen at openjdk.org
Mon Oct 9 12:30:10 UTC 2023


On Sat, 7 Oct 2023 21:03:49 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

>> src/hotspot/share/utilities/intrusiveList.hpp line 66:
>> 
>>> 64:  *
>>> 65:  * * T is the class of the elements in the list.  Must be a possibly
>>> 66:  * const-qualified class type.
>> 
>> I don't know what it means to be a 'possibly const-qualified class type'.
>
> Perhaps "a class type, possibly const-qualified" would be clearer?

Aha, yes! That's much clearer to me.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15896#discussion_r1350241687


More information about the hotspot-dev mailing list