The virtual thread factory is the mode where jtreg execute the test's main method in virtual thread instead of platform thread.
Also the ProcessTools tries to start child process using virtual thread to run main method. Some tests might start additional threads as virtual threads in this mode.
There are some tests which failing because of this mode and they should be excluded.
Also the ProcessTools tries to start child process using virtual thread to run main method. Some tests might start additional threads as virtual threads in this mode.
There are some tests which failing because of this mode and they should be excluded.