class sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher extends sun.jvm.hotspot.oops.DefaultOopVisitor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher
super_class: sun.jvm.hotspot.oops.DefaultOopVisitor
{
private int index;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int curField;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.ui.tree.SimpleTreeNode child;
descriptor: Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
flags: (0x0002) ACC_PRIVATE
final sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter this$0;
descriptor: Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter, int);
descriptor: (Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
aload 0
invokespecial sun.jvm.hotspot.oops.DefaultOopVisitor.<init>:()V
1: aload 0
iload 2
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.index:I
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
0 3 2 index I
MethodParameters:
Name Flags
this$0 final
index
public sun.jvm.hotspot.ui.tree.SimpleTreeNode getChild();
descriptor: ()Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
public void prologue();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
public void doMetadata(sun.jvm.hotspot.oops.MetadataField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/MetadataField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.index:I
if_icmpne 7
1: aload 0
new sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter
dup
aload 1
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.MetadataField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Metadata;
aload 1
invokevirtual sun.jvm.hotspot.oops.MetadataField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.MetadataTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/Metadata;Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
2: goto 7
StackMap locals:
StackMap stack: sun.jvm.hotspot.debugger.AddressException
3: pop
4: aload 0
new sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter
dup
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.Oop.getHandle:()Lsun/jvm/hotspot/debugger/OopHandle;
aload 1
invokevirtual sun.jvm.hotspot.oops.MetadataField.getOffset:()J
invokeinterface sun.jvm.hotspot.debugger.OopHandle.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
aload 1
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/oops/MetadataField;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
goto 7
5: StackMap locals:
StackMap stack: sun.jvm.hotspot.oops.UnknownOopException
pop
6: aload 0
new sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter
dup
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.Oop.getHandle:()Lsun/jvm/hotspot/debugger/OopHandle;
aload 1
invokevirtual sun.jvm.hotspot.oops.MetadataField.getOffset:()J
invokeinterface sun.jvm.hotspot.debugger.OopHandle.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
aload 1
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/oops/MetadataField;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
7: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
8: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
0 9 1 field Lsun/jvm/hotspot/oops/MetadataField;
0 9 2 isVMField Z
Exception table:
from to target type
1 2 3 Class sun.jvm.hotspot.debugger.AddressException
1 2 5 Class sun.jvm.hotspot.oops.UnknownOopException
MethodParameters:
Name Flags
field
isVMField
public void doOop(sun.jvm.hotspot.oops.OopField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/OopField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.index:I
if_icmpne 7
1: aload 0
new sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
dup
aload 1
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.OopField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Oop;
aload 1
invokevirtual sun.jvm.hotspot.oops.OopField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/Oop;Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
2: goto 7
StackMap locals:
StackMap stack: sun.jvm.hotspot.debugger.AddressException
3: pop
4: aload 0
new sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter
dup
aload 1
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.OopField.getValueAsOopHandle:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/debugger/OopHandle;
aload 1
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/oops/OopField;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
goto 7
5: StackMap locals:
StackMap stack: sun.jvm.hotspot.oops.UnknownOopException
pop
6: aload 0
new sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter
dup
aload 1
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.OopField.getValueAsOopHandle:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/debugger/OopHandle;
aload 1
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/oops/OopField;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
7: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
8: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
0 9 1 field Lsun/jvm/hotspot/oops/OopField;
0 9 2 isVMField Z
Exception table:
from to target type
1 2 3 Class sun.jvm.hotspot.debugger.AddressException
1 2 5 Class sun.jvm.hotspot.oops.UnknownOopException
MethodParameters:
Name Flags
field
isVMField
public void doByte(sun.jvm.hotspot.oops.ByteField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/ByteField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.index:I
if_icmpne 2
1: aload 0
new sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter
dup
aload 1
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.ByteField.getValue:(Lsun/jvm/hotspot/oops/Oop;)B
sipush 255
iand
i2l
aload 1
invokevirtual sun.jvm.hotspot.oops.ByteField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.<init>:(JLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
0 4 1 field Lsun/jvm/hotspot/oops/ByteField;
0 4 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doChar(sun.jvm.hotspot.oops.CharField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/CharField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.index:I
if_icmpne 2
1: aload 0
new sun.jvm.hotspot.ui.tree.CharTreeNodeAdapter
dup
aload 1
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.CharField.getValue:(Lsun/jvm/hotspot/oops/Oop;)C
aload 1
invokevirtual sun.jvm.hotspot.oops.CharField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.CharTreeNodeAdapter.<init>:(CLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
0 4 1 field Lsun/jvm/hotspot/oops/CharField;
0 4 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doBoolean(sun.jvm.hotspot.oops.BooleanField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/BooleanField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.index:I
if_icmpne 2
1: aload 0
new sun.jvm.hotspot.ui.tree.BooleanTreeNodeAdapter
dup
aload 1
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.BooleanField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Z
aload 1
invokevirtual sun.jvm.hotspot.oops.BooleanField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.BooleanTreeNodeAdapter.<init>:(ZLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
0 4 1 field Lsun/jvm/hotspot/oops/BooleanField;
0 4 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doShort(sun.jvm.hotspot.oops.ShortField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/ShortField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.index:I
if_icmpne 2
1: aload 0
new sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter
dup
aload 1
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.ShortField.getValue:(Lsun/jvm/hotspot/oops/Oop;)S
ldc 65535
iand
i2l
aload 1
invokevirtual sun.jvm.hotspot.oops.ShortField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.<init>:(JLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
0 4 1 field Lsun/jvm/hotspot/oops/ShortField;
0 4 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doInt(sun.jvm.hotspot.oops.IntField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/IntField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.index:I
if_icmpne 2
1: aload 0
new sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter
dup
aload 1
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.IntField.getValue:(Lsun/jvm/hotspot/oops/Oop;)I
iconst_m1
iand
i2l
aload 1
invokevirtual sun.jvm.hotspot.oops.IntField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.<init>:(JLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
0 4 1 field Lsun/jvm/hotspot/oops/IntField;
0 4 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doLong(sun.jvm.hotspot.oops.LongField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/LongField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.index:I
if_icmpne 2
1: aload 0
new sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter
dup
aload 1
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.LongField.getValue:(Lsun/jvm/hotspot/oops/Oop;)J
aload 1
invokevirtual sun.jvm.hotspot.oops.LongField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.<init>:(JLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
0 4 1 field Lsun/jvm/hotspot/oops/LongField;
0 4 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doFloat(sun.jvm.hotspot.oops.FloatField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/FloatField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.index:I
if_icmpne 2
1: aload 0
new sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter
dup
aload 1
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.FloatField.getValue:(Lsun/jvm/hotspot/oops/Oop;)F
aload 1
invokevirtual sun.jvm.hotspot.oops.FloatField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter.<init>:(FLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
0 4 1 field Lsun/jvm/hotspot/oops/FloatField;
0 4 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doDouble(sun.jvm.hotspot.oops.DoubleField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/DoubleField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.index:I
if_icmpne 2
1: aload 0
new sun.jvm.hotspot.ui.tree.DoubleTreeNodeAdapter
dup
aload 1
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.DoubleField.getValue:(Lsun/jvm/hotspot/oops/Oop;)D
aload 1
invokevirtual sun.jvm.hotspot.oops.DoubleField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.DoubleTreeNodeAdapter.<init>:(DLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
0 4 1 field Lsun/jvm/hotspot/oops/DoubleField;
0 4 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
public void doCInt(sun.jvm.hotspot.oops.CIntField, boolean);
descriptor: (Lsun/jvm/hotspot/oops/CIntField;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.index:I
if_icmpne 2
1: aload 0
new sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter
dup
aload 1
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getObj:()Lsun/jvm/hotspot/oops/Oop;
invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/oops/Oop;)J
aload 1
invokevirtual sun.jvm.hotspot.oops.CIntField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.this$0:Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter.<init>:(JLsun/jvm/hotspot/oops/FieldIdentifier;Z)V
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.child:Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
iconst_1
iadd
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.curField:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
0 4 1 field Lsun/jvm/hotspot/oops/CIntField;
0 4 2 isVMField Z
MethodParameters:
Name Flags
field
isVMField
}
SourceFile: "OopTreeNodeAdapter.java"
NestHost: sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
InnerClasses:
Fetcher = sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher of sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter