On Thu, 26 Oct 2023 08:34:39 GMT, Alan Bateman <al...@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