class sun.jvm.hotspot.CommandProcessor$39 extends sun.jvm.hotspot.CommandProcessor$Command
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.CommandProcessor$39
  super_class: sun.jvm.hotspot.CommandProcessor$Command
{
  final sun.jvm.hotspot.CommandProcessor this$0;
    descriptor: Lsun/jvm/hotspot/CommandProcessor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.CommandProcessor, sun.jvm.hotspot.CommandProcessor, java.lang.String, java.lang.String, boolean);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // sun.jvm.hotspot.CommandProcessor$39 this
        start local 3 // java.lang.String $anonymous0
        start local 4 // java.lang.String $anonymous1
        start local 5 // boolean $anonymous2
         0: .line 1406
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.CommandProcessor$39.this$0:Lsun/jvm/hotspot/CommandProcessor;
            aload 0 /* this */
            aload 1
            aload 3 /* $anonymous0 */
            aload 4 /* $anonymous1 */
            iload 5 /* $anonymous2 */
            invokespecial sun.jvm.hotspot.CommandProcessor$Command.<init>:(Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Ljava/lang/String;Z)V
            return
        end local 5 // boolean $anonymous2
        end local 4 // java.lang.String $anonymous1
        end local 3 // java.lang.String $anonymous0
        end local 0 // sun.jvm.hotspot.CommandProcessor$39 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/jvm/hotspot/CommandProcessor$39;
            0    1     3  $anonymous0  Ljava/lang/String;
            0    1     4  $anonymous1  Ljava/lang/String;
            0    1     5  $anonymous2  Z
    MethodParameters:
             Name  Flags
      this$0       final
      this$1       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  public void doit(sun.jvm.hotspot.CommandProcessor$Tokens);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$39 this
        start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
         0: .line 1408
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
            iconst_1
            if_icmpeq 3
         1: .line 1409
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.CommandProcessor$39.usage:()V
         2: .line 1410
            return
         3: .line 1412
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.nextToken:()Ljava/lang/String;
            astore 2 /* file */
        start local 2 // java.lang.String file
         4: .line 1413
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$39.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.in:Ljava/io/BufferedReader;
            astore 3 /* savedInput */
        start local 3 // java.io.BufferedReader savedInput
         5: .line 1415
            new java.io.BufferedReader
            dup
            new java.io.InputStreamReader
            dup
            new java.io.FileInputStream
            dup
            aload 2 /* file */
            invokespecial java.io.FileInputStream.<init>:(Ljava/lang/String;)V
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;)V
            invokespecial java.io.BufferedReader.<init>:(Ljava/io/Reader;)V
            astore 4 /* input */
        start local 4 // java.io.BufferedReader input
         6: .line 1416
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$39.this$0:Lsun/jvm/hotspot/CommandProcessor;
            aload 4 /* input */
            putfield sun.jvm.hotspot.CommandProcessor.in:Ljava/io/BufferedReader;
         7: .line 1417
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$39.this$0:Lsun/jvm/hotspot/CommandProcessor;
            iconst_0
            invokevirtual sun.jvm.hotspot.CommandProcessor.run:(Z)V
        end local 4 // java.io.BufferedReader input
         8: .line 1418
            goto 17
      StackMap locals: sun.jvm.hotspot.CommandProcessor$39 sun.jvm.hotspot.CommandProcessor$Tokens java.lang.String java.io.BufferedReader
      StackMap stack: java.lang.Exception
         9: astore 4 /* e */
        start local 4 // java.lang.Exception e
        10: .line 1419
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$39.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Error: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        11: .line 1420
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$39.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.verboseExceptions:Z
            ifeq 13
        12: .line 1421
            aload 4 /* e */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$39.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            invokevirtual java.lang.Exception.printStackTrace:(Ljava/io/PrintStream;)V
        end local 4 // java.lang.Exception e
        13: .line 1424
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$39.this$0:Lsun/jvm/hotspot/CommandProcessor;
            aload 3 /* savedInput */
            putfield sun.jvm.hotspot.CommandProcessor.in:Ljava/io/BufferedReader;
            goto 18
        14: .line 1423
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        15: .line 1424
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$39.this$0:Lsun/jvm/hotspot/CommandProcessor;
            aload 3 /* savedInput */
            putfield sun.jvm.hotspot.CommandProcessor.in:Ljava/io/BufferedReader;
        16: .line 1425
            aload 5
            athrow
        17: .line 1424
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$39.this$0:Lsun/jvm/hotspot/CommandProcessor;
            aload 3 /* savedInput */
            putfield sun.jvm.hotspot.CommandProcessor.in:Ljava/io/BufferedReader;
        18: .line 1427
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.io.BufferedReader savedInput
        end local 2 // java.lang.String file
        end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
        end local 0 // sun.jvm.hotspot.CommandProcessor$39 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Lsun/jvm/hotspot/CommandProcessor$39;
            0   19     1           t  Lsun/jvm/hotspot/CommandProcessor$Tokens;
            4   19     2        file  Ljava/lang/String;
            5   19     3  savedInput  Ljava/io/BufferedReader;
            6    8     4       input  Ljava/io/BufferedReader;
           10   13     4           e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           5     8       9  Class java.lang.Exception
           5    13      14  any
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
  sun.jvm.hotspot.CommandProcessor$39
  abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
  Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor