public class sun.jvm.hotspot.utilities.LivenessPathElement
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.LivenessPathElement
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.oops.Oop obj;
    descriptor: Lsun/jvm/hotspot/oops/Oop;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.oops.FieldIdentifier id;
    descriptor: Lsun/jvm/hotspot/oops/FieldIdentifier;
    flags: (0x0002) ACC_PRIVATE

  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: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.LivenessPathElement this
        start local 1 // sun.jvm.hotspot.oops.Oop obj
        start local 2 // sun.jvm.hotspot.oops.FieldIdentifier id
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* obj */
            putfield sun.jvm.hotspot.utilities.LivenessPathElement.obj:Lsun/jvm/hotspot/oops/Oop;
         2: .line 38
            aload 0 /* this */
            aload 2 /* id */
            putfield sun.jvm.hotspot.utilities.LivenessPathElement.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
         3: .line 39
            return
        end local 2 // sun.jvm.hotspot.oops.FieldIdentifier id
        end local 1 // sun.jvm.hotspot.oops.Oop obj
        end local 0 // sun.jvm.hotspot.utilities.LivenessPathElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/utilities/LivenessPathElement;
            0    4     1   obj  Lsun/jvm/hotspot/oops/Oop;
            0    4     2    id  Lsun/jvm/hotspot/oops/FieldIdentifier;
    MethodParameters:
      Name  Flags
      obj   
      id    

  public boolean isRoot();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.LivenessPathElement this
         0: .line 42
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.LivenessPathElement.obj:Lsun/jvm/hotspot/oops/Oop;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.LivenessPathElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/LivenessPathElement;

  public boolean isTerminal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.LivenessPathElement this
         0: .line 46
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.LivenessPathElement.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.LivenessPathElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/LivenessPathElement;

  public sun.jvm.hotspot.oops.Oop getObj();
    descriptor: ()Lsun/jvm/hotspot/oops/Oop;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.LivenessPathElement this
         0: .line 50
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.LivenessPathElement.obj:Lsun/jvm/hotspot/oops/Oop;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.LivenessPathElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/LivenessPathElement;

  public sun.jvm.hotspot.oops.FieldIdentifier getField();
    descriptor: ()Lsun/jvm/hotspot/oops/FieldIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.LivenessPathElement this
         0: .line 54
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.LivenessPathElement.id:Lsun/jvm/hotspot/oops/FieldIdentifier;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.LivenessPathElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/LivenessPathElement;
}
SourceFile: "LivenessPathElement.java"