On Tue, 20 May 2025 21:10:50 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> It is unclear to me if > -includevirtualthreads requires to pass test in default mode or with virtual > thread test factory? It means launch the debug agent with includevirtualthreads=y. It does the same regardless of the test factory type. Probably the logic that actually passes the argument (see the change in Binder.java) could be modified to only do so when using the virtual thread factory, but it is harmless to add it when running only with platform threads. ------------- PR Comment: https://git.openjdk.org/jdk/pull/24606#issuecomment-2895916024