class sun.jvm.hotspot.ui.MemoryPanel$1 extends javax.swing.table.AbstractTableModel
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.ui.MemoryPanel$1
super_class: javax.swing.table.AbstractTableModel
{
final sun.jvm.hotspot.ui.MemoryPanel this$0;
descriptor: Lsun/jvm/hotspot/ui/MemoryPanel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.ui.MemoryPanel);
descriptor: (Lsun/jvm/hotspot/ui/MemoryPanel;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
aload 0
invokespecial javax.swing.table.AbstractTableModel.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/MemoryPanel$1;
MethodParameters:
Name Flags
this$0 final
public int getRowCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
getfield sun.jvm.hotspot.ui.MemoryPanel.numVisibleRows:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/MemoryPanel$1;
public int getColumnCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_2
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/MemoryPanel$1;
public java.lang.Object getValueAt(int, int);
descriptor: (II)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: iload 2
tableswitch { // 0 - 1
0: 1
1: 2
default: 10
}
1: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
aload 0
getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
getfield sun.jvm.hotspot.ui.MemoryPanel.startVal:Ljava/math/BigInteger;
new java.math.BigInteger
dup
iload 1
aload 0
getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
getfield sun.jvm.hotspot.ui.MemoryPanel.addressSize:I
imul
invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;)V
invokevirtual java.math.BigInteger.add:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
invokevirtual sun.jvm.hotspot.ui.MemoryPanel.bigIntToHexString:(Ljava/math/BigInteger;)Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
aload 0
getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
getfield sun.jvm.hotspot.ui.MemoryPanel.startVal:Ljava/math/BigInteger;
new java.math.BigInteger
dup
iload 1
aload 0
getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
getfield sun.jvm.hotspot.ui.MemoryPanel.addressSize:I
imul
invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;)V
invokevirtual java.math.BigInteger.add:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
invokevirtual sun.jvm.hotspot.ui.MemoryPanel.bigIntToAddress:(Ljava/math/BigInteger;)Lsun/jvm/hotspot/debugger/Address;
astore 3
start local 3 3: aload 3
ifnull 6
4: aload 0
getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
aload 3
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
invokevirtual sun.jvm.hotspot.ui.MemoryPanel.addressToString:(Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/String;
5: areturn
6: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
getfield sun.jvm.hotspot.ui.MemoryPanel.unmappedAddrString:Ljava/lang/String;
7: areturn
end local 3 8: StackMap locals: sun.jvm.hotspot.ui.MemoryPanel$1 int int
StackMap stack: sun.jvm.hotspot.debugger.UnmappedAddressException
pop
9: aload 0
getfield sun.jvm.hotspot.ui.MemoryPanel$1.this$0:Lsun/jvm/hotspot/ui/MemoryPanel;
getfield sun.jvm.hotspot.ui.MemoryPanel.unmappedAddrString:Ljava/lang/String;
areturn
10: StackMap locals:
StackMap stack:
new java.lang.RuntimeException
dup
new java.lang.StringBuilder
dup
ldc "Column "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 2
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc " out of bounds"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lsun/jvm/hotspot/ui/MemoryPanel$1;
0 11 1 row I
0 11 2 column I
3 8 3 addr Lsun/jvm/hotspot/debugger/Address;
Exception table:
from to target type
2 5 8 Class sun.jvm.hotspot.debugger.UnmappedAddressException
6 7 8 Class sun.jvm.hotspot.debugger.UnmappedAddressException
MethodParameters:
Name Flags
row
column
public boolean isCellEditable(int, int);
descriptor: (II)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/MemoryPanel$1;
0 1 1 row I
0 1 2 col I
MethodParameters:
Name Flags
row
col
}
SourceFile: "MemoryPanel.java"
EnclosingMethod: sun.jvm.hotspot.ui.MemoryPanel.<init>:(Lsun/jvm/hotspot/debugger/Debugger;Z)V
NestHost: sun.jvm.hotspot.ui.MemoryPanel
InnerClasses:
sun.jvm.hotspot.ui.MemoryPanel$1