RFR: 8295713: runtime/ParallelLoad/SuperWait/SuperWaitTest.java fails intermittently on Windows [v3]

David Holmes dholmes at openjdk.org
Mon Oct 24 22:28:45 UTC 2022


On Mon, 24 Oct 2022 21:28:32 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> I need to both handle 1. the spurious wakeup from wait(), and 2. the case where the second thread loads everything, and then the first thread then waits, after D's notification - the missed notification.

That is what `DIsLoaded` indicates. There's no missed notification because you won't `wait` if D is already loaded.

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

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


More information about the hotspot-runtime-dev mailing list