class sun.jvm.hotspot.CommandProcessor$44 extends sun.jvm.hotspot.CommandProcessor$Command
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.CommandProcessor$44
  super_class: sun.jvm.hotspot.CommandProcessor$Command
{
  final sun.jvm.hotspot.CommandProcessor this$0;
    descriptor: Lsun/jvm/hotspot/CommandProcessor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.CommandProcessor, sun.jvm.hotspot.CommandProcessor, java.lang.String, boolean);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // sun.jvm.hotspot.CommandProcessor$44 this
        start local 3 // java.lang.String $anonymous0
        start local 4 // boolean $anonymous1
         0: .line 1610
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.CommandProcessor$44.this$0:Lsun/jvm/hotspot/CommandProcessor;
            aload 0 /* this */
            aload 1
            aload 3 /* $anonymous0 */
            iload 4 /* $anonymous1 */
            invokespecial sun.jvm.hotspot.CommandProcessor$Command.<init>:(Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
            return
        end local 4 // boolean $anonymous1
        end local 3 // java.lang.String $anonymous0
        end local 0 // sun.jvm.hotspot.CommandProcessor$44 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/jvm/hotspot/CommandProcessor$44;
            0    1     3  $anonymous0  Ljava/lang/String;
            0    1     4  $anonymous1  Z
    MethodParameters:
             Name  Flags
      this$0       final
      this$1       final
      $anonymous0  
      $anonymous1  

  public void doit(sun.jvm.hotspot.CommandProcessor$Tokens);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$44 this
        start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
         0: .line 1612
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
            ifeq 3
         1: .line 1613
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.CommandProcessor$44.usage:()V
         2: .line 1614
            goto 12
         3: .line 1615
      StackMap locals:
      StackMap stack:
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getThreads:()Lsun/jvm/hotspot/runtime/Threads;
            astore 2 /* threads */
        start local 2 // sun.jvm.hotspot.runtime.Threads threads
         4: .line 1616
            aload 2 /* threads */
            invokevirtual sun.jvm.hotspot.runtime.Threads.first:()Lsun/jvm/hotspot/runtime/JavaThread;
            astore 3 /* thread */
        start local 3 // sun.jvm.hotspot.runtime.JavaThread thread
         5: goto 11
         6: .line 1617
      StackMap locals: sun.jvm.hotspot.runtime.Threads sun.jvm.hotspot.runtime.JavaThread
      StackMap stack:
            aload 3 /* thread */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$44.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.printThreadIDOn:(Ljava/io/PrintStream;)V
         7: .line 1618
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$44.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc " "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getThreadName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         8: .line 1619
            aload 3 /* thread */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$44.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.printInfoOn:(Ljava/io/PrintStream;)V
         9: .line 1620
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$44.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc "\n..."
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        10: .line 1616
            aload 3 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.next:()Lsun/jvm/hotspot/runtime/JavaThread;
            astore 3 /* thread */
      StackMap locals:
      StackMap stack:
        11: aload 3 /* thread */
            ifnonnull 6
        end local 3 // sun.jvm.hotspot.runtime.JavaThread thread
        end local 2 // sun.jvm.hotspot.runtime.Threads threads
        12: .line 1623
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
        end local 0 // sun.jvm.hotspot.CommandProcessor$44 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lsun/jvm/hotspot/CommandProcessor$44;
            0   13     1        t  Lsun/jvm/hotspot/CommandProcessor$Tokens;
            4   12     2  threads  Lsun/jvm/hotspot/runtime/Threads;
            5   12     3   thread  Lsun/jvm/hotspot/runtime/JavaThread;
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
  sun.jvm.hotspot.CommandProcessor$44
  abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
  Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor