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 0: aload 0
invokespecial sun.jvm.hotspot.ui.SAPanel.<init>:()V
1: aload 0
new java.awt.BorderLayout
dup
invokespecial java.awt.BorderLayout.<init>:()V
invokevirtual sun.jvm.hotspot.ui.FindInCodeCachePanel.setLayout:(Ljava/awt/LayoutManager;)V
2: new javax.swing.JPanel
dup
invokespecial javax.swing.JPanel.<init>:()V
astore 1
start local 1 3: aload 1
new javax.swing.BoxLayout
dup
aload 1
iconst_1
invokespecial javax.swing.BoxLayout.<init>:(Ljava/awt/Container;I)V
invokevirtual javax.swing.JPanel.setLayout:(Ljava/awt/LayoutManager;)V
4: new javax.swing.JPanel
dup
invokespecial javax.swing.JPanel.<init>:()V
astore 2
start local 2 5: aload 2
new javax.swing.BoxLayout
dup
aload 2
iconst_0
invokespecial javax.swing.BoxLayout.<init>:(Ljava/awt/Container;I)V
invokevirtual javax.swing.JPanel.setLayout:(Ljava/awt/LayoutManager;)V
6: aload 2
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: aload 0
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: aload 2
aload 0
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: aload 0
new sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor
dup
aload 0
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: aload 0
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: new sun.jvm.hotspot.ui.FindInCodeCachePanel$1
dup
aload 0
invokespecial sun.jvm.hotspot.ui.FindInCodeCachePanel$1.<init>:(Lsun/jvm/hotspot/ui/FindInCodeCachePanel;)V
astore 3
start local 3 12: aload 2
aload 0
getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.findButton:Ljavax/swing/JButton;
invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;)Ljava/awt/Component;
pop
13: aload 0
getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.findButton:Ljavax/swing/JButton;
aload 3
invokevirtual javax.swing.JButton.addActionListener:(Ljava/awt/event/ActionListener;)V
14: aload 0
getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.addressField:Lsun/jvm/hotspot/ui/HistoryComboBox;
aload 3
invokevirtual sun.jvm.hotspot.ui.HistoryComboBox.addActionListener:(Ljava/awt/event/ActionListener;)V
15: aload 1
aload 2
invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;)Ljava/awt/Component;
pop
16: aload 0
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: aload 1
aload 0
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: aload 0
aload 1
ldc "North"
invokevirtual sun.jvm.hotspot.ui.FindInCodeCachePanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
19: aload 0
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: new sun.jvm.hotspot.ui.FindInCodeCachePanel$2
dup
aload 0
invokespecial sun.jvm.hotspot.ui.FindInCodeCachePanel$2.<init>:(Lsun/jvm/hotspot/ui/FindInCodeCachePanel;)V
astore 4
start local 4 21: aload 0
getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
aload 4
invokevirtual sun.jvm.hotspot.ui.SAEditorPane.addHyperlinkListener:(Ljavax/swing/event/HyperlinkListener;)V
22: new javax.swing.JScrollPane
dup
aload 0
getfield sun.jvm.hotspot.ui.FindInCodeCachePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
invokespecial javax.swing.JScrollPane.<init>:(Ljava/awt/Component;)V
astore 5
start local 5 23: aload 0
aload 5
ldc "Center"
invokevirtual sun.jvm.hotspot.ui.FindInCodeCachePanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
24: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 1
ldc "<a href='blob:"
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
1: aload 1
aload 2
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: aload 1
ldc "'>"
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
3: aload 1
aload 2
invokevirtual sun.jvm.hotspot.code.CodeBlob.getName:()Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
4: aload 1
ldc "@"
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
5: aload 1
aload 2
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: aload 1
ldc "</a><br>"
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
7: return
end local 2 end local 1 end local 0 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 0: new sun.jvm.hotspot.ui.FindInCodeCachePanel$3
dup
aload 0
invokespecial sun.jvm.hotspot.ui.FindInCodeCachePanel$3.<init>:(Lsun/jvm/hotspot/ui/FindInCodeCachePanel;)V
invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
1: return
end local 0 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 start local 1 0: new sun.jvm.hotspot.ui.FindInCodeCachePanel$4
dup
aload 0
aload 1
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: return
end local 1 end local 0 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