On Wed, 27 Nov 2024 17:23:10 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:

>> How about this:
>> 
>>> ...the problem is in GC time hiccups to walk the large linked lists.
>> 
>> Though, for this test, `CleanableList` itself is not being walked.
>> 
>> Rather, `CleanableList` itself is a factor in as much as it exists on the 
>> heap, populated with `PhantomCleanableRef`s.
>> 
>> So this test measures what effect, if any, the conversion from the old 
>> linked list to new CleanableList has on GC, when referents are _not_ 
>> becoming unreachable.
>
> So, @bchristi-git -- are you happy with current version, or?

Sorry, U.S. holiday. Yes, I'm happy with the current version. Thanks for 
answering my questions.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22043#discussion_r1866394021

Reply via email to