On Thu, 21 Sep 2023 21:58:15 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> The code related to virtual threads support is moved into a separate class > DebugeeWrapper. > > The code of method main() remains the same. I don't mix code change with > moving code between files. > > Tesed by running > make run-test JTREG_RETAIN=all TEST=com/sun/jdi > make run-test JTREG_RETAIN=all JTREG_TEST_THREAD_FACTORY=Virtual > TEST=com/sun/jdi > locally and tier1 and hs-tier5 in Mach5 CI This pull request has now been integrated. Changeset: ee9776fa Author: Leonid Mesnik <lmes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/ee9776fa23e2287b704d4f1a55179e83516d1e4c Stats: 245 lines in 19 files changed: 124 ins; 87 del; 34 mod 8304839: Move TestScaffold.main() to the separate class DebugeeWrapper Reviewed-by: amenkov, cjplummer ------------- PR: https://git.openjdk.org/jdk/pull/15874