class sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor implements sun.jvm.hotspot.code.CodeCacheVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor
  super_class: java.lang.Object
{
  sun.jvm.hotspot.debugger.Address base;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0000) 

  java.lang.StringBuffer result;
    descriptor: Ljava/lang/StringBuffer;
    flags: (0x0000) 

  boolean searching;
    descriptor: Z
    flags: (0x0000) 

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

  void <init>(sun.jvm.hotspot.ui.FindInCodeCachePanel);
    descriptor: (Lsun/jvm/hotspot/ui/FindInCodeCachePanel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor this
         0: .line 54
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/FindInCodeCachePanel$Visitor;
    MethodParameters:
        Name  Flags
      this$0  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=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor this
        start local 1 // sun.jvm.hotspot.debugger.Address start
        start local 2 // sun.jvm.hotspot.debugger.Address end
         0: .line 60
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.searching:Z
         1: .line 61
            aload 0 /* this */
            aload 1 /* start */
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.base:Lsun/jvm/hotspot/debugger/Address;
         2: .line 62
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            aload 2 /* end */
            aload 1 /* start */
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel.usedSize:J
         3: .line 63
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            lconst_0
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel.iterated:J
         4: .line 64
            aload 0 /* this */
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.result:Ljava/lang/StringBuffer;
         5: .line 65
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            invokevirtual sun.jvm.hotspot.ui.FindInCodeCachePanel.clearResultWindow:()V
         6: .line 66
            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.ui.FindInCodeCachePanel$Visitor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lsun/jvm/hotspot/ui/FindInCodeCachePanel$Visitor;
            0    7     1  start  Lsun/jvm/hotspot/debugger/Address;
            0    7     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=8, args_size=2
        start local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor this
        start local 1 // sun.jvm.hotspot.code.CodeBlob blob
         0: .line 69
            aload 1 /* blob */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.headerBegin:()Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* begin */
        start local 2 // sun.jvm.hotspot.debugger.Address begin
         1: .line 70
            aload 2 /* begin */
            aload 1 /* blob */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.getSize:()I
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* end */
        start local 3 // sun.jvm.hotspot.debugger.Address end
         2: .line 71
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lstore 4 /* addressSize */
        start local 4 // long addressSize
         3: .line 73
            iconst_0
            istore 6 /* found */
        start local 6 // boolean found
         4: .line 74
            goto 10
         5: .line 75
      StackMap locals: sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address long int
      StackMap stack:
            aload 2 /* begin */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 7 /* val */
        start local 7 // sun.jvm.hotspot.debugger.Address val
         6: .line 76
            aload 7 /* val */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.value:Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.utilities.AddressOps.equal:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 9
         7: .line 77
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.result:Ljava/lang/StringBuffer;
            aload 1 /* blob */
            invokevirtual sun.jvm.hotspot.ui.FindInCodeCachePanel.reportResult:(Ljava/lang/StringBuffer;Lsun/jvm/hotspot/code/CodeBlob;)V
         8: .line 78
            iconst_1
            istore 6 /* found */
         9: .line 80
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 2 /* begin */
            lload 4 /* addressSize */
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* begin */
        end local 7 // sun.jvm.hotspot.debugger.Address val
        10: .line 74
      StackMap locals:
      StackMap stack:
            iload 6 /* found */
            ifne 11
            aload 2 /* begin */
            aload 3 /* end */
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifne 5
        11: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            aload 3 /* end */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.base:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel.iterated:J
        12: .line 83
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            aconst_null
            invokevirtual sun.jvm.hotspot.ui.FindInCodeCachePanel.updateProgressBar:(Ljava/lang/StringBuffer;)V
        13: .line 84
            return
        end local 6 // boolean found
        end local 4 // long addressSize
        end local 3 // sun.jvm.hotspot.debugger.Address end
        end local 2 // sun.jvm.hotspot.debugger.Address begin
        end local 1 // sun.jvm.hotspot.code.CodeBlob blob
        end local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Lsun/jvm/hotspot/ui/FindInCodeCachePanel$Visitor;
            0   14     1         blob  Lsun/jvm/hotspot/code/CodeBlob;
            1   14     2        begin  Lsun/jvm/hotspot/debugger/Address;
            2   14     3          end  Lsun/jvm/hotspot/debugger/Address;
            3   14     4  addressSize  J
            4   14     6        found  Z
            6   10     7          val  Lsun/jvm/hotspot/debugger/Address;
    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.ui.FindInCodeCachePanel$Visitor this
         0: .line 87
            return
        end local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/FindInCodeCachePanel$Visitor;

  public void cleanup();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor this
         0: .line 90
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            lconst_0
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel.iterated:J
         1: .line 91
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.result:Ljava/lang/StringBuffer;
            invokevirtual sun.jvm.hotspot.ui.FindInCodeCachePanel.updateProgressBar:(Ljava/lang/StringBuffer;)V
         2: .line 92
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.searching:Z
         3: .line 93
            aload 0 /* this */
            aconst_null
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.result:Ljava/lang/StringBuffer;
         4: .line 94
            return
        end local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/ui/FindInCodeCachePanel$Visitor;

  private void search();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor this
         0: .line 98
            aconst_null
            astore 1 /* val */
        start local 1 // sun.jvm.hotspot.debugger.Address val
         1: .line 100
            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 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.addressField:Lsun/jvm/hotspot/ui/HistoryComboBox;
            invokevirtual sun.jvm.hotspot.ui.HistoryComboBox.getText:()Ljava/lang/String;
            invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* val */
         2: .line 101
            goto 6
      StackMap locals: sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor sun.jvm.hotspot.debugger.Address
      StackMap stack: java.lang.Exception
         3: pop
         4: .line 102
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
            ldc "<b>Error parsing address</b>"
            invokevirtual sun.jvm.hotspot.ui.SAEditorPane.setText:(Ljava/lang/String;)V
         5: .line 103
            return
         6: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.iterator:Lsun/jvm/hotspot/ui/FindInCodeCachePanel$Visitor;
            dup
            astore 2
            monitorenter
         7: .line 108
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.searching:Z
            ifeq 10
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.value:Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* val */
            invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
            ifeq 10
         8: .line 109
            aload 2
            monitorexit
         9: return
        10: .line 112
      StackMap locals: sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            aload 1 /* val */
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel.value:Lsun/jvm/hotspot/debugger/Address;
        11: .line 113
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
            ldc ""
            invokevirtual sun.jvm.hotspot.ui.SAEditorPane.setText:(Ljava/lang/String;)V
        12: .line 114
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.findButton:Ljavax/swing/JButton;
            iconst_0
            invokevirtual javax.swing.JButton.setEnabled:(Z)V
        13: .line 116
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Searching "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.value:Lsun/jvm/hotspot/debugger/Address;
            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
        14: .line 117
            new java.lang.Thread
            dup
            new sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor$1.<init>:(Lsun/jvm/hotspot/ui/FindInCodeCachePanel$Visitor;)V
            invokespecial java.lang.Thread.<init>:(Ljava/lang/Runnable;)V
            astore 3 /* t */
        start local 3 // java.lang.Thread t
        15: .line 128
            aload 3 /* t */
            invokevirtual java.lang.Thread.start:()V
        end local 3 // java.lang.Thread t
        16: .line 107
            aload 2
            monitorexit
        17: goto 20
      StackMap locals:
      StackMap stack: java.lang.Throwable
        18: aload 2
            monitorexit
        19: athrow
        20: .line 130
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.jvm.hotspot.debugger.Address val
        end local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lsun/jvm/hotspot/ui/FindInCodeCachePanel$Visitor;
            1   21     1   val  Lsun/jvm/hotspot/debugger/Address;
           15   16     3     t  Ljava/lang/Thread;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
           7     9      18  any
          10    17      18  any
          18    19      18  any

  static sun.jvm.hotspot.ui.FindInCodeCachePanel access$0(sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor);
    descriptor: (Lsun/jvm/hotspot/ui/FindInCodeCachePanel$Visitor;)Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 54
            aload 0
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "FindInCodeCachePanel.java"
NestHost: sun.jvm.hotspot.ui.FindInCodeCachePanel
InnerClasses:
  Visitor = sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor of sun.jvm.hotspot.ui.FindInCodeCachePanel
  sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor$1