RFR: 8189088: Add intrusive doubly-linked list utility [v5]
Kim Barrett
kbarrett at openjdk.org
Mon Oct 9 18:13:00 UTC 2023
On Mon, 9 Oct 2023 09:07:11 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Kim Barrett has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - fix disposer argument
>> - more erase variants
>
> src/hotspot/share/utilities/intrusiveList.hpp line 365:
>
>> 363: IntrusiveListImpl::IteratorImpl<T, accessor, is_forward>>
>> 364: {
>> 365: using const_reference = std::add_lvalue_reference_t<std::add_const_t<T>>;
>
> This should use ListTraits.
Fixed locally, to be included in next push.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15896#discussion_r1350640840
More information about the hotspot-dev
mailing list