Versions Compared

Key

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

...

JDWP EventRequest/Set defines a new PlatformThreadsOnly filter that can be used when requesting THREAD_START and THREAD_END events. This allows these events to be filtered for virtual threads so they are not sent to the front-end/debugger.

JDI ThreadStartRequest/ThreadDeathRequest define a new method to control whether thread start/end events are sent for all threads or only platform threads.

...

JDI ThreadReference defines isVirtual() to test if a thread is a virtual thread.

...