class sun.jvm.hotspot.CommandProcessor$40 extends sun.jvm.hotspot.CommandProcessor$Command
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.CommandProcessor$40
  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$40 this
        start local 3 // java.lang.String $anonymous0
        start local 4 // java.lang.String $anonymous1
        start local 5 // boolean $anonymous2
         0: .line 1429
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.CommandProcessor$40.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$40 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/jvm/hotspot/CommandProcessor$40;
            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=6, locals=12, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$40 this
        start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
         0: .line 1431
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
            iconst_2
            if_icmpeq 3
         1: .line 1432
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.CommandProcessor$40.usage:()V
         2: .line 1433
            return
         3: .line 1435
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
            astore 2 /* type */
        start local 2 // java.lang.String type
         4: .line 1436
            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 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* value */
        start local 3 // sun.jvm.hotspot.debugger.Address value
         5: .line 1437
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lstore 4 /* stride */
        start local 4 // long stride
         6: .line 1438
            aload 2 /* type */
            ldc "threads"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 28
         7: .line 1439
            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 6 /* threads */
        start local 6 // sun.jvm.hotspot.runtime.Threads threads
         8: .line 1440
            aload 6 /* threads */
            invokevirtual sun.jvm.hotspot.runtime.Threads.first:()Lsun/jvm/hotspot/runtime/JavaThread;
            astore 7 /* thread */
        start local 7 // sun.jvm.hotspot.runtime.JavaThread thread
         9: goto 26
        10: .line 1441
      StackMap locals: sun.jvm.hotspot.CommandProcessor$40 sun.jvm.hotspot.CommandProcessor$Tokens java.lang.String sun.jvm.hotspot.debugger.Address long sun.jvm.hotspot.runtime.Threads sun.jvm.hotspot.runtime.JavaThread
      StackMap stack:
            aload 7 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getStackBase:()Lsun/jvm/hotspot/debugger/Address;
            astore 8 /* base */
        start local 8 // sun.jvm.hotspot.debugger.Address base
        11: .line 1442
            aload 7 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaSP:()Lsun/jvm/hotspot/debugger/Address;
            astore 9 /* end */
        start local 9 // sun.jvm.hotspot.debugger.Address end
        12: .line 1443
            aload 9 /* end */
            ifnonnull 13
            goto 25
        13: .line 1444
      StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 9 /* end */
            aload 8 /* base */
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 24
        14: .line 1445
            aload 8 /* base */
            astore 10 /* tmp */
        start local 10 // sun.jvm.hotspot.debugger.Address tmp
        15: .line 1446
            aload 9 /* end */
            astore 8 /* base */
        16: .line 1447
            aload 10 /* tmp */
            astore 9 /* end */
        end local 10 // sun.jvm.hotspot.debugger.Address tmp
        17: .line 1450
            goto 24
        18: .line 1451
      StackMap locals:
      StackMap stack:
            aload 8 /* base */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 10 /* val */
        start local 10 // sun.jvm.hotspot.debugger.Address val
        19: .line 1452
            aload 10 /* val */
            aload 3 /* value */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.equal:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 23
        20: .line 1453
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 11 /* bos */
        start local 11 // java.io.ByteArrayOutputStream bos
        21: .line 1454
            aload 7 /* thread */
            new java.io.PrintStream
            dup
            aload 11 /* bos */
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.printThreadIDOn:(Ljava/io/PrintStream;)V
        22: .line 1455
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$40.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "found on the stack of thread "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 11 /* bos */
            invokevirtual java.io.ByteArrayOutputStream.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " at "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 8 /* base */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 11 // java.io.ByteArrayOutputStream bos
        23: .line 1457
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 8 /* base */
            lload 4 /* stride */
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 8 /* base */
        end local 10 // sun.jvm.hotspot.debugger.Address val
        24: .line 1450
      StackMap locals:
      StackMap stack:
            aload 8 /* base */
            ifnull 25
            aload 8 /* base */
            aload 9 /* end */
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifne 18
        end local 9 // sun.jvm.hotspot.debugger.Address end
        end local 8 // sun.jvm.hotspot.debugger.Address base
        25: .line 1440
      StackMap locals:
      StackMap stack:
            aload 7 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.next:()Lsun/jvm/hotspot/runtime/JavaThread;
            astore 7 /* thread */
      StackMap locals:
      StackMap stack:
        26: aload 7 /* thread */
            ifnonnull 10
        end local 7 // sun.jvm.hotspot.runtime.JavaThread thread
        end local 6 // sun.jvm.hotspot.runtime.Threads threads
        27: .line 1460
            goto 39
      StackMap locals:
      StackMap stack:
        28: aload 2 /* type */
            ldc "rawheap"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 32
        29: .line 1461
            new sun.jvm.hotspot.CommandProcessor$40$1
            dup
            aload 0 /* this */
            aload 3 /* value */
            invokespecial sun.jvm.hotspot.CommandProcessor$40$1.<init>:(Lsun/jvm/hotspot/CommandProcessor$40;Lsun/jvm/hotspot/debugger/Address;)V
            astore 6 /* iterator */
        start local 6 // sun.jvm.hotspot.oops.RawHeapVisitor iterator
        30: .line 1480
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            aload 6 /* iterator */
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.iterateRaw:(Lsun/jvm/hotspot/oops/RawHeapVisitor;)V
        end local 6 // sun.jvm.hotspot.oops.RawHeapVisitor iterator
        31: .line 1481
            goto 39
      StackMap locals:
      StackMap stack:
        32: aload 2 /* type */
            ldc "heap"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 36
        33: .line 1482
            new sun.jvm.hotspot.CommandProcessor$40$2
            dup
            aload 0 /* this */
            aload 3 /* value */
            invokespecial sun.jvm.hotspot.CommandProcessor$40$2.<init>:(Lsun/jvm/hotspot/CommandProcessor$40;Lsun/jvm/hotspot/debugger/Address;)V
            astore 6 /* iterator */
        start local 6 // sun.jvm.hotspot.oops.HeapVisitor iterator
        34: .line 1498
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            aload 6 /* iterator */
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.iterate:(Lsun/jvm/hotspot/oops/HeapVisitor;)V
        end local 6 // sun.jvm.hotspot.oops.HeapVisitor iterator
        35: .line 1499
            goto 39
      StackMap locals:
      StackMap stack:
        36: aload 2 /* type */
            ldc "codecache"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 39
        37: .line 1500
            new sun.jvm.hotspot.CommandProcessor$40$3
            dup
            aload 0 /* this */
            aload 3 /* value */
            lload 4 /* stride */
            invokespecial sun.jvm.hotspot.CommandProcessor$40$3.<init>:(Lsun/jvm/hotspot/CommandProcessor$40;Lsun/jvm/hotspot/debugger/Address;J)V
            astore 6 /* v */
        start local 6 // sun.jvm.hotspot.code.CodeCacheVisitor v
        38: .line 1529
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getCodeCache:()Lsun/jvm/hotspot/code/CodeCache;
            aload 6 /* v */
            invokevirtual sun.jvm.hotspot.code.CodeCache.iterate:(Lsun/jvm/hotspot/code/CodeCacheVisitor;)V
        end local 6 // sun.jvm.hotspot.code.CodeCacheVisitor v
        39: .line 1532
      StackMap locals:
      StackMap stack:
            return
        end local 4 // long stride
        end local 3 // sun.jvm.hotspot.debugger.Address value
        end local 2 // java.lang.String type
        end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
        end local 0 // sun.jvm.hotspot.CommandProcessor$40 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   40     0      this  Lsun/jvm/hotspot/CommandProcessor$40;
            0   40     1         t  Lsun/jvm/hotspot/CommandProcessor$Tokens;
            4   40     2      type  Ljava/lang/String;
            5   40     3     value  Lsun/jvm/hotspot/debugger/Address;
            6   40     4    stride  J
            8   27     6   threads  Lsun/jvm/hotspot/runtime/Threads;
            9   27     7    thread  Lsun/jvm/hotspot/runtime/JavaThread;
           11   25     8      base  Lsun/jvm/hotspot/debugger/Address;
           12   25     9       end  Lsun/jvm/hotspot/debugger/Address;
           15   17    10       tmp  Lsun/jvm/hotspot/debugger/Address;
           19   24    10       val  Lsun/jvm/hotspot/debugger/Address;
           21   23    11       bos  Ljava/io/ByteArrayOutputStream;
           30   31     6  iterator  Lsun/jvm/hotspot/oops/RawHeapVisitor;
           34   35     6  iterator  Lsun/jvm/hotspot/oops/HeapVisitor;
           38   39     6         v  Lsun/jvm/hotspot/code/CodeCacheVisitor;
    MethodParameters:
      Name  Flags
      t     

  static sun.jvm.hotspot.CommandProcessor access$0(sun.jvm.hotspot.CommandProcessor$40);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor$40;)Lsun/jvm/hotspot/CommandProcessor;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1429
            aload 0
            getfield sun.jvm.hotspot.CommandProcessor$40.this$0:Lsun/jvm/hotspot/CommandProcessor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
  sun.jvm.hotspot.CommandProcessor$40
  sun.jvm.hotspot.CommandProcessor$40$1
  sun.jvm.hotspot.CommandProcessor$40$2
  sun.jvm.hotspot.CommandProcessor$40$3
  abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
  Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor