Integrated: 8284303: runtime/Thread/AsyncExceptionTest.java timed out
Patricio Chilano Mateo
pchilanomate at openjdk.java.net
Wed Apr 6 16:51:44 UTC 2022
On Mon, 4 Apr 2022 21:16:19 GMT, Patricio Chilano Mateo <pchilanomate at openjdk.org> wrote:
> Please review this small fix to test runtime/Thread/AsyncExceptionTest.java. On rare cases the methods never reach the desired compilation level so the worker thread just gets blocked and the test times out.
> I added a bail out after a couple of seconds of waiting.
> Was able to reproduce the issue and checked the test doesn't timeout anymore with the fix.
>
> Thanks,
> Patricio
This pull request has now been integrated.
Changeset: 8e4fab0c
Author: Patricio Chilano Mateo <pchilanomate at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/8e4fab0c89e5e765a17241eacdf0795ea950cd1c
Stats: 59 lines in 1 file changed: 4 ins; 52 del; 3 mod
8284303: runtime/Thread/AsyncExceptionTest.java timed out
Reviewed-by: dcubed, kvn
-------------
PR: https://git.openjdk.java.net/jdk/pull/8097
More information about the hotspot-runtime-dev
mailing list