- java.lang.Object
-
- com.ibm.j9ddr.tools.ddrinteractive.Command
-
- com.ibm.j9ddr.vm29.tools.ddrinteractive.VirtualThreadsCommand
-
- All Implemented Interfaces:
ICommand
public class VirtualThreadsCommand extends Command
vthreads command lists all the virtual threads. Example: !vthreads Example output: !continuationstack 0x00007fe78c0f9600 !j9vmcontinuation 0x00007fe78c0f9600 !j9object 0x0000000706401588 (Continuation) !j9object 0x0000000706400FB0 (VThread) - name1 !continuationstack 0x00007fe78c23aa80 !j9vmcontinuation 0x00007fe78c23aa80 !j9object 0x0000000706424F90 (Continuation) !j9object 0x0000000706424EF0 (VThread) - name2 !continuationstack 0x00007fe78c244ac0 !j9vmcontinuation 0x00007fe78c244ac0 !j9object 0x00000007064250D8 (Continuation) !j9object 0x0000000706425038 (VThread) - name3 ...
-
-
Nested Class Summary
-
Nested classes/interfaces declared in class com.ibm.j9ddr.tools.ddrinteractive.Command
Command.CommandDescription
-
-
Constructor Summary
Constructors Constructor Description VirtualThreadsCommand()
-
Method Summary
-
Methods declared in class com.ibm.j9ddr.tools.ddrinteractive.Command
addCommand, addSubCommand, dbgFindPatternInRange, printDetailedHelp
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.j9ddr.tools.ddrinteractive.ICommand
getCommandDescriptions, getCommandNames, recognises, run
-
-