class sun.jvm.hotspot.ui.Inspector$1 implements java.awt.event.ActionListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.ui.Inspector$1
super_class: java.lang.Object
{
final sun.jvm.hotspot.ui.Inspector this$0;
descriptor: Lsun/jvm/hotspot/ui/Inspector;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.ui.Inspector);
descriptor: (Lsun/jvm/hotspot/ui/Inspector;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.ui.Inspector$1 this
0: .line 69
aload 0 /* this */
aload 1
putfield sun.jvm.hotspot.ui.Inspector$1.this$0:Lsun/jvm/hotspot/ui/Inspector;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // sun.jvm.hotspot.ui.Inspector$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/Inspector$1;
MethodParameters:
Name Flags
this$0 final
public void actionPerformed(java.awt.event.ActionEvent);
descriptor: (Ljava/awt/event/ActionEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=2
start local 0 // sun.jvm.hotspot.ui.Inspector$1 this
start local 1 // java.awt.event.ActionEvent e
0: .line 71
aload 0 /* this */
getfield sun.jvm.hotspot.ui.Inspector$1.this$0:Lsun/jvm/hotspot/ui/Inspector;
getfield sun.jvm.hotspot.ui.Inspector.addressField:Lsun/jvm/hotspot/ui/HistoryComboBox;
invokevirtual sun.jvm.hotspot.ui.HistoryComboBox.getText:()Ljava/lang/String;
astore 2 /* text */
start local 2 // java.lang.String text
1: .line 73
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
astore 3 /* vm */
start local 3 // sun.jvm.hotspot.runtime.VM vm
2: .line 74
aload 3 /* vm */
invokevirtual sun.jvm.hotspot.runtime.VM.getDebugger:()Lsun/jvm/hotspot/debugger/JVMDebugger;
aload 2 /* text */
invokeinterface sun.jvm.hotspot.debugger.JVMDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
astore 4 /* a */
start local 4 // sun.jvm.hotspot.debugger.Address a
3: .line 75
aload 4 /* a */
aload 3 /* vm */
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lneg
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetToAsOopHandle:(J)Lsun/jvm/hotspot/debugger/OopHandle;
astore 5 /* handle */
start local 5 // sun.jvm.hotspot.debugger.OopHandle handle
4: .line 76
aload 0 /* this */
getfield sun.jvm.hotspot.ui.Inspector$1.this$0:Lsun/jvm/hotspot/ui/Inspector;
getfield sun.jvm.hotspot.ui.Inspector.addressField:Lsun/jvm/hotspot/ui/HistoryComboBox;
aload 5 /* handle */
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
invokevirtual sun.jvm.hotspot.ui.HistoryComboBox.setText:(Ljava/lang/String;)V
end local 5 // sun.jvm.hotspot.debugger.OopHandle handle
end local 4 // sun.jvm.hotspot.debugger.Address a
end local 3 // sun.jvm.hotspot.runtime.VM vm
5: .line 77
goto 7
StackMap locals: sun.jvm.hotspot.ui.Inspector$1 java.awt.event.ActionEvent java.lang.String
StackMap stack: java.lang.Exception
6: pop
7: .line 79
StackMap locals:
StackMap stack:
return
end local 2 // java.lang.String text
end local 1 // java.awt.event.ActionEvent e
end local 0 // sun.jvm.hotspot.ui.Inspector$1 this
LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/jvm/hotspot/ui/Inspector$1;
0 8 1 e Ljava/awt/event/ActionEvent;
1 8 2 text Ljava/lang/String;
2 5 3 vm Lsun/jvm/hotspot/runtime/VM;
3 5 4 a Lsun/jvm/hotspot/debugger/Address;
4 5 5 handle Lsun/jvm/hotspot/debugger/OopHandle;
Exception table:
from to target type
1 5 6 Class java.lang.Exception
MethodParameters:
Name Flags
e
}
SourceFile: "Inspector.java"
EnclosingMethod: sun.jvm.hotspot.ui.Inspector.<init>:()V
NestHost: sun.jvm.hotspot.ui.Inspector
InnerClasses:
sun.jvm.hotspot.ui.Inspector$1