class sun.jvm.hotspot.CommandProcessor$45 extends sun.jvm.hotspot.CommandProcessor$Command
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.CommandProcessor$45
  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, boolean);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor;Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // sun.jvm.hotspot.CommandProcessor$45 this
        start local 3 // java.lang.String $anonymous0
        start local 4 // boolean $anonymous1
         0: .line 1626
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.CommandProcessor$45.this$0:Lsun/jvm/hotspot/CommandProcessor;
            aload 0 /* this */
            aload 1
            aload 3 /* $anonymous0 */
            iload 4 /* $anonymous1 */
            invokespecial sun.jvm.hotspot.CommandProcessor$Command.<init>:(Lsun/jvm/hotspot/CommandProcessor;Ljava/lang/String;Z)V
            return
        end local 4 // boolean $anonymous1
        end local 3 // java.lang.String $anonymous0
        end local 0 // sun.jvm.hotspot.CommandProcessor$45 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lsun/jvm/hotspot/CommandProcessor$45;
            0    1     3  $anonymous0  Ljava/lang/String;
            0    1     4  $anonymous1  Z
    MethodParameters:
             Name  Flags
      this$0       final
      this$1       final
      $anonymous0  
      $anonymous1  

  public void doit(sun.jvm.hotspot.CommandProcessor$Tokens);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$45 this
        start local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
         0: .line 1628
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.CommandProcessor$Tokens.countTokens:()I
            ifeq 3
         1: .line 1629
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.CommandProcessor$45.usage:()V
         2: .line 1630
            goto 22
         3: .line 1631
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* nmethods */
        start local 2 // java.util.ArrayList nmethods
         4: .line 1632
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getThreads:()Lsun/jvm/hotspot/runtime/Threads;
            astore 3 /* threads */
        start local 3 // sun.jvm.hotspot.runtime.Threads threads
         5: .line 1633
            new sun.jvm.hotspot.ui.classbrowser.HTMLGenerator
            dup
            iconst_0
            invokespecial sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.<init>:(Z)V
            astore 4 /* gen */
        start local 4 // sun.jvm.hotspot.ui.classbrowser.HTMLGenerator gen
         6: .line 1634
            aload 3 /* threads */
            invokevirtual sun.jvm.hotspot.runtime.Threads.first:()Lsun/jvm/hotspot/runtime/JavaThread;
            astore 5 /* thread */
        start local 5 // sun.jvm.hotspot.runtime.JavaThread thread
         7: goto 21
         8: .line 1636
      StackMap locals: sun.jvm.hotspot.CommandProcessor$45 sun.jvm.hotspot.CommandProcessor$Tokens java.util.ArrayList sun.jvm.hotspot.runtime.Threads sun.jvm.hotspot.ui.classbrowser.HTMLGenerator sun.jvm.hotspot.runtime.JavaThread
      StackMap stack:
            aload 5 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.getLastJavaVFrameDbg:()Lsun/jvm/hotspot/runtime/JavaVFrame;
            astore 6 /* vf */
        start local 6 // sun.jvm.hotspot.runtime.JavaVFrame vf
         9: goto 16
        10: .line 1637
      StackMap locals: sun.jvm.hotspot.runtime.JavaVFrame
      StackMap stack:
            aload 6 /* vf */
            instanceof sun.jvm.hotspot.runtime.CompiledVFrame
            ifeq 15
        11: .line 1638
            aload 6 /* vf */
            checkcast sun.jvm.hotspot.runtime.CompiledVFrame
            invokevirtual sun.jvm.hotspot.runtime.CompiledVFrame.getCode:()Lsun/jvm/hotspot/code/NMethod;
            astore 7 /* c */
        start local 7 // sun.jvm.hotspot.code.NMethod c
        12: .line 1639
            aload 2 /* nmethods */
            aload 7 /* c */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifne 15
        13: .line 1640
            aload 2 /* nmethods */
            aload 7 /* c */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        14: .line 1641
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$45.this$0:Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            aload 4 /* gen */
            aload 7 /* c */
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.genHTML:(Lsun/jvm/hotspot/code/NMethod;)Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 7 // sun.jvm.hotspot.code.NMethod c
        15: .line 1636
      StackMap locals:
      StackMap stack:
            aload 6 /* vf */
            invokevirtual sun.jvm.hotspot.runtime.JavaVFrame.javaSender:()Lsun/jvm/hotspot/runtime/JavaVFrame;
            astore 6 /* vf */
      StackMap locals:
      StackMap stack:
        16: aload 6 /* vf */
            ifnonnull 10
        end local 6 // sun.jvm.hotspot.runtime.JavaVFrame vf
        17: .line 1645
            goto 20
      StackMap locals: sun.jvm.hotspot.CommandProcessor$45 sun.jvm.hotspot.CommandProcessor$Tokens java.util.ArrayList sun.jvm.hotspot.runtime.Threads sun.jvm.hotspot.ui.classbrowser.HTMLGenerator sun.jvm.hotspot.runtime.JavaThread
      StackMap stack: java.lang.Exception
        18: astore 6 /* e */
        start local 6 // java.lang.Exception e
        19: .line 1646
            aload 6 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 6 // java.lang.Exception e
        20: .line 1634
      StackMap locals:
      StackMap stack:
            aload 5 /* thread */
            invokevirtual sun.jvm.hotspot.runtime.JavaThread.next:()Lsun/jvm/hotspot/runtime/JavaThread;
            astore 5 /* thread */
      StackMap locals:
      StackMap stack:
        21: aload 5 /* thread */
            ifnonnull 8
        end local 5 // sun.jvm.hotspot.runtime.JavaThread thread
        end local 4 // sun.jvm.hotspot.ui.classbrowser.HTMLGenerator gen
        end local 3 // sun.jvm.hotspot.runtime.Threads threads
        end local 2 // java.util.ArrayList nmethods
        22: .line 1650
      StackMap locals: sun.jvm.hotspot.CommandProcessor$45 sun.jvm.hotspot.CommandProcessor$Tokens
      StackMap stack:
            return
        end local 1 // sun.jvm.hotspot.CommandProcessor$Tokens t
        end local 0 // sun.jvm.hotspot.CommandProcessor$45 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0      this  Lsun/jvm/hotspot/CommandProcessor$45;
            0   23     1         t  Lsun/jvm/hotspot/CommandProcessor$Tokens;
            4   22     2  nmethods  Ljava/util/ArrayList;
            5   22     3   threads  Lsun/jvm/hotspot/runtime/Threads;
            6   22     4       gen  Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
            7   22     5    thread  Lsun/jvm/hotspot/runtime/JavaThread;
            9   17     6        vf  Lsun/jvm/hotspot/runtime/JavaVFrame;
           12   15     7         c  Lsun/jvm/hotspot/code/NMethod;
           19   20     6         e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           8    17      18  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      t     
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
  sun.jvm.hotspot.CommandProcessor$45
  abstract Command = sun.jvm.hotspot.CommandProcessor$Command of sun.jvm.hotspot.CommandProcessor
  Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor