Re: RFR: 8343704: Bad GC parallelism with processing Cleaner queues [v7]

2024-11-14 Thread Oli Gillespie
On Thu, 14 Nov 2024 13:24:26 GMT, Aleksey Shipilev wrote: >> See the bug for more discussion and reproducer. This PR replaces the ad-hoc >> linked list segmented list of arrays. Arrays are easy targets for GC. There >> are possible improvements here, most glaring is parallelism that is >> curr

Re: RFR: 8343704: Bad GC parallelism with processing Cleaner queues [v6]

2024-11-14 Thread Oli Gillespie
On Thu, 14 Nov 2024 10:04:04 GMT, Aleksey Shipilev wrote: >> See the bug for more discussion and reproducer. This PR replaces the ad-hoc >> linked list segmented list of arrays. Arrays are easy targets for GC. There >> are possible improvements here, most glaring is parallelism that is >> curr