class sun.jvm.hotspot.CommandProcessor$22 extends sun.jvm.hotspot.CommandProcessor$Command
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.CommandProcessor$22
  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$22 this
        start local 3 // java.lang.String $anonymous0
        start local 4 // java.lang.String $anonymous1
        start local 5 // boolean $anonymous2
         0: .line 1013
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.CommandProcessor$22.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$22 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/jvm/hotspot/CommandProcessor$22;
            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=5, locals=7, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$22 this
        start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
         0: .line 1015
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
            iconst_1
            if_icmpeq 3
         1: .line 1016
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.CommandProcessor$22.usage:()V
         2: .line 1017
            goto 28
         3: .line 1018
      StackMap locals:
      StackMap stack:
            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 2 /* a */
        start local 2 // sun.jvm.hotspot.debugger.Address a
         4: .line 1019
            aconst_null
            astore 3 /* node */
        start local 3 // sun.jvm.hotspot.ui.tree.SimpleTreeNode node
         5: .line 1020
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getUniverse:()Lsun/jvm/hotspot/memory/Universe;
            invokevirtual sun.jvm.hotspot.memory.Universe.heap:()Lsun/jvm/hotspot/gc/shared/CollectedHeap;
            aload 2 /* a */
            invokevirtual sun.jvm.hotspot.gc.shared.CollectedHeap.isInReserved:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 13
         6: .line 1021
            aload 2 /* a */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetToAsOopHandle:(J)Lsun/jvm/hotspot/debugger/OopHandle;
            astore 4 /* handle */
        start local 4 // sun.jvm.hotspot.debugger.OopHandle handle
         7: .line 1022
            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 4 /* handle */
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.newOop:(Lsun/jvm/hotspot/debugger/OopHandle;)Lsun/jvm/hotspot/oops/Oop;
            astore 5 /* oop */
        start local 5 // sun.jvm.hotspot.oops.Oop oop
         8: .line 1023
            new sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
            dup
            aload 5 /* oop */
            aconst_null
            invokespecial sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/Oop;Lsun/jvm/hotspot/oops/FieldIdentifier;)V
            astore 3 /* node */
         9: .line 1025
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$22.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "instance of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* node */
            invokeinterface sun.jvm.hotspot.ui.tree.SimpleTreeNode.getValue:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " @ "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* a */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        10: .line 1026
            ldc " (size = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* oop */
            invokevirtual sun.jvm.hotspot.oops.Oop.getObjectSize:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        11: .line 1025
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 5 // sun.jvm.hotspot.oops.Oop oop
        end local 4 // sun.jvm.hotspot.debugger.OopHandle handle
        12: .line 1027
            goto 16
      StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.ui.tree.SimpleTreeNode
      StackMap stack:
        13: 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 2 /* a */
            invokevirtual sun.jvm.hotspot.code.CodeCache.contains:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 16
        14: .line 1028
            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 2 /* a */
            invokevirtual sun.jvm.hotspot.code.CodeCache.findBlobUnsafe:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
            astore 4 /* blob */
        start local 4 // sun.jvm.hotspot.code.CodeBlob blob
        15: .line 1029
            aload 4 /* blob */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.headerBegin:()Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* a */
        end local 4 // sun.jvm.hotspot.code.CodeBlob blob
        16: .line 1031
      StackMap locals:
      StackMap stack:
            aload 3 /* node */
            ifnonnull 26
        17: .line 1032
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getTypeDataBase:()Lsun/jvm/hotspot/types/TypeDataBase;
            aload 2 /* a */
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.guessTypeForAddress:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/types/Type;
            astore 4 /* type */
        start local 4 // sun.jvm.hotspot.types.Type type
        18: .line 1033
            aload 4 /* type */
            ifnonnull 23
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isSharingEnabled:()Z
            ifeq 23
        19: .line 1035
            aload 2 /* a */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* loc1 */
        start local 5 // sun.jvm.hotspot.debugger.Address loc1
        20: .line 1036
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getFileMapInfo:()Lsun/jvm/hotspot/memory/FileMapInfo;
            astore 6 /* cdsFileMapInfo */
        start local 6 // sun.jvm.hotspot.memory.FileMapInfo cdsFileMapInfo
        21: .line 1037
            aload 6 /* cdsFileMapInfo */
            aload 5 /* loc1 */
            invokevirtual sun.jvm.hotspot.memory.FileMapInfo.inCopiedVtableSpace:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 23
        22: .line 1038
            aload 6 /* cdsFileMapInfo */
            aload 5 /* loc1 */
            invokevirtual sun.jvm.hotspot.memory.FileMapInfo.getTypeForVptrAddress:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/types/Type;
            astore 4 /* type */
        end local 6 // sun.jvm.hotspot.memory.FileMapInfo cdsFileMapInfo
        end local 5 // sun.jvm.hotspot.debugger.Address loc1
        23: .line 1042
      StackMap locals: sun.jvm.hotspot.types.Type
      StackMap stack:
            aload 4 /* type */
            ifnull 26
        24: .line 1043
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$22.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Type is "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " (size of "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ")"
            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
        25: .line 1044
            new sun.jvm.hotspot.ui.tree.CTypeTreeNodeAdapter
            dup
            aload 2 /* a */
            aload 4 /* type */
            aconst_null
            invokespecial sun.jvm.hotspot.ui.tree.CTypeTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/types/Type;Lsun/jvm/hotspot/oops/FieldIdentifier;)V
            astore 3 /* node */
        end local 4 // sun.jvm.hotspot.types.Type type
        26: .line 1047
      StackMap locals:
      StackMap stack:
            aload 3 /* node */
            ifnull 28
        27: .line 1048
            aload 0 /* this */
            aload 3 /* node */
            invokevirtual sun.jvm.hotspot.CommandProcessor$22.printNode:(Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;)V
        end local 3 // sun.jvm.hotspot.ui.tree.SimpleTreeNode node
        end local 2 // sun.jvm.hotspot.debugger.Address a
        28: .line 1051
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
        end local 0 // sun.jvm.hotspot.CommandProcessor$22 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   29     0            this  Lsun/jvm/hotspot/CommandProcessor$22;
            0   29     1               t  Lsun/jvm/hotspot/CommandProcessor$Tokens;
            4   28     2               a  Lsun/jvm/hotspot/debugger/Address;
            5   28     3            node  Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
            7   12     4          handle  Lsun/jvm/hotspot/debugger/OopHandle;
            8   12     5             oop  Lsun/jvm/hotspot/oops/Oop;
           15   16     4            blob  Lsun/jvm/hotspot/code/CodeBlob;
           18   26     4            type  Lsun/jvm/hotspot/types/Type;
           20   23     5            loc1  Lsun/jvm/hotspot/debugger/Address;
           21   23     6  cdsFileMapInfo  Lsun/jvm/hotspot/memory/FileMapInfo;
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
  sun.jvm.hotspot.CommandProcessor$22
  abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
  Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor