< prev index next > src/java.se/share/data/jdwp/jdwp.spec
Print this page
"return value of the method.")
(Error VM_DEAD)
)
)
(Command IsVirtual=15
- "<b>IsVirtual is a preview API of the Java platform.</b> "
- "<em>Preview features may be removed in a future release, or upgraded to "
- "permanent features of the Java platform.</em> Since JDWP version 19."
- "<p>"
"Determine if a thread is a "
"<a href=../../api/java.base/java/lang/Thread.html#virtual-threads>virtual thread</a>."
+ "<p>Since JDWP version 21."
(Out
(threadObject thread "The thread object ID.")
)
(Reply
(boolean isVirtual "true if the thread is a virtual thread.")
"begin or end with '*'; for example, "
"\"*.Foo\" or \"java.*\". "
)
)
(Alt PlatformThreadsOnly=13
- "<b>PlatformThreadsOnly is a preview API of the Java platform.</b> "
- "<em>Preview features may be removed in a future release, or upgraded to "
- "permanent features of the Java platform.</em> Since JDWP version 19."
- "<p>"
"For thread start and thread end events, restrict the "
"events so they are only sent for platform threads."
+ "<p>Since JDWP version 21."
)
)
)
)
< prev index next >