-
Bug
-
Resolution: Fixed
-
P4
-
21
-
b26
The test fails when the main debuggee thread is a virtual thread, because virtual threads are always daemon threads. Because of this all the test threads that the debuggee creates are also daemon threads. The main deuggee thread immediately exits after creating the test threads, and at that point there are no non-daemon threads left running to keep the debuggee process alive, so the test threads never get a chance to do all the work that is expected of them.
- relates to
-
JDK-8285422 [LOOM] Some com/sun/jdi test are failing with the vthread wrapper
-
- Closed
-