On Fri, 1 Jul 2022 08:40:06 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
>> @dfuch Taking a reference as parameter could simplify the use of ForceGC. >> I though about this idea as well, when I had to check lambada expressions in >> each call. I would like to do it in the future so that this PR could focus >> on less things. > > Thanks @XueleiFan, that's fine by me! When using Reference/ReferenceQueue there is no Cleaner, only normal reference processing (via GC). ------------- PR: https://git.openjdk.org/jdk/pull/8979