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

Aleksey Shipilev shade at openjdk.org
Tue Nov 19 08:09:42 UTC 2024


On Tue, 19 Nov 2024 00:58:18 GMT, Brent Christian <bchristi at openjdk.org> wrote:

>> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Drop --add-exports from the test
>
> test/jdk/jdk/internal/ref/Cleaner/CleanableListTest.java line 46:
> 
>> 44: public class CleanableListTest {
>> 45: 
>> 46:     static final int SINGLE_NODE_CAPACITY = CleanableListTestHelper.NODE_CAPACITY - 1;
> 
> If `CleanableListTestHelper` uses a list without the `CleanerCleanable`, shouldn't we be able to test the full `NODE_CAPACITY` ?

Done.

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

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


More information about the core-libs-dev mailing list