RFR: 8290848: LoadLibraryUnload.java still fails with "Too few cleared WeakReferences"

Jaikiran Pai jpai at openjdk.org
Wed Jul 27 13:59:13 UTC 2022


On Tue, 26 Jul 2022 21:44:19 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

> The intermittent test failure was due to the WeakReferences being unreferenced too early.
> Adding a Reference.reachabilityFence to the test makes it robust.
> 
> Remove from ProblemList-Xcomp.txt

Marked as reviewed by jpai (Reviewer).

Thank you Roger for that explanation. That helped.

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

PR: https://git.openjdk.org/jdk/pull/9649


More information about the core-libs-dev mailing list