On Tue, 2 May 2023 21:16:20 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> The debugger tests might start all debugee using virtual threads when > property "main.wrapper" is set. > However, the new mode JTREG_TEST_THREAD_FACTORY do the same thing. The only > difference is that it use predefined problemlist names and doesn't set > property "main.wrapper" as a part of jtreg properties. So nsk wrapper should > set it additionally. This pull request has now been integrated. Changeset: caee1bea Author: Leonid Mesnik <lmes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/caee1beaaff7c11d5cc07fe31d04d8bf656b7a36 Stats: 3 lines in 4 files changed: 2 ins; 0 del; 1 mod 8307305: Update debugger tests to support JTREG_TEST_THREAD_FACTORY mode Reviewed-by: cjplummer ------------- PR: https://git.openjdk.org/jdk/pull/13763