class sun.jvm.hotspot.CommandProcessor$12 extends sun.jvm.hotspot.CommandProcessor$Command
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.CommandProcessor$12
  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$12 this
        start local 3 // java.lang.String $anonymous0
        start local 4 // java.lang.String $anonymous1
        start local 5 // boolean $anonymous2
         0: .line 707
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.CommandProcessor$12.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$12 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/jvm/hotspot/CommandProcessor$12;
            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=7, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$12 this
        start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
         0: .line 709
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
            istore 2 /* tokens */
        start local 2 // int tokens
         1: .line 710
            iload 2 /* tokens */
            iconst_1
            if_icmpeq 4
            iload 2 /* tokens */
            iconst_2
            if_icmpeq 4
         2: .line 711
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.CommandProcessor$12.usage:()V
         3: .line 712
            return
         4: .line 714
      StackMap locals: int
      StackMap stack:
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
            astore 3 /* name */
        start local 3 // java.lang.String name
         5: .line 715
            aconst_null
            astore 4 /* addr */
        start local 4 // sun.jvm.hotspot.debugger.Address addr
         6: .line 716
            bipush 16
            istore 5 /* len */
        start local 5 // int len
         7: .line 718
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getDebugger:()Lsun/jvm/hotspot/debugger/JVMDebugger;
            aload 3 /* name */
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* addr */
         8: .line 719
            goto 12
      StackMap locals: sun.jvm.hotspot.CommandProcessor$12 sun.jvm.hotspot.CommandProcessor$Tokens int java.lang.String sun.jvm.hotspot.debugger.Address int
      StackMap stack: java.lang.NumberFormatException
         9: astore 6 /* e */
        start local 6 // java.lang.NumberFormatException e
        10: .line 720
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$12.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 6 /* e */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
        11: .line 721
            return
        end local 6 // java.lang.NumberFormatException e
        12: .line 723
      StackMap locals:
      StackMap stack:
            iload 2 /* tokens */
            iconst_2
            if_icmpne 18
        13: .line 725
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 5 /* len */
        14: .line 726
            goto 18
      StackMap locals:
      StackMap stack: java.lang.NumberFormatException
        15: astore 6 /* e */
        start local 6 // java.lang.NumberFormatException e
        16: .line 727
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$12.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 6 /* e */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
        17: .line 728
            return
        end local 6 // java.lang.NumberFormatException e
        18: .line 731
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.ui.classbrowser.HTMLGenerator
            dup
            iconst_0
            invokespecial sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.<init>:(Z)V
            astore 6 /* generator */
        start local 6 // sun.jvm.hotspot.ui.classbrowser.HTMLGenerator generator
        19: .line 732
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$12.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 6 /* generator */
            aload 4 /* addr */
            iload 5 /* len */
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.genHTMLForRawDisassembly:(Lsun/jvm/hotspot/debugger/Address;I)Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        20: .line 733
            return
        end local 6 // sun.jvm.hotspot.ui.classbrowser.HTMLGenerator generator
        end local 5 // int len
        end local 4 // sun.jvm.hotspot.debugger.Address addr
        end local 3 // java.lang.String name
        end local 2 // int tokens
        end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
        end local 0 // sun.jvm.hotspot.CommandProcessor$12 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0       this  Lsun/jvm/hotspot/CommandProcessor$12;
            0   21     1          t  Lsun/jvm/hotspot/CommandProcessor$Tokens;
            1   21     2     tokens  I
            5   21     3       name  Ljava/lang/String;
            6   21     4       addr  Lsun/jvm/hotspot/debugger/Address;
            7   21     5        len  I
           10   12     6          e  Ljava/lang/NumberFormatException;
           16   18     6          e  Ljava/lang/NumberFormatException;
           19   21     6  generator  Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
      Exception table:
        from    to  target  type
           7     8       9  Class java.lang.NumberFormatException
          13    14      15  Class java.lang.NumberFormatException
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
  sun.jvm.hotspot.CommandProcessor$12
  abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
  Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor