abstract class sun.jvm.hotspot.CommandProcessor$Command
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.CommandProcessor$Command
  super_class: java.lang.Object
{
  final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final java.lang.String usage;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final boolean okIfDisconnected;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final sun.jvm.hotspot.CommandProcessor this$0;
    descriptor: Lsun/jvm/hotspot/CommandProcessor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.CommandProcessor, java.lang.String, java.lang.String, boolean);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.jvm.hotspot.CommandProcessor$Command this
        start local 2 // java.lang.String n
        start local 3 // java.lang.String u
        start local 4 // boolean ok
         0: .line 247
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.CommandProcessor$Command.this$0:Lsun/jvm/hotspot/CommandProcessor;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 248
            aload 0 /* this */
            aload 2 /* n */
            putfield sun.jvm.hotspot.CommandProcessor$Command.name:Ljava/lang/String;
         2: .line 249
            aload 0 /* this */
            aload 3 /* u */
            putfield sun.jvm.hotspot.CommandProcessor$Command.usage:Ljava/lang/String;
         3: .line 250
            aload 0 /* this */
            iload 4 /* ok */
            putfield sun.jvm.hotspot.CommandProcessor$Command.okIfDisconnected:Z
         4: .line 251
            return
        end local 4 // boolean ok
        end local 3 // java.lang.String u
        end local 2 // java.lang.String n
        end local 0 // sun.jvm.hotspot.CommandProcessor$Command this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/CommandProcessor$Command;
            0    5     2     n  Ljava/lang/String;
            0    5     3     u  Ljava/lang/String;
            0    5     4    ok  Z
    MethodParameters:
        Name  Flags
      this$0  final
      n       
      u       
      ok      

  void <init>(sun.jvm.hotspot.CommandProcessor, java.lang.String, boolean);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.CommandProcessor$Command this
        start local 2 // java.lang.String n
        start local 3 // boolean ok
         0: .line 253
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.CommandProcessor$Command.this$0:Lsun/jvm/hotspot/CommandProcessor;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 254
            aload 0 /* this */
            aload 2 /* n */
            putfield sun.jvm.hotspot.CommandProcessor$Command.name:Ljava/lang/String;
         2: .line 255
            aload 0 /* this */
            aload 2 /* n */
            putfield sun.jvm.hotspot.CommandProcessor$Command.usage:Ljava/lang/String;
         3: .line 256
            aload 0 /* this */
            iload 3 /* ok */
            putfield sun.jvm.hotspot.CommandProcessor$Command.okIfDisconnected:Z
         4: .line 257
            return
        end local 3 // boolean ok
        end local 2 // java.lang.String n
        end local 0 // sun.jvm.hotspot.CommandProcessor$Command this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/CommandProcessor$Command;
            0    5     2     n  Ljava/lang/String;
            0    5     3    ok  Z
    MethodParameters:
        Name  Flags
      this$0  final
      n       
      ok      

  abstract void doit(sun.jvm.hotspot.CommandProcessor$Tokens);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      t     

  void usage();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.CommandProcessor$Command this
         0: .line 264
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$Command.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Usage: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$Command.usage:Ljava/lang/String;
            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
         1: .line 265
            return
        end local 0 // sun.jvm.hotspot.CommandProcessor$Command this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/CommandProcessor$Command;

  void printOopValue(sun.jvm.hotspot.oops.Oop);
    descriptor: (Lsun/jvm/hotspot/oops/Oop;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$Command this
        start local 1 // sun.jvm.hotspot.oops.Oop oop
         0: .line 268
            aload 1 /* oop */
            ifnull 9
         1: .line 269
            aload 1 /* oop */
            invokevirtual sun.jvm.hotspot.oops.Oop.getKlass:()Lsun/jvm/hotspot/oops/Klass;
            astore 2 /* k */
        start local 2 // sun.jvm.hotspot.oops.Klass k
         2: .line 270
            aload 2 /* k */
            invokevirtual sun.jvm.hotspot.oops.Klass.getName:()Lsun/jvm/hotspot/oops/Symbol;
            astore 3 /* s */
        start local 3 // sun.jvm.hotspot.oops.Symbol s
         3: .line 271
            aload 3 /* s */
            ifnull 6
         4: .line 272
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$Command.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Oop for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* s */
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()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;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         5: .line 273
            goto 7
         6: .line 274
      StackMap locals: sun.jvm.hotspot.oops.Klass sun.jvm.hotspot.oops.Symbol
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$Command.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc "Oop @ "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         7: .line 276
      StackMap locals:
      StackMap stack:
            aload 1 /* oop */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$Command.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            invokestatic sun.jvm.hotspot.oops.Oop.printOopAddressOn:(Lsun/jvm/hotspot/oops/Oop;Ljava/io/PrintStream;)V
        end local 3 // sun.jvm.hotspot.oops.Symbol s
        end local 2 // sun.jvm.hotspot.oops.Klass k
         8: .line 277
            goto 10
         9: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$Command.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc "null"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        10: .line 280
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.jvm.hotspot.oops.Oop oop
        end local 0 // sun.jvm.hotspot.CommandProcessor$Command this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/jvm/hotspot/CommandProcessor$Command;
            0   11     1   oop  Lsun/jvm/hotspot/oops/Oop;
            2    8     2     k  Lsun/jvm/hotspot/oops/Klass;
            3    8     3     s  Lsun/jvm/hotspot/oops/Symbol;
    MethodParameters:
      Name  Flags
      oop   

  void printNode(sun.jvm.hotspot.ui.tree.SimpleTreeNode);
    descriptor: (Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$Command this
        start local 1 // sun.jvm.hotspot.ui.tree.SimpleTreeNode node
         0: .line 283
            aload 1 /* node */
            invokeinterface sun.jvm.hotspot.ui.tree.SimpleTreeNode.getChildCount:()I
            istore 2 /* count */
        start local 2 // int count
         1: .line 284
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 18
         3: .line 286
      StackMap locals: int int
      StackMap stack:
            aload 1 /* node */
            iload 3 /* i */
            invokeinterface sun.jvm.hotspot.ui.tree.SimpleTreeNode.getChild:(I)Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
            astore 4 /* field */
        start local 4 // sun.jvm.hotspot.ui.tree.SimpleTreeNode field
         4: .line 287
            aload 4 /* field */
            instanceof sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
            ifeq 10
         5: .line 288
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$Command.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 4 /* field */
            invokevirtual java.io.PrintStream.print:(Ljava/lang/Object;)V
         6: .line 289
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$Command.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
         7: .line 290
            aload 0 /* this */
            aload 4 /* field */
            checkcast sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
            invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getOop:()Lsun/jvm/hotspot/oops/Oop;
            invokevirtual sun.jvm.hotspot.CommandProcessor$Command.printOopValue:(Lsun/jvm/hotspot/oops/Oop;)V
         8: .line 291
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$Command.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.println:()V
         9: .line 292
            goto 17
        10: .line 293
      StackMap locals: sun.jvm.hotspot.ui.tree.SimpleTreeNode
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$Command.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 4 /* field */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
        end local 4 // sun.jvm.hotspot.ui.tree.SimpleTreeNode field
        11: .line 295
            goto 17
      StackMap locals: sun.jvm.hotspot.CommandProcessor$Command sun.jvm.hotspot.ui.tree.SimpleTreeNode int int
      StackMap stack: java.lang.Exception
        12: astore 4 /* e */
        start local 4 // java.lang.Exception e
        13: .line 296
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$Command.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.println:()V
        14: .line 297
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$Command.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Error: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* e */
            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
        15: .line 298
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$Command.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.verboseExceptions:Z
            ifeq 17
        16: .line 299
            aload 4 /* e */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$Command.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            invokevirtual java.lang.Exception.printStackTrace:(Ljava/io/PrintStream;)V
        end local 4 // java.lang.Exception e
        17: .line 284
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 3 /* i */
            iload 2 /* count */
            if_icmplt 3
        end local 3 // int i
        19: .line 303
            return
        end local 2 // int count
        end local 1 // sun.jvm.hotspot.ui.tree.SimpleTreeNode node
        end local 0 // sun.jvm.hotspot.CommandProcessor$Command this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lsun/jvm/hotspot/CommandProcessor$Command;
            0   20     1   node  Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
            1   20     2  count  I
            2   19     3      i  I
            4   11     4  field  Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
           13   17     4      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           3    11      12  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      node  
}
SourceFile: "CommandProcessor.java"
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
  abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
  Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor