In certain cases, jtreg issues a Thread.interrupt() to threads launched for running the tests. For example, when running in a agent VM, a Thread launched by a test throws an exception that is uncaught by that Thread, then jtreg interrupts all the threads belonging to that ThreadGroup.
This interrupt not the uncaught exception is visible in the test report which makes it difficult to debug such unexpected failures and interrupts.
This interrupt not the uncaught exception is visible in the test report which makes it difficult to debug such unexpected failures and interrupts.
- relates to
-
JDK-8372988 Test runtime/Nestmates/membership/TestNestHostErrorWithMultiThread.java failed: Unexpected interrupt
-
- In Progress
-