On Tue, 26 Jul 2022 21:44:19 GMT, Roger Riggs <rri...@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