Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For thread dumps and troubleshooting purposes, the debugger can invoke com.sun.management.Threads.virtualThreads() in the target VM to obtain a stream of Thread objects for the virtual threads. This can be used as stop-gap solution until there is better support for structured debugger debugging in the debugging APIs.

Thread groups

Virtual threads are not active members of a thread group. 

...