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

David Holmes dholmes at openjdk.org
Tue Dec 9 05:11:38 UTC 2025


> To prevent the failure mode seen in [JDK-8372988](https://bugs.openjdk.org/browse/JDK-8372988) we should prevent thread 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/28713/files
  - new: https://git.openjdk.org/jdk/pull/28713/files/5c8f20e3..a4dcb2fe

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=28713&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=28713&range=01-02

  Stats: 11 lines in 1 file changed: 9 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/28713.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28713/head:pull/28713

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


More information about the hotspot-runtime-dev mailing list