Re: RFR: 8291651: CleanerTest.java fails with "Cleanable was cleaned" [v2]

2022-09-01 Thread Jaikiran Pai
On Tue, 30 Aug 2022 18:33:24 GMT, Roger Riggs wrote: >> CleanerTest is failing intermittently on Aarch64, with -Xcomp, and using a >> VirtualThread for the Cleaner in the test. >> The extensively relies on references processing and invokes GC on a very >> short cycle. >> The existing 10ms

Re: RFR: 8291651: CleanerTest.java fails with "Cleanable was cleaned" [v2]

2022-08-31 Thread Daniel Fuchs
On Tue, 30 Aug 2022 18:33:24 GMT, Roger Riggs wrote: >> CleanerTest is failing intermittently on Aarch64, with -Xcomp, and using a >> VirtualThread for the Cleaner in the test. >> The extensively relies on references processing and invokes GC on a very >> short cycle. >> The existing 10ms

Re: RFR: 8291651: CleanerTest.java fails with "Cleanable was cleaned" [v2]

2022-08-30 Thread Roger Riggs
> CleanerTest is failing intermittently on Aarch64, with -Xcomp, and using a > VirtualThread for the Cleaner in the test. > The extensively relies on references processing and invokes GC on a very > short cycle. > The existing 10ms delay between GC requests is too short for the changes to >