public class sun.jvm.hotspot.CommandProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.CommandProcessor
  super_class: java.lang.Object
{
  volatile boolean quit;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  private final sun.jvm.hotspot.CommandProcessor$Command[] commandList;
    descriptor: [Lsun/jvm/hotspot/CommandProcessor$Command;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean verboseExceptions;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.util.ArrayList history;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE

  private java.util.HashMap commands;
    descriptor: Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE

  private boolean doEcho;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.CommandProcessor$DebuggerInterface debugger;
    descriptor: Lsun/jvm/hotspot/CommandProcessor$DebuggerInterface;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.HotSpotAgent agent;
    descriptor: Lsun/jvm/hotspot/HotSpotAgent;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.utilities.soql.JSJavaScriptEngine jsengine;
    descriptor: Lsun/jvm/hotspot/utilities/soql/JSJavaScriptEngine;
    flags: (0x0002) ACC_PRIVATE

  private java.io.BufferedReader in;
    descriptor: Ljava/io/BufferedReader;
    flags: (0x0002) ACC_PRIVATE

  private java.io.PrintStream out;
    descriptor: Ljava/io/PrintStream;
    flags: (0x0002) ACC_PRIVATE

  private java.io.PrintStream err;
    descriptor: Ljava/io/PrintStream;
    flags: (0x0002) ACC_PRIVATE

  static java.util.regex.Pattern historyPattern;
    descriptor: Ljava/util/regex/Pattern;
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1828
            ldc "((!\\*)|(!\\$)|(!!-?)|(!-?[0-9][0-9]*)|(![a-zA-Z][^ ]*))"
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
            putstatic sun.jvm.hotspot.CommandProcessor.historyPattern:Ljava/util/regex/Pattern;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void quote(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor this
        start local 1 // java.lang.String s
         0: .line 307
            aload 1 /* s */
            ldc " "
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            iconst_m1
            if_icmpne 3
         1: .line 308
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 1 /* s */
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         2: .line 309
            goto 6
         3: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc "\""
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         4: .line 311
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 1 /* s */
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         5: .line 312
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc "\""
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         6: .line 314
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String s
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/CommandProcessor;
            0    7     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  void dumpType(sun.jvm.hotspot.types.Type);
    descriptor: (Lsun/jvm/hotspot/types/Type;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor this
        start local 1 // sun.jvm.hotspot.types.Type type
         0: .line 317
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc "type "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 318
            aload 0 /* this */
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.CommandProcessor.quote:(Ljava/lang/String;)V
         2: .line 319
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc " "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         3: .line 320
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.getSuperclass:()Lsun/jvm/hotspot/types/Type;
            ifnull 7
         4: .line 321
            aload 0 /* this */
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.getSuperclass:()Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.CommandProcessor.quote:(Ljava/lang/String;)V
         5: .line 322
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc " "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         6: .line 323
            goto 8
         7: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc "null "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         8: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.isOopType:()Z
            invokevirtual java.io.PrintStream.print:(Z)V
         9: .line 327
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc " "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        10: .line 328
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.isCIntegerType:()Z
            ifeq 15
        11: .line 329
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc "true "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        12: .line 330
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 1 /* type */
            checkcast sun.jvm.hotspot.types.CIntegerType
            invokeinterface sun.jvm.hotspot.types.CIntegerType.isUnsigned:()Z
            invokevirtual java.io.PrintStream.print:(Z)V
        13: .line 331
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc " "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        14: .line 332
            goto 16
        15: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc "false false "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        16: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            invokevirtual java.io.PrintStream.print:(J)V
        17: .line 336
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.println:()V
        18: .line 337
            return
        end local 1 // sun.jvm.hotspot.types.Type type
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lsun/jvm/hotspot/CommandProcessor;
            0   19     1  type  Lsun/jvm/hotspot/types/Type;
    MethodParameters:
      Name  Flags
      type  

  void dumpFields(sun.jvm.hotspot.types.Type);
    descriptor: (Lsun/jvm/hotspot/types/Type;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor this
        start local 1 // sun.jvm.hotspot.types.Type type
         0: .line 340
            aload 0 /* this */
            aload 1 /* type */
            iconst_1
            invokevirtual sun.jvm.hotspot.CommandProcessor.dumpFields:(Lsun/jvm/hotspot/types/Type;Z)V
         1: .line 341
            return
        end local 1 // sun.jvm.hotspot.types.Type type
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/CommandProcessor;
            0    2     1  type  Lsun/jvm/hotspot/types/Type;
    MethodParameters:
      Name  Flags
      type  

  void dumpFields(sun.jvm.hotspot.types.Type, boolean);
    descriptor: (Lsun/jvm/hotspot/types/Type;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // sun.jvm.hotspot.CommandProcessor this
        start local 1 // sun.jvm.hotspot.types.Type type
        start local 2 // boolean allowStatic
         0: .line 344
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.getFields:()Ljava/util/Iterator;
            astore 3 /* i */
        start local 3 // java.util.Iterator i
         1: .line 345
            goto 20
         2: .line 346
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 3 /* i */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.types.Field
            astore 4 /* f */
        start local 4 // sun.jvm.hotspot.types.Field f
         3: .line 347
            iload 2 /* allowStatic */
            ifne 4
            aload 4 /* f */
            invokeinterface sun.jvm.hotspot.types.Field.isStatic:()Z
            ifeq 4
            goto 20
         4: .line 348
      StackMap locals: sun.jvm.hotspot.types.Field
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc "field "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         5: .line 349
            aload 0 /* this */
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.CommandProcessor.quote:(Ljava/lang/String;)V
         6: .line 350
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc " "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         7: .line 351
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 4 /* f */
            invokeinterface sun.jvm.hotspot.types.Field.getName:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         8: .line 352
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc " "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         9: .line 353
            aload 0 /* this */
            aload 4 /* f */
            invokeinterface sun.jvm.hotspot.types.Field.getType:()Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.CommandProcessor.quote:(Ljava/lang/String;)V
        10: .line 354
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc " "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        11: .line 355
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 4 /* f */
            invokeinterface sun.jvm.hotspot.types.Field.isStatic:()Z
            invokevirtual java.io.PrintStream.print:(Z)V
        12: .line 356
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc " "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        13: .line 357
            aload 4 /* f */
            invokeinterface sun.jvm.hotspot.types.Field.isStatic:()Z
            ifeq 17
        14: .line 358
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc "0 "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        15: .line 359
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 4 /* f */
            invokeinterface sun.jvm.hotspot.types.Field.getStaticFieldAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/Object;)V
        16: .line 360
            goto 19
        17: .line 361
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 4 /* f */
            invokeinterface sun.jvm.hotspot.types.Field.getOffset:()J
            invokevirtual java.io.PrintStream.print:(J)V
        18: .line 362
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc " 0x0"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        19: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.println:()V
        end local 4 // sun.jvm.hotspot.types.Field f
        20: .line 345
      StackMap locals:
      StackMap stack:
            aload 3 /* i */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        21: .line 366
            return
        end local 3 // java.util.Iterator i
        end local 2 // boolean allowStatic
        end local 1 // sun.jvm.hotspot.types.Type type
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   22     0         this  Lsun/jvm/hotspot/CommandProcessor;
            0   22     1         type  Lsun/jvm/hotspot/types/Type;
            0   22     2  allowStatic  Z
            1   22     3            i  Ljava/util/Iterator;
            3   20     4            f  Lsun/jvm/hotspot/types/Field;
    MethodParameters:
             Name  Flags
      type         
      allowStatic  

  sun.jvm.hotspot.debugger.Address lookup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor this
        start local 1 // java.lang.String symbol
         0: .line 370
            aload 1 /* symbol */
            ldc "::"
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            iconst_m1
            if_icmpeq 15
         1: .line 371
            aload 1 /* symbol */
            ldc "::"
            invokevirtual java.lang.String.split:(Ljava/lang/String;)[Ljava/lang/String;
            astore 2 /* parts */
        start local 2 // java.lang.String[] parts
         2: .line 372
            new java.lang.StringBuffer
            dup
            ldc "__1c"
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 3 /* mangled */
        start local 3 // java.lang.StringBuffer mangled
         3: .line 373
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 12
         5: .line 374
      StackMap locals: java.lang.String[] java.lang.StringBuffer int
      StackMap stack:
            aload 2 /* parts */
            iload 4 /* i */
            aaload
            invokevirtual java.lang.String.length:()I
            istore 5 /* len */
        start local 5 // int len
         6: .line 375
            iload 5 /* len */
            bipush 26
            if_icmplt 9
         7: .line 376
            aload 3 /* mangled */
            bipush 97
            iload 5 /* len */
            bipush 26
            idiv
            iadd
            i2c
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         8: .line 377
            iload 5 /* len */
            bipush 26
            irem
            istore 5 /* len */
         9: .line 379
      StackMap locals: int
      StackMap stack:
            aload 3 /* mangled */
            bipush 65
            iload 5 /* len */
            iadd
            i2c
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        10: .line 380
            aload 3 /* mangled */
            aload 2 /* parts */
            iload 4 /* i */
            aaload
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 5 // int len
        11: .line 373
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* i */
            aload 2 /* parts */
            arraylength
            if_icmplt 5
        end local 4 // int i
        13: .line 382
            aload 3 /* mangled */
            ldc "_"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        14: .line 383
            aload 3 /* mangled */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            astore 1 /* symbol */
        end local 3 // java.lang.StringBuffer mangled
        end local 2 // java.lang.String[] parts
        15: .line 385
      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;
            aconst_null
            aload 1 /* symbol */
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.lookup:(Ljava/lang/String;Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 1 // java.lang.String symbol
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lsun/jvm/hotspot/CommandProcessor;
            0   16     1   symbol  Ljava/lang/String;
            2   15     2    parts  [Ljava/lang/String;
            3   15     3  mangled  Ljava/lang/StringBuffer;
            4   13     4        i  I
            6   11     5      len  I
    MethodParameters:
        Name  Flags
      symbol  

  sun.jvm.hotspot.debugger.Address parseAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor this
        start local 1 // java.lang.String addr
         0: .line 389
            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 /* addr */
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 1 // java.lang.String addr
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/CommandProcessor;
            0    1     1  addr  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      addr  

  private sun.jvm.hotspot.CommandProcessor$Command findCommand(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/CommandProcessor$Command;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor this
        start local 1 // java.lang.String key
         0: .line 1704
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.commands:Ljava/util/HashMap;
            aload 1 /* key */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.CommandProcessor$Command
            areturn
        end local 1 // java.lang.String key
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/CommandProcessor;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public void printPrompt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.CommandProcessor this
         0: .line 1708
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc "hsdb> "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 1709
            return
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/CommandProcessor;

  private void preAttach();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.CommandProcessor this
         0: .line 1721
            return
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/CommandProcessor;

  private void postAttach();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.CommandProcessor this
         0: .line 1727
            aload 0 /* this */
            new sun.jvm.hotspot.CommandProcessor$50
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.CommandProcessor$50.<init>:(Lsun/jvm/hotspot/CommandProcessor;)V
            putfield sun.jvm.hotspot.CommandProcessor.jsengine:Lsun/jvm/hotspot/utilities/soql/JSJavaScriptEngine;
         1: .line 1751
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.jsengine:Lsun/jvm/hotspot/utilities/soql/JSJavaScriptEngine;
            aload 0 /* this */
         2: .line 1752
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc "registerCommand"
         3: .line 1753
            iconst_3
            anewarray java.lang.Class
            dup
            iconst_0
         4: .line 1754
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_2
            ldc Ljava/lang/String;
            aastore
         5: .line 1752
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
         6: .line 1751
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaScriptEngine.defineFunction:(Ljava/lang/Object;Ljava/lang/reflect/Method;)V
         7: .line 1756
            goto 10
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
         8: astore 1 /* exp */
        start local 1 // java.lang.NoSuchMethodException exp
         9: .line 1758
            aload 1 /* exp */
            invokevirtual java.lang.NoSuchMethodException.printStackTrace:()V
        end local 1 // java.lang.NoSuchMethodException exp
        10: .line 1760
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.jsengine:Lsun/jvm/hotspot/utilities/soql/JSJavaScriptEngine;
            invokevirtual sun.jvm.hotspot.utilities.soql.JSJavaScriptEngine.start:()V
        11: .line 1761
            goto 16
        12: .line 1762
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* ex */
        start local 1 // java.lang.Exception ex
        13: .line 1763
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Warning! JS Engine can't start, some commands will not be available."
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        14: .line 1764
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.verboseExceptions:Z
            ifeq 16
        15: .line 1765
            aload 1 /* ex */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            invokevirtual java.lang.Exception.printStackTrace:(Ljava/io/PrintStream;)V
        end local 1 // java.lang.Exception ex
        16: .line 1768
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lsun/jvm/hotspot/CommandProcessor;
            9   10     1   exp  Ljava/lang/NoSuchMethodException;
           13   16     1    ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     7       8  Class java.lang.NoSuchMethodException
           0    11      12  Class java.lang.Exception

  public void registerCommand(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.CommandProcessor this
        start local 1 // java.lang.String cmd
        start local 2 // java.lang.String usage
        start local 3 // java.lang.String func
         0: .line 1771
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.commands:Ljava/util/HashMap;
            aload 1 /* cmd */
            new sun.jvm.hotspot.CommandProcessor$51
            dup
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* cmd */
            aload 2 /* usage */
            iconst_0
            aload 3 /* func */
            invokespecial sun.jvm.hotspot.CommandProcessor$51.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;)V
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 1781
            return
        end local 3 // java.lang.String func
        end local 2 // java.lang.String usage
        end local 1 // java.lang.String cmd
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/jvm/hotspot/CommandProcessor;
            0    2     1    cmd  Ljava/lang/String;
            0    2     2  usage  Ljava/lang/String;
            0    2     3   func  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      cmd    
      usage  
      func   final

  public void setOutput(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor this
        start local 1 // java.io.PrintStream o
         0: .line 1784
            aload 0 /* this */
            aload 1 /* o */
            putfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
         1: .line 1785
            return
        end local 1 // java.io.PrintStream o
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/CommandProcessor;
            0    2     1     o  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      o     

  public void setErr(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor this
        start local 1 // java.io.PrintStream e
         0: .line 1788
            aload 0 /* this */
            aload 1 /* e */
            putfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
         1: .line 1789
            return
        end local 1 // java.io.PrintStream e
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/CommandProcessor;
            0    2     1     e  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      e     

  public void <init>(sun.jvm.hotspot.CommandProcessor$DebuggerInterface, java.io.BufferedReader, java.io.PrintStream, java.io.PrintStream);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor$DebuggerInterface;Ljava/io/BufferedReader;Ljava/io/PrintStream;Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=7, args_size=5
        start local 0 // sun.jvm.hotspot.CommandProcessor this
        start local 1 // sun.jvm.hotspot.CommandProcessor$DebuggerInterface debugger
        start local 2 // java.io.BufferedReader in
        start local 3 // java.io.PrintStream out
        start local 4 // java.io.PrintStream err
         0: .line 1791
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 392
            aload 0 /* this */
            bipush 49
            anewarray sun.jvm.hotspot.CommandProcessor$Command
            dup
            iconst_0
         2: .line 393
            new sun.jvm.hotspot.CommandProcessor$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "reattach"
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$1.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
            aastore
            dup
            iconst_1
         3: .line 405
            new sun.jvm.hotspot.CommandProcessor$2
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "attach"
            ldc "attach pid | exec core"
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$2.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            iconst_2
         4: .line 421
            new sun.jvm.hotspot.CommandProcessor$3
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "detach"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$3.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
            aastore
            dup
            iconst_3
         5: .line 430
            new sun.jvm.hotspot.CommandProcessor$4
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "examine"
            ldc "examine [ address/count ] | [ address,address]"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$4.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            iconst_4
         6: .line 504
            new sun.jvm.hotspot.CommandProcessor$5
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "dumpreplaydata"
            ldc "dumpreplaydata { <address > | -a | <thread_id> }"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$5.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            iconst_5
         7: .line 554
            new sun.jvm.hotspot.CommandProcessor$6
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "buildreplayjars"
            ldc "buildreplayjars [ all | app | boot ]  | [ prefix ]"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$6.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 6
         8: .line 608
            new sun.jvm.hotspot.CommandProcessor$7
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "findpc"
            ldc "findpc address"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$7.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 7
         9: .line 619
            new sun.jvm.hotspot.CommandProcessor$8
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "symbol"
            ldc "symbol address"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$8.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 8
        10: .line 630
            new sun.jvm.hotspot.CommandProcessor$9
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "flags"
            ldc "flags [ flag | -nd ]"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$9.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 9
        11: .line 667
            new sun.jvm.hotspot.CommandProcessor$10
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "help"
            ldc "help [ command ]"
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$10.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 10
        12: .line 692
            new sun.jvm.hotspot.CommandProcessor$11
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "history"
            ldc "history"
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$11.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 11
        13: .line 707
            new sun.jvm.hotspot.CommandProcessor$12
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "dis"
            ldc "dis address [length]"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$12.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 12
        14: .line 737
            new sun.jvm.hotspot.CommandProcessor$13
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "disassemble"
            ldc "disassemble address"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$13.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 13
        15: .line 758
            new sun.jvm.hotspot.CommandProcessor$14
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "jdis"
            ldc "jdis address"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$14.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 14
        16: .line 771
            new sun.jvm.hotspot.CommandProcessor$15
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "revptrs"
            ldc "revptrs address"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$15.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 15
        17: .line 833
            new sun.jvm.hotspot.CommandProcessor$16
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "printmdo"
            ldc "printmdo [ -a | expression ]"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$16.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 16
        18: .line 869
            new sun.jvm.hotspot.CommandProcessor$17
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "printall"
            ldc "printall"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$17.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 17
        19: .line 892
            new sun.jvm.hotspot.CommandProcessor$18
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "dumpideal"
            ldc "dumpideal { -a | id }"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$18.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 18
        20: .line 921
            new sun.jvm.hotspot.CommandProcessor$19
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "dumpcfg"
            ldc "dumpcfg { -a | id }"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$19.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 19
        21: .line 948
            new sun.jvm.hotspot.CommandProcessor$20
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "dumpilt"
            ldc "dumpilt { -a | id }"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$20.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 20
        22: .line 977
            new sun.jvm.hotspot.CommandProcessor$21
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "vmstructsdump"
            ldc "vmstructsdump"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$21.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 21
        23: .line 1013
            new sun.jvm.hotspot.CommandProcessor$22
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "inspect"
            ldc "inspect expression"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$22.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 22
        24: .line 1053
            new sun.jvm.hotspot.CommandProcessor$23
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "jhisto"
            ldc "jhisto"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$23.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 23
        25: .line 1059
            new sun.jvm.hotspot.CommandProcessor$24
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "jstack"
            ldc "jstack [-v]"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$24.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 24
        26: .line 1069
            new sun.jvm.hotspot.CommandProcessor$25
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "print"
            ldc "print expression"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$25.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 25
        27: .line 1080
            new sun.jvm.hotspot.CommandProcessor$26
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "printas"
            ldc "printas type expression"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$26.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 26
        28: .line 1095
            new sun.jvm.hotspot.CommandProcessor$27
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "printstatics"
            ldc "printstatics [ type ]"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$27.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 27
        29: .line 1111
            new sun.jvm.hotspot.CommandProcessor$28
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "pmap"
            ldc "pmap"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$28.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 28
        30: .line 1117
            new sun.jvm.hotspot.CommandProcessor$29
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "pstack"
            ldc "pstack [-v]"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$29.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 29
        31: .line 1127
            new sun.jvm.hotspot.CommandProcessor$30
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "quit"
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$30.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 30
        32: .line 1137
            new sun.jvm.hotspot.CommandProcessor$31
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "echo"
            ldc "echo [ true | false ]"
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$31.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 31
        33: .line 1148
            new sun.jvm.hotspot.CommandProcessor$32
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "versioncheck"
            ldc "versioncheck [ true | false ]"
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$32.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 32
        34: .line 1164
            new sun.jvm.hotspot.CommandProcessor$33
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "scanoops"
            ldc "scanoops start end [ type ]"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$33.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 33
        35: .line 1200
            new sun.jvm.hotspot.CommandProcessor$34
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "intConstant"
            ldc "intConstant [ name [ value ] ]"
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$34.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 34
        36: .line 1223
            new sun.jvm.hotspot.CommandProcessor$35
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "longConstant"
            ldc "longConstant [ name [ value ] ]"
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$35.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 35
        37: .line 1246
            new sun.jvm.hotspot.CommandProcessor$36
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "field"
            ldc "field [ type [ name fieldtype isStatic offset address ] ]"
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$36.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 36
        38: .line 1311
            new sun.jvm.hotspot.CommandProcessor$37
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "tokenize"
            ldc "tokenize ..."
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$37.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 37
        39: .line 1318
            new sun.jvm.hotspot.CommandProcessor$38
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "type"
            ldc "type [ type [ name super isOop isInteger isUnsigned size ] ]"
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$38.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 38
        40: .line 1406
            new sun.jvm.hotspot.CommandProcessor$39
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "source"
            ldc "source filename"
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$39.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 39
        41: .line 1429
            new sun.jvm.hotspot.CommandProcessor$40
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "search"
            ldc "search [ heap | perm | rawheap | codecache | threads ] value"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$40.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 40
        42: .line 1534
            new sun.jvm.hotspot.CommandProcessor$41
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "dumpcodecache"
            ldc "dumpcodecache"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$41.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 41
        43: .line 1556
            new sun.jvm.hotspot.CommandProcessor$42
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "where"
            ldc "where { -a | id }"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$42.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 42
        44: .line 1585
            new sun.jvm.hotspot.CommandProcessor$43
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "thread"
            ldc "thread { -a | id }"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$43.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 43
        45: .line 1610
            new sun.jvm.hotspot.CommandProcessor$44
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "threads"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$44.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 44
        46: .line 1626
            new sun.jvm.hotspot.CommandProcessor$45
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "livenmethods"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$45.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 45
        47: .line 1652
            new sun.jvm.hotspot.CommandProcessor$46
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "g1regiondetails"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$46.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 46
        48: .line 1667
            new sun.jvm.hotspot.CommandProcessor$47
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "universe"
            iconst_0
            invokespecial sun.jvm.hotspot.CommandProcessor$47.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 47
        49: .line 1678
            new sun.jvm.hotspot.CommandProcessor$48
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "verbose"
            ldc "verbose true | false"
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$48.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            dup
            bipush 48
        50: .line 1687
            new sun.jvm.hotspot.CommandProcessor$49
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "assert"
            ldc "assert true | false"
            iconst_1
            invokespecial sun.jvm.hotspot.CommandProcessor$49.<init>:(Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            aastore
            putfield sun.jvm.hotspot.CommandProcessor.commandList:[Lsun/jvm/hotspot/CommandProcessor$Command;
        51: .line 1698
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.CommandProcessor.verboseExceptions:Z
        52: .line 1699
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
        53: .line 1700
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.jvm.hotspot.CommandProcessor.commands:Ljava/util/HashMap;
        54: .line 1701
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.CommandProcessor.doEcho:Z
        55: .line 1792
            aload 0 /* this */
            aload 1 /* debugger */
            putfield sun.jvm.hotspot.CommandProcessor.debugger:Lsun/jvm/hotspot/CommandProcessor$DebuggerInterface;
        56: .line 1793
            aload 0 /* this */
            aload 1 /* debugger */
            invokevirtual sun.jvm.hotspot.CommandProcessor$DebuggerInterface.getAgent:()Lsun/jvm/hotspot/HotSpotAgent;
            putfield sun.jvm.hotspot.CommandProcessor.agent:Lsun/jvm/hotspot/HotSpotAgent;
        57: .line 1794
            aload 0 /* this */
            aload 2 /* in */
            putfield sun.jvm.hotspot.CommandProcessor.in:Ljava/io/BufferedReader;
        58: .line 1795
            aload 0 /* this */
            aload 3 /* out */
            putfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
        59: .line 1796
            aload 0 /* this */
            aload 4 /* err */
            putfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
        60: .line 1797
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        61: goto 67
        62: .line 1798
      StackMap locals: sun.jvm.hotspot.CommandProcessor sun.jvm.hotspot.CommandProcessor$DebuggerInterface java.io.BufferedReader java.io.PrintStream java.io.PrintStream int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.commandList:[Lsun/jvm/hotspot/CommandProcessor$Command;
            iload 5 /* i */
            aaload
            astore 6 /* c */
        start local 6 // sun.jvm.hotspot.CommandProcessor$Command c
        63: .line 1799
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.commands:Ljava/util/HashMap;
            aload 6 /* c */
            getfield sun.jvm.hotspot.CommandProcessor$Command.name:Ljava/lang/String;
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 65
        64: .line 1800
            new java.lang.InternalError
            dup
            new java.lang.StringBuilder
            dup
            aload 6 /* c */
            getfield sun.jvm.hotspot.CommandProcessor$Command.name:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " has multiple definitions"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        65: .line 1802
      StackMap locals: sun.jvm.hotspot.CommandProcessor$Command
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.commands:Ljava/util/HashMap;
            aload 6 /* c */
            getfield sun.jvm.hotspot.CommandProcessor$Command.name:Ljava/lang/String;
            aload 6 /* c */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 6 // sun.jvm.hotspot.CommandProcessor$Command c
        66: .line 1797
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        67: iload 5 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.commandList:[Lsun/jvm/hotspot/CommandProcessor$Command;
            arraylength
            if_icmplt 62
        end local 5 // int i
        68: .line 1804
            aload 1 /* debugger */
            invokevirtual sun.jvm.hotspot.CommandProcessor$DebuggerInterface.isAttached:()Z
            ifeq 70
        69: .line 1805
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.CommandProcessor.postAttach:()V
        70: .line 1807
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.io.PrintStream err
        end local 3 // java.io.PrintStream out
        end local 2 // java.io.BufferedReader in
        end local 1 // sun.jvm.hotspot.CommandProcessor$DebuggerInterface debugger
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   71     0      this  Lsun/jvm/hotspot/CommandProcessor;
            0   71     1  debugger  Lsun/jvm/hotspot/CommandProcessor$DebuggerInterface;
            0   71     2        in  Ljava/io/BufferedReader;
            0   71     3       out  Ljava/io/PrintStream;
            0   71     4       err  Ljava/io/PrintStream;
           61   68     5         i  I
           63   66     6         c  Lsun/jvm/hotspot/CommandProcessor$Command;
    MethodParameters:
          Name  Flags
      debugger  
      in        
      out       
      err       

  public void run(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor this
        start local 1 // boolean prompt
         0: .line 1812
            goto 10
         1: .line 1813
      StackMap locals:
      StackMap stack:
            iload 1 /* prompt */
            ifeq 2
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.CommandProcessor.printPrompt:()V
         2: .line 1814
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* ln */
        start local 2 // java.lang.String ln
         3: .line 1816
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.in:Ljava/io/BufferedReader;
            invokevirtual java.io.BufferedReader.readLine:()Ljava/lang/String;
            astore 2 /* ln */
         4: .line 1817
            goto 6
      StackMap locals: sun.jvm.hotspot.CommandProcessor int java.lang.String
      StackMap stack: java.io.IOException
         5: pop
         6: .line 1819
      StackMap locals:
      StackMap stack:
            aload 2 /* ln */
            ifnonnull 9
         7: .line 1820
            iload 1 /* prompt */
            ifeq 8
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
            ldc "Input stream closed."
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         8: .line 1821
      StackMap locals:
      StackMap stack:
            return
         9: .line 1824
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* ln */
            iload 1 /* prompt */
            invokevirtual sun.jvm.hotspot.CommandProcessor.executeCommand:(Ljava/lang/String;Z)V
        end local 2 // java.lang.String ln
        10: .line 1812
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.quit:Z
            ifeq 1
        11: .line 1826
            return
        end local 1 // boolean prompt
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lsun/jvm/hotspot/CommandProcessor;
            0   12     1  prompt  Z
            3   10     2      ln  Ljava/lang/String;
      Exception table:
        from    to  target  type
           3     4       5  Class java.io.IOException
    MethodParameters:
        Name  Flags
      prompt  

  public void executeCommand(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=11, args_size=3
        start local 0 // sun.jvm.hotspot.CommandProcessor this
        start local 1 // java.lang.String ln
        start local 2 // boolean putInHistory
         0: .line 1831
            aload 1 /* ln */
            bipush 33
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 58
         1: .line 1832
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 3 /* size */
        start local 3 // int size
         2: .line 1833
            iload 3 /* size */
            ifne 6
         3: .line 1834
            ldc ""
            astore 1 /* ln */
         4: .line 1835
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
            ldc "History is empty"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         5: .line 1836
            goto 58
         6: .line 1837
      StackMap locals: int
      StackMap stack:
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 4 /* result */
        start local 4 // java.lang.StringBuffer result
         7: .line 1838
            getstatic sun.jvm.hotspot.CommandProcessor.historyPattern:Ljava/util/regex/Pattern;
            aload 1 /* ln */
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            astore 5 /* m */
        start local 5 // java.util.regex.Matcher m
         8: .line 1839
            iconst_0
            istore 6 /* start */
        start local 6 // int start
         9: .line 1840
            goto 48
        10: .line 1841
      StackMap locals: java.lang.StringBuffer java.util.regex.Matcher int
      StackMap stack:
            aload 5 /* m */
            invokevirtual java.util.regex.Matcher.start:()I
            iload 6 /* start */
            if_icmple 12
        11: .line 1842
            aload 4 /* result */
            aload 1 /* ln */
            iload 6 /* start */
            aload 5 /* m */
            invokevirtual java.util.regex.Matcher.start:()I
            iload 6 /* start */
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        12: .line 1844
      StackMap locals:
      StackMap stack:
            aload 5 /* m */
            invokevirtual java.util.regex.Matcher.end:()I
            istore 6 /* start */
        13: .line 1846
            aload 5 /* m */
            invokevirtual java.util.regex.Matcher.group:()Ljava/lang/String;
            astore 7 /* cmd */
        start local 7 // java.lang.String cmd
        14: .line 1847
            aload 7 /* cmd */
            ldc "!!"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
        15: .line 1848
            aload 4 /* result */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        16: .line 1849
            goto 48
      StackMap locals: java.lang.String
      StackMap stack:
        17: aload 7 /* cmd */
            ldc "!!-"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 22
        18: .line 1850
            new sun.jvm.hotspot.CommandProcessor$Tokens
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            invokespecial sun.jvm.hotspot.CommandProcessor$Tokens.<init>:(Ljava/lang/String;)V
            astore 8 /* item */
        start local 8 // sun.jvm.hotspot.CommandProcessor$Tokens item
        19: .line 1851
            aload 8 /* item */
            iconst_1
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.trim:(I)V
        20: .line 1852
            aload 4 /* result */
            aload 8 /* item */
            ldc " "
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.join:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 8 // sun.jvm.hotspot.CommandProcessor$Tokens item
        21: .line 1853
            goto 48
      StackMap locals:
      StackMap stack:
        22: aload 7 /* cmd */
            ldc "!*"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 27
        23: .line 1854
            new sun.jvm.hotspot.CommandProcessor$Tokens
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            invokespecial sun.jvm.hotspot.CommandProcessor$Tokens.<init>:(Ljava/lang/String;)V
            astore 8 /* item */
        start local 8 // sun.jvm.hotspot.CommandProcessor$Tokens item
        24: .line 1855
            aload 8 /* item */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
            pop
        25: .line 1856
            aload 4 /* result */
            aload 8 /* item */
            ldc " "
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.join:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 8 // sun.jvm.hotspot.CommandProcessor$Tokens item
        26: .line 1857
            goto 48
      StackMap locals:
      StackMap stack:
        27: aload 7 /* cmd */
            ldc "!$"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 31
        28: .line 1858
            new sun.jvm.hotspot.CommandProcessor$Tokens
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            invokespecial sun.jvm.hotspot.CommandProcessor$Tokens.<init>:(Ljava/lang/String;)V
            astore 8 /* item */
        start local 8 // sun.jvm.hotspot.CommandProcessor$Tokens item
        29: .line 1859
            aload 4 /* result */
            aload 8 /* item */
            aload 8 /* item */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
            iconst_1
            isub
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.at:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 8 // sun.jvm.hotspot.CommandProcessor$Tokens item
        30: .line 1860
            goto 48
        31: .line 1861
      StackMap locals:
      StackMap stack:
            aload 7 /* cmd */
            iconst_1
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 8 /* tail */
        start local 8 // java.lang.String tail
        32: .line 1862
            aload 8 /* tail */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            tableswitch { // 45 - 57
                   45: 33
                   46: 41
                   47: 41
                   48: 33
                   49: 33
                   50: 33
                   51: 33
                   52: 33
                   53: 33
                   54: 33
                   55: 33
                   56: 33
                   57: 33
              default: 41
          }
        33: .line 1874
      StackMap locals: java.lang.String
      StackMap stack:
            aload 8 /* tail */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 9 /* index */
        start local 9 // int index
        34: .line 1875
            iload 9 /* index */
            ifge 36
        35: .line 1876
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iload 9 /* index */
            iadd
            istore 9 /* index */
        36: .line 1878
      StackMap locals: int
      StackMap stack:
            iload 9 /* index */
            iload 3 /* size */
            if_icmple 39
        37: .line 1879
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
            ldc "No such history item"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        38: .line 1880
            goto 48
        39: .line 1881
      StackMap locals:
      StackMap stack:
            aload 4 /* result */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
            iload 9 /* index */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        40: .line 1883
            goto 48
        end local 9 // int index
        41: .line 1886
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            istore 9 /* i */
        start local 9 // int i
        42: goto 47
        43: .line 1887
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
            iload 9 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 10 /* s */
        start local 10 // java.lang.String s
        44: .line 1888
            aload 10 /* s */
            aload 8 /* tail */
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 46
        45: .line 1889
            aload 4 /* result */
            aload 10 /* s */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 10 // java.lang.String s
        46: .line 1886
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ -1
      StackMap locals:
      StackMap stack:
        47: iload 9 /* i */
            ifge 43
        end local 9 // int i
        end local 8 // java.lang.String tail
        end local 7 // java.lang.String cmd
        48: .line 1840
      StackMap locals:
      StackMap stack:
            aload 5 /* m */
            invokevirtual java.util.regex.Matcher.find:()Z
            ifne 10
        49: .line 1896
            aload 4 /* result */
            invokevirtual java.lang.StringBuffer.length:()I
            ifne 53
        50: .line 1897
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
            ldc "malformed history reference"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        51: .line 1898
            ldc ""
            astore 1 /* ln */
        52: .line 1899
            goto 58
        53: .line 1900
      StackMap locals:
      StackMap stack:
            iload 6 /* start */
            aload 1 /* ln */
            invokevirtual java.lang.String.length:()I
            if_icmpge 55
        54: .line 1901
            aload 4 /* result */
            aload 1 /* ln */
            iload 6 /* start */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        55: .line 1903
      StackMap locals:
      StackMap stack:
            aload 4 /* result */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            astore 1 /* ln */
        56: .line 1904
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.doEcho:Z
            ifne 58
        57: .line 1905
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 1 /* ln */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 6 // int start
        end local 5 // java.util.regex.Matcher m
        end local 4 // java.lang.StringBuffer result
        end local 3 // int size
        58: .line 1911
      StackMap locals: sun.jvm.hotspot.CommandProcessor java.lang.String int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.doEcho:Z
            ifeq 60
        59: .line 1912
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "+ "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* ln */
            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
        60: .line 1915
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* redirect */
        start local 3 // java.io.PrintStream redirect
        61: .line 1916
            new sun.jvm.hotspot.CommandProcessor$Tokens
            dup
            aload 1 /* ln */
            invokespecial sun.jvm.hotspot.CommandProcessor$Tokens.<init>:(Ljava/lang/String;)V
            astore 4 /* t */
        start local 4 // sun.jvm.hotspot.CommandProcessor$Tokens t
        62: .line 1917
            aload 4 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.hasMoreTokens:()Z
            ifeq 102
        63: .line 1918
            iconst_0
            istore 5 /* error */
        start local 5 // boolean error
        64: .line 1919
            iload 2 /* putInHistory */
            ifeq 65
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.history:Ljava/util/ArrayList;
            aload 1 /* ln */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        65: .line 1920
      StackMap locals: java.io.PrintStream sun.jvm.hotspot.CommandProcessor$Tokens int
      StackMap stack:
            aload 4 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
            istore 6 /* len */
        start local 6 // int len
        66: .line 1921
            iload 6 /* len */
            iconst_2
            if_icmple 81
        67: .line 1922
            aload 4 /* t */
            iload 6 /* len */
            iconst_2
            isub
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.at:(I)Ljava/lang/String;
            astore 7 /* r */
        start local 7 // java.lang.String r
        68: .line 1923
            aload 7 /* r */
            ldc ">"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 69
            aload 7 /* r */
            ldc ">>"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 81
        69: .line 1924
      StackMap locals: int java.lang.String
      StackMap stack:
            aload 7 /* r */
            invokevirtual java.lang.String.length:()I
            iconst_2
            if_icmpne 70
            iconst_1
            goto 71
      StackMap locals:
      StackMap stack:
        70: iconst_0
      StackMap locals:
      StackMap stack: int
        71: istore 8 /* append */
        start local 8 // boolean append
        72: .line 1925
            aload 4 /* t */
            iload 6 /* len */
            iconst_1
            isub
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.at:(I)Ljava/lang/String;
            astore 9 /* file */
        start local 9 // java.lang.String file
        73: .line 1927
            new java.io.PrintStream
            dup
            new java.io.BufferedOutputStream
            dup
            new java.io.FileOutputStream
            dup
            aload 9 /* file */
            iload 8 /* append */
            invokespecial java.io.FileOutputStream.<init>:(Ljava/lang/String;Z)V
            invokespecial java.io.BufferedOutputStream.<init>:(Ljava/io/OutputStream;)V
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
            astore 3 /* redirect */
        74: .line 1928
            aload 4 /* t */
            iconst_2
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.trim:(I)V
        75: .line 1929
            goto 81
      StackMap locals: sun.jvm.hotspot.CommandProcessor java.lang.String int java.io.PrintStream sun.jvm.hotspot.CommandProcessor$Tokens int int java.lang.String int java.lang.String
      StackMap stack: java.lang.Exception
        76: astore 10 /* e */
        start local 10 // java.lang.Exception e
        77: .line 1930
            aload 0 /* this */
            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 10 /* 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
        78: .line 1931
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.verboseExceptions:Z
            ifeq 80
        79: .line 1932
            aload 10 /* e */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            invokevirtual java.lang.Exception.printStackTrace:(Ljava/io/PrintStream;)V
        80: .line 1934
      StackMap locals: java.lang.Exception
      StackMap stack:
            iconst_1
            istore 5 /* error */
        end local 10 // java.lang.Exception e
        end local 9 // java.lang.String file
        end local 8 // boolean append
        end local 7 // java.lang.String r
        81: .line 1938
      StackMap locals: sun.jvm.hotspot.CommandProcessor java.lang.String int java.io.PrintStream sun.jvm.hotspot.CommandProcessor$Tokens int int
      StackMap stack:
            iload 5 /* error */
            ifne 102
        82: .line 1939
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            astore 7 /* savedout */
        start local 7 // java.io.PrintStream savedout
        83: .line 1940
            aload 3 /* redirect */
            ifnull 85
        84: .line 1941
            aload 0 /* this */
            aload 3 /* redirect */
            putfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
        85: .line 1944
      StackMap locals: java.io.PrintStream
      StackMap stack:
            aload 0 /* this */
            aload 4 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor.executeCommand:(Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
        86: .line 1945
            goto 99
      StackMap locals:
      StackMap stack: java.lang.Exception
        87: astore 8 /* e */
        start local 8 // java.lang.Exception e
        88: .line 1946
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Error: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 8 /* 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
        89: .line 1947
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.verboseExceptions:Z
            ifeq 91
        90: .line 1948
            aload 8 /* e */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.err:Ljava/io/PrintStream;
            invokevirtual java.lang.Exception.printStackTrace:(Ljava/io/PrintStream;)V
        end local 8 // java.lang.Exception e
        91: .line 1951
      StackMap locals:
      StackMap stack:
            aload 3 /* redirect */
            ifnull 102
        92: .line 1952
            aload 0 /* this */
            aload 7 /* savedout */
            putfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
        93: .line 1953
            aload 3 /* redirect */
            invokevirtual java.io.PrintStream.close:()V
            goto 102
        94: .line 1950
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9
        95: .line 1951
            aload 3 /* redirect */
            ifnull 98
        96: .line 1952
            aload 0 /* this */
            aload 7 /* savedout */
            putfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
        97: .line 1953
            aload 3 /* redirect */
            invokevirtual java.io.PrintStream.close:()V
        98: .line 1955
      StackMap locals: sun.jvm.hotspot.CommandProcessor java.lang.String int java.io.PrintStream sun.jvm.hotspot.CommandProcessor$Tokens int int java.io.PrintStream top java.lang.Throwable
      StackMap stack:
            aload 9
            athrow
        99: .line 1951
      StackMap locals: sun.jvm.hotspot.CommandProcessor java.lang.String int java.io.PrintStream sun.jvm.hotspot.CommandProcessor$Tokens int int java.io.PrintStream
      StackMap stack:
            aload 3 /* redirect */
            ifnull 102
       100: .line 1952
            aload 0 /* this */
            aload 7 /* savedout */
            putfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
       101: .line 1953
            aload 3 /* redirect */
            invokevirtual java.io.PrintStream.close:()V
        end local 7 // java.io.PrintStream savedout
        end local 6 // int len
        end local 5 // boolean error
       102: .line 1958
      StackMap locals:
      StackMap stack:
            return
        end local 4 // sun.jvm.hotspot.CommandProcessor$Tokens t
        end local 3 // java.io.PrintStream redirect
        end local 2 // boolean putInHistory
        end local 1 // java.lang.String ln
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0  103     0          this  Lsun/jvm/hotspot/CommandProcessor;
            0  103     1            ln  Ljava/lang/String;
            0  103     2  putInHistory  Z
            2   58     3          size  I
            7   58     4        result  Ljava/lang/StringBuffer;
            8   58     5             m  Ljava/util/regex/Matcher;
            9   58     6         start  I
           14   48     7           cmd  Ljava/lang/String;
           19   21     8          item  Lsun/jvm/hotspot/CommandProcessor$Tokens;
           24   26     8          item  Lsun/jvm/hotspot/CommandProcessor$Tokens;
           29   30     8          item  Lsun/jvm/hotspot/CommandProcessor$Tokens;
           32   48     8          tail  Ljava/lang/String;
           34   41     9         index  I
           42   48     9             i  I
           44   46    10             s  Ljava/lang/String;
           61  103     3      redirect  Ljava/io/PrintStream;
           62  103     4             t  Lsun/jvm/hotspot/CommandProcessor$Tokens;
           64  102     5         error  Z
           66  102     6           len  I
           68   81     7             r  Ljava/lang/String;
           72   81     8        append  Z
           73   81     9          file  Ljava/lang/String;
           77   81    10             e  Ljava/lang/Exception;
           83  102     7      savedout  Ljava/io/PrintStream;
           88   91     8             e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          73    75      76  Class java.lang.Exception
          85    86      87  Class java.lang.Exception
          85    91      94  any
    MethodParameters:
              Name  Flags
      ln            
      putInHistory  

  void executeCommand(sun.jvm.hotspot.CommandProcessor$Tokens);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor this
        start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens args
         0: .line 1961
            aload 1 /* args */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
            astore 2 /* cmd */
        start local 2 // java.lang.String cmd
         1: .line 1963
            aload 0 /* this */
            aload 2 /* cmd */
            invokevirtual sun.jvm.hotspot.CommandProcessor.findCommand:(Ljava/lang/String;)Lsun/jvm/hotspot/CommandProcessor$Command;
            astore 3 /* doit */
        start local 3 // sun.jvm.hotspot.CommandProcessor$Command doit
         2: .line 1968
            aload 3 /* doit */
            ifnonnull 5
         3: .line 1969
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc "Unrecognized command.  Try help..."
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 1970
            goto 14
      StackMap locals: java.lang.String sun.jvm.hotspot.CommandProcessor$Command
      StackMap stack:
         5: aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.debugger:Lsun/jvm/hotspot/CommandProcessor$DebuggerInterface;
            invokevirtual sun.jvm.hotspot.CommandProcessor$DebuggerInterface.isAttached:()Z
            ifne 8
            aload 3 /* doit */
            getfield sun.jvm.hotspot.CommandProcessor$Command.okIfDisconnected:Z
            ifne 8
         6: .line 1971
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            ldc "Command not valid until attached to a VM"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         7: .line 1972
            goto 14
         8: .line 1974
      StackMap locals:
      StackMap stack:
            aload 3 /* doit */
            aload 1 /* args */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Command.doit:(Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
         9: .line 1975
            goto 14
      StackMap locals:
      StackMap stack: java.lang.Exception
        10: astore 4 /* e */
        start local 4 // java.lang.Exception e
        11: .line 1976
            aload 0 /* this */
            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
        12: .line 1977
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor.verboseExceptions:Z
            ifeq 14
        13: .line 1978
            aload 4 /* e */
            aload 0 /* this */
            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
        14: .line 1982
      StackMap locals:
      StackMap stack:
            return
        end local 3 // sun.jvm.hotspot.CommandProcessor$Command doit
        end local 2 // java.lang.String cmd
        end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens args
        end local 0 // sun.jvm.hotspot.CommandProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lsun/jvm/hotspot/CommandProcessor;
            0   15     1  args  Lsun/jvm/hotspot/CommandProcessor$Tokens;
            1   15     2   cmd  Ljava/lang/String;
            2   15     3  doit  Lsun/jvm/hotspot/CommandProcessor$Command;
           11   14     4     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           8     9      10  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "CommandProcessor.java"
NestMembers:
  sun.jvm.hotspot.CommandProcessor$1  sun.jvm.hotspot.CommandProcessor$10  sun.jvm.hotspot.CommandProcessor$10$1  sun.jvm.hotspot.CommandProcessor$11  sun.jvm.hotspot.CommandProcessor$12  sun.jvm.hotspot.CommandProcessor$13  sun.jvm.hotspot.CommandProcessor$14  sun.jvm.hotspot.CommandProcessor$15  sun.jvm.hotspot.CommandProcessor$15$1  sun.jvm.hotspot.CommandProcessor$16  sun.jvm.hotspot.CommandProcessor$16$1  sun.jvm.hotspot.CommandProcessor$17  sun.jvm.hotspot.CommandProcessor$17$1  sun.jvm.hotspot.CommandProcessor$18  sun.jvm.hotspot.CommandProcessor$19  sun.jvm.hotspot.CommandProcessor$2  sun.jvm.hotspot.CommandProcessor$20  sun.jvm.hotspot.CommandProcessor$21  sun.jvm.hotspot.CommandProcessor$22  sun.jvm.hotspot.CommandProcessor$23  sun.jvm.hotspot.CommandProcessor$24  sun.jvm.hotspot.CommandProcessor$25  sun.jvm.hotspot.CommandProcessor$26  sun.jvm.hotspot.CommandProcessor$27  sun.jvm.hotspot.CommandProcessor$28  sun.jvm.hotspot.CommandProcessor$29  sun.jvm.hotspot.CommandProcessor$3  sun.jvm.hotspot.CommandProcessor$30  sun.jvm.hotspot.CommandProcessor$31  sun.jvm.hotspot.CommandProcessor$32  sun.jvm.hotspot.CommandProcessor$33  sun.jvm.hotspot.CommandProcessor$34  sun.jvm.hotspot.CommandProcessor$35  sun.jvm.hotspot.CommandProcessor$36  sun.jvm.hotspot.CommandProcessor$37  sun.jvm.hotspot.CommandProcessor$38  sun.jvm.hotspot.CommandProcessor$39  sun.jvm.hotspot.CommandProcessor$4  sun.jvm.hotspot.CommandProcessor$40  sun.jvm.hotspot.CommandProcessor$40$1  sun.jvm.hotspot.CommandProcessor$40$2  sun.jvm.hotspot.CommandProcessor$40$3  sun.jvm.hotspot.CommandProcessor$41  sun.jvm.hotspot.CommandProcessor$41$1  sun.jvm.hotspot.CommandProcessor$42  sun.jvm.hotspot.CommandProcessor$43  sun.jvm.hotspot.CommandProcessor$44  sun.jvm.hotspot.CommandProcessor$45  sun.jvm.hotspot.CommandProcessor$46  sun.jvm.hotspot.CommandProcessor$47  sun.jvm.hotspot.CommandProcessor$48  sun.jvm.hotspot.CommandProcessor$49  sun.jvm.hotspot.CommandProcessor$5  sun.jvm.hotspot.CommandProcessor$50  sun.jvm.hotspot.CommandProcessor$51  sun.jvm.hotspot.CommandProcessor$6  sun.jvm.hotspot.CommandProcessor$7  sun.jvm.hotspot.CommandProcessor$8  sun.jvm.hotspot.CommandProcessor$9  sun.jvm.hotspot.CommandProcessor$BootFilter  sun.jvm.hotspot.CommandProcessor$Command  sun.jvm.hotspot.CommandProcessor$DebuggerInterface  sun.jvm.hotspot.CommandProcessor$NonBootFilter  sun.jvm.hotspot.CommandProcessor$Tokens
InnerClasses:
  sun.jvm.hotspot.CommandProcessor$1
  sun.jvm.hotspot.CommandProcessor$10
  sun.jvm.hotspot.CommandProcessor$11
  sun.jvm.hotspot.CommandProcessor$12
  sun.jvm.hotspot.CommandProcessor$13
  sun.jvm.hotspot.CommandProcessor$14
  sun.jvm.hotspot.CommandProcessor$15
  sun.jvm.hotspot.CommandProcessor$16
  sun.jvm.hotspot.CommandProcessor$17
  sun.jvm.hotspot.CommandProcessor$18
  sun.jvm.hotspot.CommandProcessor$19
  sun.jvm.hotspot.CommandProcessor$2
  sun.jvm.hotspot.CommandProcessor$20
  sun.jvm.hotspot.CommandProcessor$21
  sun.jvm.hotspot.CommandProcessor$22
  sun.jvm.hotspot.CommandProcessor$23
  sun.jvm.hotspot.CommandProcessor$24
  sun.jvm.hotspot.CommandProcessor$25
  sun.jvm.hotspot.CommandProcessor$26
  sun.jvm.hotspot.CommandProcessor$27
  sun.jvm.hotspot.CommandProcessor$28
  sun.jvm.hotspot.CommandProcessor$29
  sun.jvm.hotspot.CommandProcessor$3
  sun.jvm.hotspot.CommandProcessor$30
  sun.jvm.hotspot.CommandProcessor$31
  sun.jvm.hotspot.CommandProcessor$32
  sun.jvm.hotspot.CommandProcessor$33
  sun.jvm.hotspot.CommandProcessor$34
  sun.jvm.hotspot.CommandProcessor$35
  sun.jvm.hotspot.CommandProcessor$36
  sun.jvm.hotspot.CommandProcessor$37
  sun.jvm.hotspot.CommandProcessor$38
  sun.jvm.hotspot.CommandProcessor$39
  sun.jvm.hotspot.CommandProcessor$4
  sun.jvm.hotspot.CommandProcessor$40
  sun.jvm.hotspot.CommandProcessor$41
  sun.jvm.hotspot.CommandProcessor$42
  sun.jvm.hotspot.CommandProcessor$43
  sun.jvm.hotspot.CommandProcessor$44
  sun.jvm.hotspot.CommandProcessor$45
  sun.jvm.hotspot.CommandProcessor$46
  sun.jvm.hotspot.CommandProcessor$47
  sun.jvm.hotspot.CommandProcessor$48
  sun.jvm.hotspot.CommandProcessor$49
  sun.jvm.hotspot.CommandProcessor$5
  sun.jvm.hotspot.CommandProcessor$50
  sun.jvm.hotspot.CommandProcessor$51
  sun.jvm.hotspot.CommandProcessor$6
  sun.jvm.hotspot.CommandProcessor$7
  sun.jvm.hotspot.CommandProcessor$8
  sun.jvm.hotspot.CommandProcessor$9
  public BootFilter = sun.jvm.hotspot.CommandProcessor$BootFilter of sun.jvm.hotspot.CommandProcessor
  abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
  public abstract DebuggerInterface = sun.jvm.hotspot.CommandProcessor$DebuggerInterface of sun.jvm.hotspot.CommandProcessor
  public NonBootFilter = sun.jvm.hotspot.CommandProcessor$NonBootFilter of sun.jvm.hotspot.CommandProcessor
  Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor