class sun.jvm.hotspot.CommandProcessor$41$1 implements sun.jvm.hotspot.code.CodeCacheVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.CommandProcessor$41$1
  super_class: java.lang.Object
{
  final sun.jvm.hotspot.CommandProcessor$41 this$1;
    descriptor: Lsun/jvm/hotspot/CommandProcessor$41;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.io.PrintStream val$fout;
    descriptor: Ljava/io/PrintStream;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final sun.jvm.hotspot.ui.classbrowser.HTMLGenerator val$gen;
    descriptor: Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.CommandProcessor$41, java.io.PrintStream, sun.jvm.hotspot.ui.classbrowser.HTMLGenerator);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor$41;Ljava/io/PrintStream;Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.CommandProcessor$41$1 this
         0: .line 1541
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.CommandProcessor$41$1.this$1:Lsun/jvm/hotspot/CommandProcessor$41;
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.CommandProcessor$41$1.val$fout:Ljava/io/PrintStream;
            aload 0 /* this */
            aload 3
            putfield sun.jvm.hotspot.CommandProcessor$41$1.val$gen:Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.CommandProcessor$41$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/CommandProcessor$41$1;
    MethodParameters:
          Name  Flags
      this$0    final
      val$fout  final
      val$gen   final

  public void prologue(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.CommandProcessor$41$1 this
        start local 1 // sun.jvm.hotspot.debugger.Address start
        start local 2 // sun.jvm.hotspot.debugger.Address end
         0: .line 1543
            return
        end local 2 // sun.jvm.hotspot.debugger.Address end
        end local 1 // sun.jvm.hotspot.debugger.Address start
        end local 0 // sun.jvm.hotspot.CommandProcessor$41$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/CommandProcessor$41$1;
            0    1     1  start  Lsun/jvm/hotspot/debugger/Address;
            0    1     2    end  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
       Name  Flags
      start  
      end    

  public void visit(sun.jvm.hotspot.code.CodeBlob);
    descriptor: (Lsun/jvm/hotspot/code/CodeBlob;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$41$1 this
        start local 1 // sun.jvm.hotspot.code.CodeBlob blob
         0: .line 1545
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$41$1.val$fout:Ljava/io/PrintStream;
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$41$1.val$gen:Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
            aload 1 /* blob */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.contentBegin:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.genHTML:(Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 1546
            return
        end local 1 // sun.jvm.hotspot.code.CodeBlob blob
        end local 0 // sun.jvm.hotspot.CommandProcessor$41$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/CommandProcessor$41$1;
            0    2     1  blob  Lsun/jvm/hotspot/code/CodeBlob;
    MethodParameters:
      Name  Flags
      blob  

  public void epilogue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.CommandProcessor$41$1 this
         0: .line 1548
            return
        end local 0 // sun.jvm.hotspot.CommandProcessor$41$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/CommandProcessor$41$1;
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor$41.doit:(Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
  sun.jvm.hotspot.CommandProcessor$41
  sun.jvm.hotspot.CommandProcessor$41$1
  Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor