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 0: aload 0
aload 1
putfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 start local 2 0: aload 0
iconst_1
putfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.searching:Z
1: aload 0
aload 1
putfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.base:Lsun/jvm/hotspot/debugger/Address;
2: aload 0
getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
aload 2
aload 1
invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
putfield sun.jvm.hotspot.ui.FindInCodeCachePanel.usedSize:J
3: aload 0
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: aload 0
new java.lang.StringBuffer
dup
invokespecial java.lang.StringBuffer.<init>:()V
putfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.result:Ljava/lang/StringBuffer;
5: aload 0
getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
invokevirtual sun.jvm.hotspot.ui.FindInCodeCachePanel.clearResultWindow:()V
6: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 1
invokevirtual sun.jvm.hotspot.code.CodeBlob.headerBegin:()Lsun/jvm/hotspot/debugger/Address;
astore 2
start local 2 1: aload 2
aload 1
invokevirtual sun.jvm.hotspot.code.CodeBlob.getSize:()I
i2l
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
astore 3
start local 3 2: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lstore 4
start local 4 3: iconst_0
istore 6
start local 6 4: goto 10
5: 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
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 7
start local 7 6: aload 7
aload 0
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: aload 0
getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
aload 0
getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.result:Ljava/lang/StringBuffer;
aload 1
invokevirtual sun.jvm.hotspot.ui.FindInCodeCachePanel.reportResult:(Ljava/lang/StringBuffer;Lsun/jvm/hotspot/code/CodeBlob;)V
8: iconst_1
istore 6
9: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 2
lload 4
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
astore 2
end local 7 10: StackMap locals:
StackMap stack:
iload 6
ifne 11
aload 2
aload 3
invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
ifne 5
11: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
aload 3
aload 0
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: aload 0
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: return
end local 6 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: return
end local 0 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 0: aload 0
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: aload 0
getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
aload 0
getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.result:Ljava/lang/StringBuffer;
invokevirtual sun.jvm.hotspot.ui.FindInCodeCachePanel.updateProgressBar:(Ljava/lang/StringBuffer;)V
2: aload 0
iconst_0
putfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.searching:Z
3: aload 0
aconst_null
putfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.result:Ljava/lang/StringBuffer;
4: return
end local 0 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 0: aconst_null
astore 1
start local 1 1: 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
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
2: goto 6
StackMap locals: sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor sun.jvm.hotspot.debugger.Address
StackMap stack: java.lang.Exception
3: pop
4: aload 0
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: return
6: StackMap locals:
StackMap stack:
aload 0
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: aload 0
getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.searching:Z
ifeq 10
aload 0
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
invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
ifeq 10
8: aload 2
monitorexit
9: return
10: StackMap locals: sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor.this$0:Lsun/jvm/hotspot/ui/FindInCodeCachePanel;
aload 1
putfield sun.jvm.hotspot.ui.FindInCodeCachePanel.value:Lsun/jvm/hotspot/debugger/Address;
11: aload 0
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: aload 0
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: 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
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: new java.lang.Thread
dup
new sun.jvm.hotspot.ui.FindInCodeCachePanel$Visitor$1
dup
aload 0
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
start local 3 15: aload 3
invokevirtual java.lang.Thread.start:()V
end local 3 16: aload 2
monitorexit
17: goto 20
StackMap locals:
StackMap stack: java.lang.Throwable
18: aload 2
monitorexit
19: athrow
20: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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: 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