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

Mandy Chung mchung at openjdk.org
Tue Jul 26 23:16:02 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

This looks good.  Glad that you fxied this hard to find issue.

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

Marked as reviewed by mchung (Reviewer).

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


More information about the core-libs-dev mailing list