public class sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter extends sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
super_class: sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter
{
private sun.jvm.hotspot.oops.Oop oop;
descriptor: Lsun/jvm/hotspot/oops/Oop;
flags: (0x0002) ACC_PRIVATE
public void <init>(sun.jvm.hotspot.oops.Oop, sun.jvm.hotspot.oops.FieldIdentifier);
descriptor: (Lsun/jvm/hotspot/oops/Oop;Lsun/jvm/hotspot/oops/FieldIdentifier;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
iconst_0
invokespecial sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/Oop;Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
0 2 1 oop Lsun/jvm/hotspot/oops/Oop;
0 2 2 id Lsun/jvm/hotspot/oops/FieldIdentifier;
MethodParameters:
Name Flags
oop
id
public void <init>(sun.jvm.hotspot.oops.Oop, sun.jvm.hotspot.oops.FieldIdentifier, boolean);
descriptor: (Lsun/jvm/hotspot/oops/Oop;Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 2
iload 3
invokespecial sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
1: aload 0
aload 1
putfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
0 3 1 oop Lsun/jvm/hotspot/oops/Oop;
0 3 2 id Lsun/jvm/hotspot/oops/FieldIdentifier;
0 3 3 treeTableMode Z
MethodParameters:
Name Flags
oop
id
treeTableMode
public sun.jvm.hotspot.oops.Oop getOop();
descriptor: ()Lsun/jvm/hotspot/oops/Oop;
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.oop:Lsun/jvm/hotspot/oops/Oop;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
public int getChildCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
ifnonnull 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
new sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter
dup
invokespecial sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter.<init>:()V
astore 1
start local 1 3: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
aload 1
iconst_1
invokevirtual sun.jvm.hotspot.oops.Oop.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
4: aload 1
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter.getNumFields:()I
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
ifnonnull 5
iconst_0
goto 6
StackMap locals: sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter
StackMap stack: int
5: iconst_1
StackMap locals: sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter
StackMap stack: int int
6: iadd
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
3 7 1 c Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Counter;
public sun.jvm.hotspot.ui.tree.SimpleTreeNode getChild(int);
descriptor: (I)Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
ifnonnull 2
1: aconst_null
areturn
2: 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 6
3: iload 1
ifne 5
4: new sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter
dup
aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
aload 0
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.getTreeTableMode:()Z
invokespecial sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/Oop;Z)V
areturn
5: StackMap locals:
StackMap stack:
iinc 1 -1
6: StackMap locals:
StackMap stack:
new sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher
dup
aload 0
iload 1
invokespecial sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.<init>:(Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;I)V
astore 2
start local 2 7: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
aload 2
iconst_1
invokevirtual sun.jvm.hotspot.oops.Oop.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
8: aload 2
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher.getChild:()Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
areturn
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;
0 9 1 index I
7 9 2 f Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Fetcher;
MethodParameters:
Name Flags
index
public boolean isLeaf();
descriptor: ()Z
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.oop:Lsun/jvm/hotspot/oops/Oop;
ifnonnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
public int getIndexOfChild(sun.jvm.hotspot.ui.tree.SimpleTreeNode);
descriptor: (Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 1
instanceof sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter
ifeq 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter
invokevirtual sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
astore 2
start local 2 3: new sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder
dup
aload 2
invokespecial sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder.<init>:(Lsun/jvm/hotspot/oops/FieldIdentifier;)V
astore 3
start local 3 4: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
aload 3
iconst_1
invokevirtual sun.jvm.hotspot.oops.Oop.iterate:(Lsun/jvm/hotspot/oops/OopVisitor;Z)V
5: aload 3
invokevirtual sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder.getIndex:()I
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getRevPtrs:()Lsun/jvm/hotspot/utilities/ReversePtrs;
ifnonnull 6
iconst_0
goto 7
StackMap locals: sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter sun.jvm.hotspot.ui.tree.SimpleTreeNode sun.jvm.hotspot.oops.FieldIdentifier sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder
StackMap stack: int
6: iconst_1
StackMap locals: sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter sun.jvm.hotspot.ui.tree.SimpleTreeNode sun.jvm.hotspot.oops.FieldIdentifier sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder
StackMap stack: int int
7: iadd
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
0 8 1 child Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
3 8 2 id Lsun/jvm/hotspot/oops/FieldIdentifier;
4 8 3 f Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter$Finder;
MethodParameters:
Name Flags
child
public java.lang.String getValue();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
ifnull 4
1: new java.io.ByteArrayOutputStream
dup
invokespecial java.io.ByteArrayOutputStream.<init>:()V
astore 1
start local 1 2: aload 0
getfield sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.oop:Lsun/jvm/hotspot/oops/Oop;
new java.io.PrintStream
dup
aload 1
invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
invokestatic sun.jvm.hotspot.oops.Oop.printOopValueOn:(Lsun/jvm/hotspot/oops/Oop;Ljava/io/PrintStream;)V
3: aload 1
invokevirtual java.io.ByteArrayOutputStream.toString:()Ljava/lang/String;
areturn
end local 1 4: StackMap locals:
StackMap stack:
ldc "null"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/ui/tree/OopTreeNodeAdapter;
2 4 1 bos Ljava/io/ByteArrayOutputStream;
}
SourceFile: "OopTreeNodeAdapter.java"
NestMembers:
sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder
InnerClasses:
Counter = sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Counter of sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
Fetcher = sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Fetcher of sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
Finder = sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter$Finder of sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter