class sun.jvm.hotspot.CommandProcessor$20 extends sun.jvm.hotspot.CommandProcessor$Command
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.CommandProcessor$20
  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, java.lang.String, boolean);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // sun.jvm.hotspot.CommandProcessor$20 this
        start local 3 // java.lang.String $anonymous0
        start local 4 // java.lang.String $anonymous1
        start local 5 // boolean $anonymous2
         0: .line 952
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.CommandProcessor$20.this$0:Lsun/jvm/hotspot/CommandProcessor;
            aload 0 /* this */
            aload 1
            aload 3 /* $anonymous0 */
            aload 4 /* $anonymous1 */
            iload 5 /* $anonymous2 */
            invokespecial sun.jvm.hotspot.CommandProcessor$Command.<init>:(Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            return
        end local 5 // boolean $anonymous2
        end local 4 // java.lang.String $anonymous1
        end local 3 // java.lang.String $anonymous0
        end local 0 // sun.jvm.hotspot.CommandProcessor$20 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/jvm/hotspot/CommandProcessor$20;
            0    1     3  $anonymous0  Ljava/lang/String;
            0    1     4  $anonymous1  Ljava/lang/String;
            0    1     5  $anonymous2  Z
    MethodParameters:
             Name  Flags
      this$0       final
      this$1       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  public void doit(sun.jvm.hotspot.CommandProcessor$Tokens);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=12, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$20 this
        start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
         0: .line 955
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
            iconst_1
            if_icmpeq 3
         1: .line 956
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.CommandProcessor$20.usage:()V
         2: .line 957
            goto 22
         3: .line 958
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         4: .line 959
            aload 2 /* name */
            ldc "-a"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            istore 3 /* all */
        start local 3 // boolean all
         5: .line 960
            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 4 /* threads */
        start local 4 // sun.jvm.hotspot.runtime.Threads threads
         6: .line 961
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 21
         8: .line 962
      StackMap locals: sun.jvm.hotspot.CommandProcessor$20 sun.jvm.hotspot.CommandProcessor$Tokens java.lang.String int sun.jvm.hotspot.runtime.Threads int
      StackMap stack:
            aload 4 /* threads */
            iload 5 /* i */
            invokevirtual sun.jvm.hotspot.runtime.Threads.getJavaThreadAt:(I)Lsun/jvm/hotspot/runtime/JavaThread;
            astore 6 /* thread */
        start local 6 // sun.jvm.hotspot.runtime.JavaThread thread
         9: .line 963
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 7 /* bos */
        start local 7 // java.io.ByteArrayOutputStream bos
        10: .line 964
            aload 6 /* thread */
            new java.io.PrintStream
            dup
            aload 7 /* bos */
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.printThreadIDOn:(Ljava/io/PrintStream;)V
        11: .line 965
            iload 3 /* all */
            ifne 12
            aload 7 /* bos */
            invokevirtual java.io.ByteArrayOutputStream.toString:()Ljava/lang/String;
            aload 2 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 20
        12: .line 966
      StackMap locals: sun.jvm.hotspot.runtime.JavaThread java.io.ByteArrayOutputStream
      StackMap stack:
            aload 6 /* thread */
            instanceof sun.jvm.hotspot.runtime.CompilerThread
            ifeq 20
        13: .line 967
            aload 6 /* thread */
            checkcast sun.jvm.hotspot.runtime.CompilerThread
            astore 8 /* ct */
        start local 8 // sun.jvm.hotspot.runtime.CompilerThread ct
        14: .line 968
            aload 8 /* ct */
            invokevirtual sun.jvm.hotspot.runtime.CompilerThread.env:()Lsun/jvm/hotspot/ci/ciEnv;
            astore 9 /* env */
        start local 9 // sun.jvm.hotspot.ci.ciEnv env
        15: .line 969
            aload 9 /* env */
            ifnull 20
        16: .line 970
            aload 9 /* env */
            invokevirtual sun.jvm.hotspot.ci.ciEnv.compilerData:()Lsun/jvm/hotspot/opto/Compile;
            astore 10 /* c */
        start local 10 // sun.jvm.hotspot.opto.Compile c
        17: .line 971
            aload 10 /* c */
            invokevirtual sun.jvm.hotspot.opto.Compile.ilt:()Lsun/jvm/hotspot/opto/InlineTree;
            astore 11 /* ilt */
        start local 11 // sun.jvm.hotspot.opto.InlineTree ilt
        18: .line 972
            aload 11 /* ilt */
            ifnull 20
        19: .line 973
            aload 11 /* ilt */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$20.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.opto.InlineTree.print:(Ljava/io/PrintStream;)V
        end local 11 // sun.jvm.hotspot.opto.InlineTree ilt
        end local 10 // sun.jvm.hotspot.opto.Compile c
        end local 9 // sun.jvm.hotspot.ci.ciEnv env
        end local 8 // sun.jvm.hotspot.runtime.CompilerThread ct
        end local 7 // java.io.ByteArrayOutputStream bos
        end local 6 // sun.jvm.hotspot.runtime.JavaThread thread
        20: .line 961
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 5 /* i */
            aload 4 /* threads */
            invokevirtual sun.jvm.hotspot.runtime.Threads.getNumberOfThreads:()I
            if_icmplt 8
        end local 5 // int i
        end local 4 // sun.jvm.hotspot.runtime.Threads threads
        end local 3 // boolean all
        end local 2 // java.lang.String name
        22: .line 980
      StackMap locals: sun.jvm.hotspot.CommandProcessor$20 sun.jvm.hotspot.CommandProcessor$Tokens
      StackMap stack:
            return
        end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
        end local 0 // sun.jvm.hotspot.CommandProcessor$20 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lsun/jvm/hotspot/CommandProcessor$20;
            0   23     1        t  Lsun/jvm/hotspot/CommandProcessor$Tokens;
            4   22     2     name  Ljava/lang/String;
            5   22     3      all  Z
            6   22     4  threads  Lsun/jvm/hotspot/runtime/Threads;
            7   22     5        i  I
            9   20     6   thread  Lsun/jvm/hotspot/runtime/JavaThread;
           10   20     7      bos  Ljava/io/ByteArrayOutputStream;
           14   20     8       ct  Lsun/jvm/hotspot/runtime/CompilerThread;
           15   20     9      env  Lsun/jvm/hotspot/ci/ciEnv;
           17   20    10        c  Lsun/jvm/hotspot/opto/Compile;
           18   20    11      ilt  Lsun/jvm/hotspot/opto/InlineTree;
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
  sun.jvm.hotspot.CommandProcessor$20
  abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
  Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor