RFR: 8318839: Update test thread factory to catch all exceptions
Leonid Mesnik
lmesnik at openjdk.org
Thu Oct 26 23:08:32 UTC 2023
On Thu, 26 Oct 2023 08:34:39 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> Having a UHE invoke System.exit is surprising. Are you saying that this is only for cases where a test launches a child VM with the thread factory set?
It is for cases when the test is started in a virtual thread. I don't see a better way to process unexpected exceptions right now. I don't want to complicate the interface between jtreg and the plugin for this temporary fix.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16369#issuecomment-1782028651
More information about the core-libs-dev
mailing list