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 513 // The result with wrapper enabled: 514 // argInfo.targetAppCommandLine : TestScaffold Virtual Frames2Targ 515 // argInfo.targetVMArgs : -Xss4M Isn't it now DebuggeeWrapper instead of TestScaffold? ------------- PR Comment: https://git.openjdk.org/jdk/pull/15874#issuecomment-1732036260