public class sun.jvm.hotspot.utilities.LivenessPath
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.LivenessPath
  super_class: java.lang.Object
{
  private java.util.Stack<sun.jvm.hotspot.utilities.LivenessPathElement> stack;
    descriptor: Ljava/util/Stack;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Stack<Lsun/jvm/hotspot/utilities/LivenessPathElement;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.LivenessPath this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            new java.util.Stack
            dup
            invokespecial java.util.Stack.<init>:()V
            putfield sun.jvm.hotspot.utilities.LivenessPath.stack:Ljava/util/Stack;
         2: .line 42
            return
        end local 0 // sun.jvm.hotspot.utilities.LivenessPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/utilities/LivenessPath;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.LivenessPath this
         0: .line 46
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.LivenessPath.stack:Ljava/util/Stack;
            invokevirtual java.util.Stack.size:()I
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.LivenessPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/LivenessPath;

  public sun.jvm.hotspot.utilities.LivenessPathElement get(int);
    descriptor: (I)Lsun/jvm/hotspot/utilities/LivenessPathElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.LivenessPath this
        start local 1 // int index
         0: .line 51
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.LivenessPath.stack:Ljava/util/Stack;
            iload 1 /* index */
            invokevirtual java.util.Stack.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.utilities.LivenessPathElement
            areturn
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.utilities.LivenessPath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/utilities/LivenessPath;
            0    1     1  index  I
    Exceptions:
      throws java.lang.ArrayIndexOutOfBoundsException
    MethodParameters:
       Name  Flags
      index  

  public void printOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.LivenessPath this
        start local 1 // java.io.PrintStream tty
         0: .line 55
            iconst_0
            istore 2 /* j */
        start local 2 // int j
         1: goto 12
         2: .line 56
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* j */
            invokevirtual sun.jvm.hotspot.utilities.LivenessPath.get:(I)Lsun/jvm/hotspot/utilities/LivenessPathElement;
            astore 3 /* el */
        start local 3 // sun.jvm.hotspot.utilities.LivenessPathElement el
         3: .line 57
            aload 1 /* tty */
            ldc "  - "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         4: .line 58
            aload 3 /* el */
            invokevirtual sun.jvm.hotspot.utilities.LivenessPathElement.getObj:()Lsun/jvm/hotspot/oops/Oop;
            ifnull 6
         5: .line 59
            aload 3 /* el */
            invokevirtual sun.jvm.hotspot.utilities.LivenessPathElement.getObj:()Lsun/jvm/hotspot/oops/Oop;
            aload 1 /* tty */
            invokestatic sun.jvm.hotspot.oops.Oop.printOopValueOn:(Lsun/jvm/hotspot/oops/Oop;Ljava/io/PrintStream;)V
         6: .line 61
      StackMap locals: sun.jvm.hotspot.utilities.LivenessPathElement
      StackMap stack:
            aload 3 /* el */
            invokevirtual sun.jvm.hotspot.utilities.LivenessPathElement.getField:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            ifnull 10
         7: .line 62
            aload 3 /* el */
            invokevirtual sun.jvm.hotspot.utilities.LivenessPathElement.getObj:()Lsun/jvm/hotspot/oops/Oop;
            ifnull 9
         8: .line 63
            aload 1 /* tty */
            ldc ", field "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         9: .line 65
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            aload 3 /* el */
            invokevirtual sun.jvm.hotspot.utilities.LivenessPathElement.getField:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            invokevirtual sun.jvm.hotspot.oops.FieldIdentifier.getName:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        10: .line 67
      StackMap locals:
      StackMap stack:
            aload 1 /* tty */
            invokevirtual java.io.PrintStream.println:()V
        end local 3 // sun.jvm.hotspot.utilities.LivenessPathElement el
        11: .line 55
            iinc 2 /* j */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* j */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.LivenessPath.size:()I
            if_icmplt 2
        end local 2 // int j
        13: .line 69
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.utilities.LivenessPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lsun/jvm/hotspot/utilities/LivenessPath;
            0   14     1   tty  Ljava/io/PrintStream;
            1   13     2     j  I
            3   11     3    el  Lsun/jvm/hotspot/utilities/LivenessPathElement;
    MethodParameters:
      Name  Flags
      tty   

  boolean isComplete();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.LivenessPath this
         0: .line 74
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.LivenessPath.size:()I
            ifne 2
         1: .line 75
            iconst_0
            ireturn
         2: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.LivenessPath.peek:()Lsun/jvm/hotspot/utilities/LivenessPathElement;
            invokevirtual sun.jvm.hotspot.utilities.LivenessPathElement.isRoot:()Z
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.LivenessPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/utilities/LivenessPath;

  sun.jvm.hotspot.utilities.LivenessPathElement peek();
    descriptor: ()Lsun/jvm/hotspot/utilities/LivenessPathElement;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.LivenessPath this
         0: .line 81
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.LivenessPath.stack:Ljava/util/Stack;
            invokevirtual java.util.Stack.peek:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.utilities.LivenessPathElement
            areturn
        end local 0 // sun.jvm.hotspot.utilities.LivenessPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/LivenessPath;

  void push(sun.jvm.hotspot.utilities.LivenessPathElement);
    descriptor: (Lsun/jvm/hotspot/utilities/LivenessPathElement;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.LivenessPath this
        start local 1 // sun.jvm.hotspot.utilities.LivenessPathElement el
         0: .line 86
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.LivenessPath.stack:Ljava/util/Stack;
            aload 1 /* el */
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 87
            return
        end local 1 // sun.jvm.hotspot.utilities.LivenessPathElement el
        end local 0 // sun.jvm.hotspot.utilities.LivenessPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/LivenessPath;
            0    2     1    el  Lsun/jvm/hotspot/utilities/LivenessPathElement;
    MethodParameters:
      Name  Flags
      el    

  void pop();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.LivenessPath this
         0: .line 91
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.LivenessPath.stack:Ljava/util/Stack;
            invokevirtual java.util.Stack.pop:()Ljava/lang/Object;
            pop
         1: .line 92
            return
        end local 0 // sun.jvm.hotspot.utilities.LivenessPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/LivenessPath;

  sun.jvm.hotspot.utilities.LivenessPath copy();
    descriptor: ()Lsun/jvm/hotspot/utilities/LivenessPath;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.LivenessPath this
         0: .line 97
            new sun.jvm.hotspot.utilities.LivenessPath
            dup
            invokespecial sun.jvm.hotspot.utilities.LivenessPath.<init>:()V
            astore 1 /* dup */
        start local 1 // sun.jvm.hotspot.utilities.LivenessPath dup
         1: .line 98
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 99
      StackMap locals: sun.jvm.hotspot.utilities.LivenessPath int
      StackMap stack:
            aload 1 /* dup */
            getfield sun.jvm.hotspot.utilities.LivenessPath.stack:Ljava/util/Stack;
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.LivenessPath.stack:Ljava/util/Stack;
            iload 2 /* i */
            invokevirtual java.util.Stack.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.utilities.LivenessPathElement
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 98
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.LivenessPath.stack:Ljava/util/Stack;
            invokevirtual java.util.Stack.size:()I
            if_icmplt 3
        end local 2 // int i
         6: .line 101
            aload 1 /* dup */
            areturn
        end local 1 // sun.jvm.hotspot.utilities.LivenessPath dup
        end local 0 // sun.jvm.hotspot.utilities.LivenessPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/utilities/LivenessPath;
            1    7     1   dup  Lsun/jvm/hotspot/utilities/LivenessPath;
            2    6     2     i  I
}
SourceFile: "LivenessPath.java"