RFR: 8295713: runtime/ParallelLoad/SuperWait/SuperWaitTest.java fails intermittently on Windows [v3]
Coleen Phillimore
coleenp at openjdk.org
Mon Oct 24 21:32:48 UTC 2022
On Mon, 24 Oct 2022 21:17:55 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> I added another semaphore so the test will run in the order I want it to. Alternate suggestions or corrections welcome.
>> Running with GHA, and our tier1 in progress.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix the logic some more. Wait for thread2 without being in the class loader locked region, and guard against spuriouss wakeups.
I need to both handle the spurious wakeup and the case where the second thread loads everything, and then the first thread then waits, after D's notification - the missed notification.
-------------
PR: https://git.openjdk.org/jdk/pull/10822
More information about the hotspot-runtime-dev
mailing list