class sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel extends sun.jvm.hotspot.ui.table.SortableTableModel
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel
super_class: sun.jvm.hotspot.ui.table.SortableTableModel
{
final sun.jvm.hotspot.ui.ObjectListPanel this$0;
descriptor: Lsun/jvm/hotspot/ui/ObjectListPanel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(sun.jvm.hotspot.ui.ObjectListPanel);
descriptor: (Lsun/jvm/hotspot/ui/ObjectListPanel;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel.this$0:Lsun/jvm/hotspot/ui/ObjectListPanel;
aload 0
invokespecial sun.jvm.hotspot.ui.table.SortableTableModel.<init>:()V
1: aload 0
aload 1
getfield sun.jvm.hotspot.ui.ObjectListPanel.elements:Ljava/util/List;
putfield sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel.elements:Ljava/util/List;
2: aload 0
new sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel$ObjectListComparator
dup
aload 0
aload 0
invokespecial sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel$ObjectListComparator.<init>:(Lsun/jvm/hotspot/ui/ObjectListPanel$ObjectListTableModel;Lsun/jvm/hotspot/ui/ObjectListPanel$ObjectListTableModel;)V
invokevirtual sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel.setComparator:(Lsun/jvm/hotspot/ui/table/TableModelComparator;)V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/ObjectListPanel$ObjectListTableModel;
MethodParameters:
Name Flags
this$0 final
public int getColumnCount();
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.ObjectListPanel$ObjectListTableModel.this$0:Lsun/jvm/hotspot/ui/ObjectListPanel;
getfield sun.jvm.hotspot.ui.ObjectListPanel.numColumns:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/ObjectListPanel$ObjectListTableModel;
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.ObjectListPanel$ObjectListTableModel.elements:Ljava/util/List;
invokeinterface java.util.List.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/ObjectListPanel$ObjectListTableModel;
public java.lang.String getColumnName(int);
descriptor: (I)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: iload 1
tableswitch { // 0 - 4
0: 1
1: 2
2: 3
3: 6
4: 10
default: 12
}
1: StackMap locals:
StackMap stack:
ldc "Address"
areturn
2: StackMap locals:
StackMap stack:
ldc "Oop"
areturn
3: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel.this$0:Lsun/jvm/hotspot/ui/ObjectListPanel;
getfield sun.jvm.hotspot.ui.ObjectListPanel.hasArrays:Z
ifeq 5
4: ldc "Length"
areturn
5: StackMap locals:
StackMap stack:
ldc "Class Description"
areturn
6: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel.this$0:Lsun/jvm/hotspot/ui/ObjectListPanel;
getfield sun.jvm.hotspot.ui.ObjectListPanel.hasArrays:Z
ifeq 8
7: ldc "Class Description"
areturn
8: StackMap locals:
StackMap stack:
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
ifnull 10
9: ldc "Liveness"
areturn
10: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel.this$0:Lsun/jvm/hotspot/ui/ObjectListPanel;
getfield sun.jvm.hotspot.ui.ObjectListPanel.hasArrays:Z
ifeq 12
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
ifnull 12
11: ldc "Liveness"
areturn
12: StackMap locals:
StackMap stack:
new java.lang.RuntimeException
dup
new java.lang.StringBuilder
dup
ldc "Index "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
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 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/jvm/hotspot/ui/ObjectListPanel$ObjectListTableModel;
0 13 1 col I
MethodParameters:
Name Flags
col
public java.lang.Object getValueAt(int, int);
descriptor: (II)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel.elements:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast sun.jvm.hotspot.oops.Oop
astore 3
start local 3 1: aload 0
aload 3
iload 2
invokevirtual sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel.getValueForColumn:(Lsun/jvm/hotspot/oops/Oop;I)Ljava/lang/Object;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/ObjectListPanel$ObjectListTableModel;
0 2 1 row I
0 2 2 col I
1 2 3 oop Lsun/jvm/hotspot/oops/Oop;
MethodParameters:
Name Flags
row
col
public java.lang.Object getValueForColumn(sun.jvm.hotspot.oops.Oop, int);
descriptor: (Lsun/jvm/hotspot/oops/Oop;I)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new java.io.ByteArrayOutputStream
dup
invokespecial java.io.ByteArrayOutputStream.<init>:()V
astore 3
start local 3 1: iload 2
tableswitch { // 0 - 4
0: 2
1: 3
2: 5
3: 11
4: 18
default: 23
}
2: StackMap locals: java.io.ByteArrayOutputStream
StackMap stack:
new sun.jvm.hotspot.ui.ObjectListPanel$AddressWrapper
dup
aload 1
invokevirtual sun.jvm.hotspot.oops.Oop.getHandle:()Lsun/jvm/hotspot/debugger/OopHandle;
invokespecial sun.jvm.hotspot.ui.ObjectListPanel$AddressWrapper.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
areturn
3: StackMap locals:
StackMap stack:
aload 1
new java.io.PrintStream
dup
aload 3
invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
invokevirtual sun.jvm.hotspot.oops.Oop.printValueOn:(Ljava/io/PrintStream;)V
4: goto 24
5: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel.this$0:Lsun/jvm/hotspot/ui/ObjectListPanel;
getfield sun.jvm.hotspot.ui.ObjectListPanel.hasArrays:Z
ifeq 9
6: aload 1
instanceof sun.jvm.hotspot.oops.Array
ifeq 8
7: new java.lang.Long
dup
aload 1
checkcast sun.jvm.hotspot.oops.Array
invokevirtual sun.jvm.hotspot.oops.Array.getLength:()J
invokespecial java.lang.Long.<init>:(J)V
areturn
8: StackMap locals:
StackMap stack:
aconst_null
areturn
9: StackMap locals:
StackMap stack:
aload 1
invokevirtual sun.jvm.hotspot.oops.Oop.getKlass:()Lsun/jvm/hotspot/oops/Klass;
new java.io.PrintStream
dup
aload 3
invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
invokevirtual sun.jvm.hotspot.oops.Klass.printValueOn:(Ljava/io/PrintStream;)V
10: goto 24
11: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel.this$0:Lsun/jvm/hotspot/ui/ObjectListPanel;
getfield sun.jvm.hotspot.ui.ObjectListPanel.hasArrays:Z
ifeq 14
12: aload 1
invokevirtual sun.jvm.hotspot.oops.Oop.getKlass:()Lsun/jvm/hotspot/oops/Klass;
new java.io.PrintStream
dup
aload 3
invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
invokevirtual sun.jvm.hotspot.oops.Klass.printValueOn:(Ljava/io/PrintStream;)V
13: goto 24
14: StackMap locals:
StackMap stack:
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
ifnull 18
15: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
aload 1
invokevirtual sun.jvm.hotspot.utilities.ReversePtrs.get:(Lsun/jvm/hotspot/oops/Oop;)Ljava/util/ArrayList;
ifnull 17
16: ldc "Alive"
areturn
17: StackMap locals:
StackMap stack:
ldc "Dead"
areturn
18: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel.this$0:Lsun/jvm/hotspot/ui/ObjectListPanel;
getfield sun.jvm.hotspot.ui.ObjectListPanel.hasArrays:Z
ifeq 23
19: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
ifnull 23
20: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
aload 1
invokevirtual sun.jvm.hotspot.utilities.ReversePtrs.get:(Lsun/jvm/hotspot/oops/Oop;)Ljava/util/ArrayList;
ifnull 22
21: ldc "Alive"
areturn
22: StackMap locals:
StackMap stack:
ldc "Dead"
areturn
23: 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
24: StackMap locals:
StackMap stack:
aload 3
invokevirtual java.io.ByteArrayOutputStream.toString:()Ljava/lang/String;
areturn
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/ObjectListPanel$ObjectListTableModel;
0 25 1 oop Lsun/jvm/hotspot/oops/Oop;
0 25 2 col I
1 25 3 bos Ljava/io/ByteArrayOutputStream;
MethodParameters:
Name Flags
oop
col
}
SourceFile: "ObjectListPanel.java"
NestHost: sun.jvm.hotspot.ui.ObjectListPanel
InnerClasses:
private AddressWrapper = sun.jvm.hotspot.ui.ObjectListPanel$AddressWrapper of sun.jvm.hotspot.ui.ObjectListPanel
private ObjectListTableModel = sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel of sun.jvm.hotspot.ui.ObjectListPanel
private ObjectListComparator = sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel$ObjectListComparator of sun.jvm.hotspot.ui.ObjectListPanel$ObjectListTableModel