RFR: 8353955: nsk/jdi tests should be fixed to not always require includevirtualthreads=y [v10]
Chris Plummer
cjplummer at openjdk.org
Tue May 20 21:54:54 UTC 2025
On Tue, 20 May 2025 21:10:50 GMT, Leonid Mesnik <lmesnik at 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
More information about the serviceability-dev
mailing list