RFR: 8303702: Provide ThreadFactory to create platform/virtual threads for com/sun/jdi tests
Chris Plummer
cjplummer at openjdk.org
Tue Mar 7 01:41:12 UTC 2023
The message from this sender included one or more files
which could not be scanned for virus detection; do not
open these files unless you are certain of the sender's intent.
----------------------------------------------------------------------
On Mon, 6 Mar 2023 23:47:09 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> Provide a way to start debugee threads as platform or virtual for debugee in com/sun/jdi tests.
I think all of the following could also be converted, although most will be a bit harder to accomplish since they create subclasses of the Thread class.
JdbStopThreadidTest
InterruptHangTest
InvokeHangTest
MultiBreakpointsTest
SimulResumerTest
TwoThreads
ResumeOneThread
-------------
PR: https://git.openjdk.org/jdk/pull/12894
More information about the serviceability-dev
mailing list