public class sun.jvm.hotspot.ui.FindInCodeCachePanel extends sun.jvm.hotspot.ui.SAPanel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.ui.FindInCodeCachePanel
  super_class: sun.jvm.hotspot.ui.SAPanel
{
  private sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor iterator;
    descriptor: Lsun/jvm/hotspot/ui/FindInCodeCachePanel$Visitor;
    flags: (0x0002) ACC_PRIVATE

  private long usedSize;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long iterated;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.Address value;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.ui.ProgressBarPanel progressBar;
    descriptor: Lsun/jvm/hotspot/ui/ProgressBarPanel;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.ui.HistoryComboBox addressField;
    descriptor: Lsun/jvm/hotspot/ui/HistoryComboBox;
    flags: (0x0002) ACC_PRIVATE

  private javax.swing.JButton findButton;
    descriptor: Ljavax/swing/JButton;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.ui.SAEditorPane contentEditor;
    descriptor: Lsun/jvm/hotspot/ui/SAEditorPane;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel this
         0: .line 135
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.SAPanel.<init>:()V
         1: .line 137
            aload 0 /* this */
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            invokevirtual sun.jvm.hotspot.ui.FindInCodeCachePanel.setLayout:(Ljava/awt/LayoutManager;)V
         2: .line 139
            new javax.swing.JPanel
            dup
            invokespecial javax.swing.JPanel.<init>:()V
            astore 1 /* topPanel */
        start local 1 // javax.swing.JPanel topPanel
         3: .line 140
            aload 1 /* topPanel */
            new javax.swing.BoxLayout
            dup
            aload 1 /* topPanel */
            iconst_1
            invokespecial javax.swing.BoxLayout.<init>:(Ljava/awt/Container;I)V
            invokevirtual javax.swing.JPanel.setLayout:(Ljava/awt/LayoutManager;)V
         4: .line 142
            new javax.swing.JPanel
            dup
            invokespecial javax.swing.JPanel.<init>:()V
            astore 2 /* panel */
        start local 2 // javax.swing.JPanel panel
         5: .line 143
            aload 2 /* panel */
            new javax.swing.BoxLayout
            dup
            aload 2 /* panel */
            iconst_0
            invokespecial javax.swing.BoxLayout.<init>:(Ljava/awt/Container;I)V
            invokevirtual javax.swing.JPanel.setLayout:(Ljava/awt/LayoutManager;)V
         6: .line 144
            aload 2 /* panel */
            new javax.swing.JLabel
            dup
            ldc "Address to search for:"
            invokespecial javax.swing.JLabel.<init>:(Ljava/lang/String;)V
            invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         7: .line 146
            aload 0 /* this */
            new sun.jvm.hotspot.ui.HistoryComboBox
            dup
            invokespecial sun.jvm.hotspot.ui.HistoryComboBox.<init>:()V
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel.addressField:Lsun/jvm/hotspot/ui/HistoryComboBox;
         8: .line 147
            aload 2 /* panel */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.addressField:Lsun/jvm/hotspot/ui/HistoryComboBox;
            invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         9: .line 149
            aload 0 /* this */
            new sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.<init>:(Lsun/jvm/hotspot/ui/FindInCodeCachePanel;)V
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel.iterator:Lsun/jvm/hotspot/ui/FindInCodeCachePanel$Visitor;
        10: .line 151
            aload 0 /* this */
            new javax.swing.JButton
            dup
            ldc "Find"
            invokespecial javax.swing.JButton.<init>:(Ljava/lang/String;)V
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel.findButton:Ljavax/swing/JButton;
        11: .line 152
            new sun.jvm.hotspot.ui.FindInCodeCachePanel$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.FindInCodeCachePanel$1.<init>:(Lsun/jvm/hotspot/ui/FindInCodeCachePanel;)V
            astore 3 /* listener */
        start local 3 // java.awt.event.ActionListener listener
        12: .line 157
            aload 2 /* panel */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.findButton:Ljavax/swing/JButton;
            invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        13: .line 158
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.findButton:Ljavax/swing/JButton;
            aload 3 /* listener */
            invokevirtual javax.swing.JButton.addActionListener:(Ljava/awt/event/ActionListener;)V
        14: .line 159
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.addressField:Lsun/jvm/hotspot/ui/HistoryComboBox;
            aload 3 /* listener */
            invokevirtual sun.jvm.hotspot.ui.HistoryComboBox.addActionListener:(Ljava/awt/event/ActionListener;)V
        15: .line 160
            aload 1 /* topPanel */
            aload 2 /* panel */
            invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        16: .line 162
            aload 0 /* this */
            new sun.jvm.hotspot.ui.ProgressBarPanel
            dup
            iconst_1
            ldc "Search progress:"
            invokespecial sun.jvm.hotspot.ui.ProgressBarPanel.<init>:(ILjava/lang/String;)V
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel.progressBar:Lsun/jvm/hotspot/ui/ProgressBarPanel;
        17: .line 163
            aload 1 /* topPanel */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.progressBar:Lsun/jvm/hotspot/ui/ProgressBarPanel;
            invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        18: .line 165
            aload 0 /* this */
            aload 1 /* topPanel */
            ldc "North"
            invokevirtual sun.jvm.hotspot.ui.FindInCodeCachePanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        19: .line 167
            aload 0 /* this */
            new sun.jvm.hotspot.ui.SAEditorPane
            dup
            invokespecial sun.jvm.hotspot.ui.SAEditorPane.<init>:()V
            putfield sun.jvm.hotspot.ui.FindInCodeCachePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
        20: .line 169
            new sun.jvm.hotspot.ui.FindInCodeCachePanel$2
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.FindInCodeCachePanel$2.<init>:(Lsun/jvm/hotspot/ui/FindInCodeCachePanel;)V
            astore 4 /* hyperListener */
        start local 4 // javax.swing.event.HyperlinkListener hyperListener
        21: .line 185
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
            aload 4 /* hyperListener */
            invokevirtual sun.jvm.hotspot.ui.SAEditorPane.addHyperlinkListener:(Ljavax/swing/event/HyperlinkListener;)V
        22: .line 187
            new javax.swing.JScrollPane
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
            invokespecial javax.swing.JScrollPane.<init>:(Ljava/awt/Component;)V
            astore 5 /* scroller */
        start local 5 // javax.swing.JScrollPane scroller
        23: .line 188
            aload 0 /* this */
            aload 5 /* scroller */
            ldc "Center"
            invokevirtual sun.jvm.hotspot.ui.FindInCodeCachePanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        24: .line 189
            return
        end local 5 // javax.swing.JScrollPane scroller
        end local 4 // javax.swing.event.HyperlinkListener hyperListener
        end local 3 // java.awt.event.ActionListener listener
        end local 2 // javax.swing.JPanel panel
        end local 1 // javax.swing.JPanel topPanel
        end local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   25     0           this  Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            3   25     1       topPanel  Ljavax/swing/JPanel;
            5   25     2          panel  Ljavax/swing/JPanel;
           12   25     3       listener  Ljava/awt/event/ActionListener;
           21   25     4  hyperListener  Ljavax/swing/event/HyperlinkListener;
           23   25     5       scroller  Ljavax/swing/JScrollPane;

  private void reportResult(java.lang.StringBuffer, sun.jvm.hotspot.code.CodeBlob);
    descriptor: (Ljava/lang/StringBuffer;Lsun/jvm/hotspot/code/CodeBlob;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel this
        start local 1 // java.lang.StringBuffer result
        start local 2 // sun.jvm.hotspot.code.CodeBlob blob
         0: .line 192
            aload 1 /* result */
            ldc "<a href='blob:"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         1: .line 193
            aload 1 /* result */
            aload 2 /* blob */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.contentBegin:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 194
            aload 1 /* result */
            ldc "'>"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 195
            aload 1 /* result */
            aload 2 /* blob */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 196
            aload 1 /* result */
            ldc "@"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 197
            aload 1 /* result */
            aload 2 /* blob */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.contentBegin:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/Object;)Ljava/lang/StringBuffer;
            pop
         6: .line 198
            aload 1 /* result */
            ldc "</a><br>"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 199
            return
        end local 2 // sun.jvm.hotspot.code.CodeBlob blob
        end local 1 // java.lang.StringBuffer result
        end local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            0    8     1  result  Ljava/lang/StringBuffer;
            0    8     2    blob  Lsun/jvm/hotspot/code/CodeBlob;
    MethodParameters:
        Name  Flags
      result  
      blob    

  private void clearResultWindow();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel this
         0: .line 202
            new sun.jvm.hotspot.ui.FindInCodeCachePanel$3
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.FindInCodeCachePanel$3.<init>:(Lsun/jvm/hotspot/ui/FindInCodeCachePanel;)V
            invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
         1: .line 207
            return
        end local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/FindInCodeCachePanel;

  private void updateProgressBar(java.lang.StringBuffer);
    descriptor: (Ljava/lang/StringBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel this
        start local 1 // java.lang.StringBuffer result
         0: .line 210
            new sun.jvm.hotspot.ui.FindInCodeCachePanel$4
            dup
            aload 0 /* this */
            aload 1 /* result */
            invokespecial sun.jvm.hotspot.ui.FindInCodeCachePanel$4.<init>:(Lsun/jvm/hotspot/ui/FindInCodeCachePanel;Ljava/lang/StringBuffer;)V
            invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
         1: .line 220
            return
        end local 1 // java.lang.StringBuffer result
        end local 0 // sun.jvm.hotspot.ui.FindInCodeCachePanel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
            0    2     1  result  Ljava/lang/StringBuffer;
    MethodParameters:
        Name  Flags
      result  final
}
SourceFile: "FindInCodeCachePanel.java"
NestMembers:
  sun.jvm.hotspot.ui.FindInCodeCachePanel$1  sun.jvm.hotspot.ui.FindInCodeCachePanel$2  sun.jvm.hotspot.ui.FindInCodeCachePanel$3  sun.jvm.hotspot.ui.FindInCodeCachePanel$4  sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor  sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor$1
InnerClasses:
  sun.jvm.hotspot.ui.FindInCodeCachePanel$1
  sun.jvm.hotspot.ui.FindInCodeCachePanel$2
  sun.jvm.hotspot.ui.FindInCodeCachePanel$3
  sun.jvm.hotspot.ui.FindInCodeCachePanel$4
  Visitor = sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor of sun.jvm.hotspot.ui.FindInCodeCachePanel