Integrated: 8269530: runtime/ParallelLoad/ParallelSuperTest.java timeout

Patricio Chilano Mateo pchilanomate at openjdk.java.net
Tue Jun 29 14:39:05 UTC 2021


On Mon, 28 Jun 2021 16:18:00 GMT, Patricio Chilano Mateo <pchilanomate at openjdk.org> wrote:

> Hi,
> 
> Please review this small fix to test ParallelSuperTest.java. I only saw the timeout once on one of my GHA tests but the issue can be easily reproduced by adding a delay in startLoading() before the main thread tries to synchronize on thread_sync.
> Run the test with and without the added delay. The test times out without the patch and passes with the patch.
> 
> Thanks,
> Patricio

This pull request has now been integrated.

Changeset: e238cbd5
Author:    Patricio Chilano Mateo <pchilanomate at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/e238cbd596d29d10e45e4bad7a10708c4022097f
Stats:     22 lines in 2 files changed: 4 ins; 4 del; 14 mod

8269530: runtime/ParallelLoad/ParallelSuperTest.java timeout

Reviewed-by: dholmes, coleenp

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

PR: https://git.openjdk.java.net/jdk/pull/4614


More information about the hotspot-runtime-dev mailing list