RFR: 8373293: Change the exception handling in TestNestHostErrorWithMultiThread.java [v3]

Ioi Lam iklam at openjdk.org
Tue Dec 9 05:15:58 UTC 2025


On Tue, 9 Dec 2025 05:11:38 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
>
> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Use Ioi's suggestion to fix OOME handling

Marked as reviewed by iklam (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/28713#pullrequestreview-3555490727


More information about the hotspot-runtime-dev mailing list