public class sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter 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.RevPtrsTreeNodeAdapter
  super_class: sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter
{
  private static sun.jvm.hotspot.oops.FieldIdentifier fid;
    descriptor: Lsun/jvm/hotspot/oops/FieldIdentifier;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private java.util.List children;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 37
            new sun.jvm.hotspot.oops.NamedFieldIdentifier
            dup
            ldc "_revPtrs"
            invokespecial sun.jvm.hotspot.oops.NamedFieldIdentifier.<init>:(Ljava/lang/String;)V
            putstatic sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter.fid:Lsun/jvm/hotspot/oops/FieldIdentifier;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(sun.jvm.hotspot.oops.Oop);
    descriptor: (Lsun/jvm/hotspot/oops/Oop;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
        start local 1 // sun.jvm.hotspot.oops.Oop oop
         0: .line 42
            aload 0 /* this */
            aload 1 /* oop */
            iconst_0
            invokespecial sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/Oop;Z)V
         1: .line 43
            return
        end local 1 // sun.jvm.hotspot.oops.Oop oop
        end local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/tree/RevPtrsTreeNodeAdapter;
            0    2     1   oop  Lsun/jvm/hotspot/oops/Oop;
    MethodParameters:
      Name  Flags
      oop   

  public void <init>(sun.jvm.hotspot.oops.Oop, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/Oop;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
        start local 1 // sun.jvm.hotspot.oops.Oop oop
        start local 2 // boolean treeTableMode
         0: .line 46
            aload 0 /* this */
            getstatic sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter.fid:Lsun/jvm/hotspot/oops/FieldIdentifier;
            iload 2 /* treeTableMode */
            invokespecial sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
         1: .line 47
            aload 0 /* this */
            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 /* oop */
            invokevirtual sun.jvm.hotspot.utilities.ReversePtrs.get:(Lsun/jvm/hotspot/oops/Oop;)Ljava/util/ArrayList;
            putfield sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter.children:Ljava/util/List;
         2: .line 48
            return
        end local 2 // boolean treeTableMode
        end local 1 // sun.jvm.hotspot.oops.Oop oop
        end local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lsun/jvm/hotspot/ui/tree/RevPtrsTreeNodeAdapter;
            0    3     1            oop  Lsun/jvm/hotspot/oops/Oop;
            0    3     2  treeTableMode  Z
    MethodParameters:
               Name  Flags
      oop            
      treeTableMode  

  public int getChildCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
         0: .line 51
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter.children:Ljava/util/List;
            ifnull 1
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter.children:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/ui/tree/RevPtrsTreeNodeAdapter;

  public sun.jvm.hotspot.ui.tree.SimpleTreeNode getChild(int);
    descriptor: (I)Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
        start local 1 // int index
         0: .line 55
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter.children:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.utilities.LivenessPathElement
            astore 2 /* lpe */
        start local 2 // sun.jvm.hotspot.utilities.LivenessPathElement lpe
         1: .line 56
            new sun.jvm.hotspot.oops.IndexableFieldIdentifier
            dup
            iload 1 /* index */
            invokespecial sun.jvm.hotspot.oops.IndexableFieldIdentifier.<init>:(I)V
            astore 3 /* ifid */
        start local 3 // sun.jvm.hotspot.oops.IndexableFieldIdentifier ifid
         2: .line 57
            aload 2 /* lpe */
            invokevirtual sun.jvm.hotspot.utilities.LivenessPathElement.getObj:()Lsun/jvm/hotspot/oops/Oop;
            astore 4 /* oop */
        start local 4 // sun.jvm.hotspot.oops.Oop oop
         3: .line 58
            aload 4 /* oop */
            ifnull 5
         4: .line 59
            new sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter
            dup
            aload 4 /* oop */
            aload 3 /* ifid */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.OopTreeNodeAdapter.<init>:(Lsun/jvm/hotspot/oops/Oop;Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
            areturn
         5: .line 61
      StackMap locals: sun.jvm.hotspot.utilities.LivenessPathElement sun.jvm.hotspot.oops.IndexableFieldIdentifier sun.jvm.hotspot.oops.Oop
      StackMap stack:
            aload 2 /* lpe */
            invokevirtual sun.jvm.hotspot.utilities.LivenessPathElement.getField:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            checkcast sun.jvm.hotspot.oops.NamedFieldIdentifier
            astore 5 /* nfi */
        start local 5 // sun.jvm.hotspot.oops.NamedFieldIdentifier nfi
         6: .line 62
            new sun.jvm.hotspot.ui.tree.RootTreeNodeAdapter
            dup
            aload 5 /* nfi */
            invokevirtual sun.jvm.hotspot.oops.NamedFieldIdentifier.getName:()Ljava/lang/String;
            aload 3 /* ifid */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter.getTreeTableMode:()Z
            invokespecial sun.jvm.hotspot.ui.tree.RootTreeNodeAdapter.<init>:(Ljava/lang/String;Lsun/jvm/hotspot/oops/FieldIdentifier;Z)V
            areturn
        end local 5 // sun.jvm.hotspot.oops.NamedFieldIdentifier nfi
        end local 4 // sun.jvm.hotspot.oops.Oop oop
        end local 3 // sun.jvm.hotspot.oops.IndexableFieldIdentifier ifid
        end local 2 // sun.jvm.hotspot.utilities.LivenessPathElement lpe
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lsun/jvm/hotspot/ui/tree/RevPtrsTreeNodeAdapter;
            0    7     1  index  I
            1    7     2    lpe  Lsun/jvm/hotspot/utilities/LivenessPathElement;
            2    7     3   ifid  Lsun/jvm/hotspot/oops/IndexableFieldIdentifier;
            3    7     4    oop  Lsun/jvm/hotspot/oops/Oop;
            6    7     5    nfi  Lsun/jvm/hotspot/oops/NamedFieldIdentifier;
    MethodParameters:
       Name  Flags
      index  

  public boolean isLeaf();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
         0: .line 67
            iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/tree/RevPtrsTreeNodeAdapter;

  public int getIndexOfChild(sun.jvm.hotspot.ui.tree.SimpleTreeNode);
    descriptor: (Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
        start local 1 // sun.jvm.hotspot.ui.tree.SimpleTreeNode child
         0: .line 71
            aload 1 /* child */
            checkcast sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter
            invokevirtual sun.jvm.hotspot.ui.tree.FieldTreeNodeAdapter.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            astore 2 /* id */
        start local 2 // sun.jvm.hotspot.oops.FieldIdentifier id
         1: .line 72
            aload 2 /* id */
            checkcast sun.jvm.hotspot.oops.IndexableFieldIdentifier
            astore 3 /* ifid */
        start local 3 // sun.jvm.hotspot.oops.IndexableFieldIdentifier ifid
         2: .line 73
            aload 3 /* ifid */
            invokevirtual sun.jvm.hotspot.oops.IndexableFieldIdentifier.getIndex:()I
            ireturn
        end local 3 // sun.jvm.hotspot.oops.IndexableFieldIdentifier ifid
        end local 2 // sun.jvm.hotspot.oops.FieldIdentifier id
        end local 1 // sun.jvm.hotspot.ui.tree.SimpleTreeNode child
        end local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/jvm/hotspot/ui/tree/RevPtrsTreeNodeAdapter;
            0    3     1  child  Lsun/jvm/hotspot/ui/tree/SimpleTreeNode;
            1    3     2     id  Lsun/jvm/hotspot/oops/FieldIdentifier;
            2    3     3   ifid  Lsun/jvm/hotspot/oops/IndexableFieldIdentifier;
    MethodParameters:
       Name  Flags
      child  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
         0: .line 76
            ldc "<<Reverse pointers>>"
            areturn
        end local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/tree/RevPtrsTreeNodeAdapter;

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
         0: .line 77
            ldc ""
            areturn
        end local 0 // sun.jvm.hotspot.ui.tree.RevPtrsTreeNodeAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/tree/RevPtrsTreeNodeAdapter;
}
SourceFile: "RevPtrsTreeNodeAdapter.java"