Integrated: 8373293: Change the exception handling in TestNestHostErrorWithMultiThread.java

David Holmes dholmes at openjdk.org
Tue Dec 9 05:19:07 UTC 2025


On Tue, 9 Dec 2025 01:28:39 GMT, David Holmes <dholmes at openjdk.org> wrote:

> To prevent the failure mode seen in [JDK-8372988](https://bugs.openjdk.org/browse/JDK-8372988) we should prevent the test threads from being terminated by uncaught exceptions, and allow the main thread to detect and throw all errors. That way we should see what the actual failure is.
> 
> Testing:
>  - tiers 1-4 (sanity)
> 
> Thanks

This pull request has now been integrated.

Changeset: 020e3f95
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/020e3f959194029715c18891e79aeed020abd59c
Stats:     50 lines in 1 file changed: 28 ins; 3 del; 19 mod

8373293: Change the exception handling in TestNestHostErrorWithMultiThread.java

Reviewed-by: jpai, iklam

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

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


More information about the hotspot-runtime-dev mailing list