class sun.jvm.hotspot.CommandProcessor$4 extends sun.jvm.hotspot.CommandProcessor$Command
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.CommandProcessor$4
  super_class: sun.jvm.hotspot.CommandProcessor$Command
{
  java.util.regex.Pattern args1;
    descriptor: Ljava/util/regex/Pattern;
    flags: (0x0000) 

  java.util.regex.Pattern args2;
    descriptor: Ljava/util/regex/Pattern;
    flags: (0x0000) 

  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$4 this
        start local 3 // java.lang.String $anonymous0
        start local 4 // java.lang.String $anonymous1
        start local 5 // boolean $anonymous2
         0: .line 430
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.CommandProcessor$4.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
         1: .line 431
            aload 0 /* this */
            ldc "^(0x[0-9a-f]+)(/([0-9]*)([a-z]*))?$"
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
            putfield sun.jvm.hotspot.CommandProcessor$4.args1:Ljava/util/regex/Pattern;
         2: .line 432
            aload 0 /* this */
            ldc "^(0x[0-9a-f]+),(0x[0-9a-f]+)(/[a-z]*)?$"
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
            putfield sun.jvm.hotspot.CommandProcessor$4.args2:Ljava/util/regex/Pattern;
         3: .line 430
            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$4 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lsun/jvm/hotspot/CommandProcessor$4;
            0    4     3  $anonymous0  Ljava/lang/String;
            0    4     4  $anonymous1  Ljava/lang/String;
            0    4     5  $anonymous2  Z
    MethodParameters:
             Name  Flags
      this$0       final
      this$1       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  java.lang.String fill(sun.jvm.hotspot.debugger.Address, int);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;I)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.CommandProcessor$4 this
        start local 1 // sun.jvm.hotspot.debugger.Address a
        start local 2 // int width
         0: .line 435
            ldc "0x0"
            astore 3 /* s */
        start local 3 // java.lang.String s
         1: .line 436
            aload 1 /* a */
            ifnull 3
         2: .line 437
            aload 1 /* a */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 3 /* s */
         3: .line 439
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* s */
            invokevirtual java.lang.String.length:()I
            iload 2 /* width */
            if_icmpeq 5
         4: .line 440
            new java.lang.StringBuilder
            dup
            aload 3 /* s */
            iconst_0
            iconst_2
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "000000000000000000000"
            iconst_0
            iload 2 /* width */
            aload 3 /* s */
            invokevirtual java.lang.String.length:()I
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* s */
            iconst_2
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         5: .line 442
      StackMap locals:
      StackMap stack:
            aload 3 /* s */
            areturn
        end local 3 // java.lang.String s
        end local 2 // int width
        end local 1 // sun.jvm.hotspot.debugger.Address a
        end local 0 // sun.jvm.hotspot.CommandProcessor$4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/jvm/hotspot/CommandProcessor$4;
            0    6     1      a  Lsun/jvm/hotspot/debugger/Address;
            0    6     2  width  I
            1    6     3      s  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      a      
      width  

  public void doit(sun.jvm.hotspot.CommandProcessor$Tokens);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=13, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$4 this
        start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
         0: .line 446
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
            iconst_1
            if_icmpeq 3
         1: .line 447
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.CommandProcessor$4.usage:()V
         2: .line 448
            goto 47
         3: .line 449
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
            astore 2 /* arg */
        start local 2 // java.lang.String arg
         4: .line 450
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$4.args1:Ljava/util/regex/Pattern;
            aload 2 /* arg */
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            astore 3 /* m1 */
        start local 3 // java.util.regex.Matcher m1
         5: .line 451
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$4.args2:Ljava/util/regex/Pattern;
            aload 2 /* arg */
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            astore 4 /* m2 */
        start local 4 // java.util.regex.Matcher m2
         6: .line 452
            aconst_null
            astore 5 /* start */
        start local 5 // sun.jvm.hotspot.debugger.Address start
         7: .line 453
            aconst_null
            astore 6 /* end */
        start local 6 // sun.jvm.hotspot.debugger.Address end
         8: .line 455
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            l2i
            istore 7 /* formatSize */
        start local 7 // int formatSize
         9: .line 457
            aload 3 /* m1 */
            invokevirtual java.util.regex.Matcher.matches:()Z
            ifeq 16
        10: .line 458
            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 /* m1 */
            iconst_1
            invokevirtual java.util.regex.Matcher.group:(I)Ljava/lang/String;
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* start */
        11: .line 459
            iconst_1
            istore 8 /* count */
        start local 8 // int count
        12: .line 460
            aload 3 /* m1 */
            iconst_2
            invokevirtual java.util.regex.Matcher.group:(I)Ljava/lang/String;
            ifnull 14
        13: .line 461
            aload 3 /* m1 */
            iconst_3
            invokevirtual java.util.regex.Matcher.group:(I)Ljava/lang/String;
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 8 /* count */
        14: .line 463
      StackMap locals: sun.jvm.hotspot.CommandProcessor$4 sun.jvm.hotspot.CommandProcessor$Tokens java.lang.String java.util.regex.Matcher java.util.regex.Matcher sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address int int
      StackMap stack:
            aload 5 /* start */
            iload 8 /* count */
            iload 7 /* formatSize */
            imul
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 6 /* end */
        end local 8 // int count
        15: .line 464
            goto 22
      StackMap locals:
      StackMap stack:
        16: aload 4 /* m2 */
            invokevirtual java.util.regex.Matcher.matches:()Z
            ifeq 20
        17: .line 465
            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 4 /* m2 */
            iconst_1
            invokevirtual java.util.regex.Matcher.group:(I)Ljava/lang/String;
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* start */
        18: .line 466
            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 4 /* m2 */
            iconst_2
            invokevirtual java.util.regex.Matcher.group:(I)Ljava/lang/String;
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
            astore 6 /* end */
        19: .line 467
            goto 22
        20: .line 468
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.CommandProcessor$4.usage:()V
        21: .line 469
            return
        22: .line 471
      StackMap locals:
      StackMap stack:
            bipush 80
            istore 8 /* line */
        start local 8 // int line
        23: .line 472
            iload 7 /* formatSize */
            bipush 8
            imul
            iconst_4
            idiv
            iconst_2
            iadd
            istore 9 /* formatWidth */
        start local 9 // int formatWidth
        24: .line 474
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$4.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 0 /* this */
            aload 5 /* start */
            iload 9 /* formatWidth */
            invokevirtual sun.jvm.hotspot.CommandProcessor$4.fill:(Lsun/jvm/hotspot/debugger/Address;I)Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        25: .line 475
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$4.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc ": "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        26: .line 476
            iload 8 /* line */
            iload 9 /* formatWidth */
            isub
            iconst_2
            isub
            istore 10 /* width */
        start local 10 // int width
        27: .line 478
            iconst_1
            istore 11 /* needsPrintln */
        start local 11 // boolean needsPrintln
        28: .line 479
            goto 44
        29: .line 480
      StackMap locals: sun.jvm.hotspot.CommandProcessor$4 sun.jvm.hotspot.CommandProcessor$Tokens java.lang.String java.util.regex.Matcher java.util.regex.Matcher sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address int int int int int
      StackMap stack:
            aload 5 /* start */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 12 /* val */
        start local 12 // sun.jvm.hotspot.debugger.Address val
        30: .line 481
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$4.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 0 /* this */
            aload 12 /* val */
            iload 9 /* formatWidth */
            invokevirtual sun.jvm.hotspot.CommandProcessor$4.fill:(Lsun/jvm/hotspot/debugger/Address;I)Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        31: .line 482
            iconst_1
            istore 11 /* needsPrintln */
        32: .line 483
            iload 10 /* width */
            iload 9 /* formatWidth */
            isub
            istore 10 /* width */
        33: .line 484
            aload 5 /* start */
            iload 7 /* formatSize */
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* start */
        34: .line 485
            iload 10 /* width */
            iload 9 /* formatWidth */
            if_icmpgt 42
        35: .line 486
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$4.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.println:()V
        36: .line 487
            iconst_0
            istore 11 /* needsPrintln */
        37: .line 488
            aload 5 /* start */
            aload 6 /* end */
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 44
        38: .line 489
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$4.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 0 /* this */
            aload 5 /* start */
            iload 9 /* formatWidth */
            invokevirtual sun.jvm.hotspot.CommandProcessor$4.fill:(Lsun/jvm/hotspot/debugger/Address;I)Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        39: .line 490
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$4.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc ": "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        40: .line 491
            iload 8 /* line */
            iload 9 /* formatWidth */
            isub
            iconst_2
            isub
            istore 10 /* width */
        41: .line 493
            goto 44
        42: .line 494
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$4.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc " "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        43: .line 495
            iinc 10 /* width */ -1
        end local 12 // sun.jvm.hotspot.debugger.Address val
        44: .line 479
      StackMap locals:
      StackMap stack:
            aload 5 /* start */
            ifnull 45
            aload 5 /* start */
            aload 6 /* end */
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifne 29
        45: .line 498
      StackMap locals:
      StackMap stack:
            iload 11 /* needsPrintln */
            ifeq 47
        46: .line 499
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$4.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.println:()V
        end local 11 // boolean needsPrintln
        end local 10 // int width
        end local 9 // int formatWidth
        end local 8 // int line
        end local 7 // int formatSize
        end local 6 // sun.jvm.hotspot.debugger.Address end
        end local 5 // sun.jvm.hotspot.debugger.Address start
        end local 4 // java.util.regex.Matcher m2
        end local 3 // java.util.regex.Matcher m1
        end local 2 // java.lang.String arg
        47: .line 502
      StackMap locals: sun.jvm.hotspot.CommandProcessor$4 sun.jvm.hotspot.CommandProcessor$Tokens
      StackMap stack:
            return
        end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
        end local 0 // sun.jvm.hotspot.CommandProcessor$4 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   48     0          this  Lsun/jvm/hotspot/CommandProcessor$4;
            0   48     1             t  Lsun/jvm/hotspot/CommandProcessor$Tokens;
            4   47     2           arg  Ljava/lang/String;
            5   47     3            m1  Ljava/util/regex/Matcher;
            6   47     4            m2  Ljava/util/regex/Matcher;
            7   47     5         start  Lsun/jvm/hotspot/debugger/Address;
            8   47     6           end  Lsun/jvm/hotspot/debugger/Address;
            9   47     7    formatSize  I
           12   15     8         count  I
           23   47     8          line  I
           24   47     9   formatWidth  I
           27   47    10         width  I
           28   47    11  needsPrintln  Z
           30   44    12           val  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
  sun.jvm.hotspot.CommandProcessor$4
  abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
  Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor