public final class com.oracle.objectfile.LayoutDecision implements java.lang.Comparable<com.oracle.objectfile.LayoutDecision>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.objectfile.LayoutDecision
  super_class: java.lang.Object
{
  private final com.oracle.objectfile.LayoutDecision$Kind kind;
    descriptor: Lcom/oracle/objectfile/LayoutDecision$Kind;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.objectfile.ObjectFile$Element element;
    descriptor: Lcom/oracle/objectfile/ObjectFile$Element;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<com.oracle.objectfile.LayoutDecision> dependsOn;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/oracle/objectfile/LayoutDecision;>;

  private final java.util.List<com.oracle.objectfile.LayoutDecision> dependedOnBy;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/oracle/objectfile/LayoutDecision;>;

  private java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 31
            ldc Lcom/oracle/objectfile/LayoutDecision;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.objectfile.LayoutDecision.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.objectfile.LayoutDecision$Kind, com.oracle.objectfile.ObjectFile$Element, java.lang.Object);
    descriptor: (Lcom/oracle/objectfile/LayoutDecision$Kind;Lcom/oracle/objectfile/ObjectFile$Element;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.objectfile.LayoutDecision this
        start local 1 // com.oracle.objectfile.LayoutDecision$Kind kind
        start local 2 // com.oracle.objectfile.ObjectFile$Element element
        start local 3 // java.lang.Object value
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.objectfile.LayoutDecision.dependsOn:Ljava/util/List;
         2: .line 55
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.oracle.objectfile.LayoutDecision.dependedOnBy:Ljava/util/List;
         3: .line 56
            aload 0 /* this */
            aload 1 /* kind */
            putfield com.oracle.objectfile.LayoutDecision.kind:Lcom/oracle/objectfile/LayoutDecision$Kind;
         4: .line 58
            aload 0 /* this */
            aload 2 /* element */
            putfield com.oracle.objectfile.LayoutDecision.element:Lcom/oracle/objectfile/ObjectFile$Element;
         5: .line 60
            getstatic com.oracle.objectfile.LayoutDecision.$assertionsDisabled:Z
            ifne 6
            aload 3 /* value */
            instanceof com.oracle.objectfile.LayoutDecision
            ifeq 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 61
      StackMap locals: com.oracle.objectfile.LayoutDecision com.oracle.objectfile.LayoutDecision$Kind com.oracle.objectfile.ObjectFile$Element java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 3 /* value */
            putfield com.oracle.objectfile.LayoutDecision.value:Ljava/lang/Object;
         7: .line 62
            return
        end local 3 // java.lang.Object value
        end local 2 // com.oracle.objectfile.ObjectFile$Element element
        end local 1 // com.oracle.objectfile.LayoutDecision$Kind kind
        end local 0 // com.oracle.objectfile.LayoutDecision this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/oracle/objectfile/LayoutDecision;
            0    8     1     kind  Lcom/oracle/objectfile/LayoutDecision$Kind;
            0    8     2  element  Lcom/oracle/objectfile/ObjectFile$Element;
            0    8     3    value  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      kind     
      element  
      value    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.LayoutDecision this
         0: .line 66
            new java.lang.StringBuilder
            dup
            ldc "LayoutDecision("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.objectfile.LayoutDecision.element:Lcom/oracle/objectfile/ObjectFile$Element;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.objectfile.LayoutDecision.kind:Lcom/oracle/objectfile/LayoutDecision$Kind;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.objectfile.LayoutDecision.value:Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.objectfile.LayoutDecision this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/LayoutDecision;

  java.util.List<com.oracle.objectfile.LayoutDecision> dependedOnBy();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.LayoutDecision this
         0: .line 70
            aload 0 /* this */
            getfield com.oracle.objectfile.LayoutDecision.dependedOnBy:Ljava/util/List;
            areturn
        end local 0 // com.oracle.objectfile.LayoutDecision this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/LayoutDecision;
    Signature: ()Ljava/util/List<Lcom/oracle/objectfile/LayoutDecision;>;

  java.util.List<com.oracle.objectfile.LayoutDecision> dependsOn();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.LayoutDecision this
         0: .line 74
            aload 0 /* this */
            getfield com.oracle.objectfile.LayoutDecision.dependsOn:Ljava/util/List;
            areturn
        end local 0 // com.oracle.objectfile.LayoutDecision this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/LayoutDecision;
    Signature: ()Ljava/util/List<Lcom/oracle/objectfile/LayoutDecision;>;

  com.oracle.objectfile.LayoutDecision$Kind getKind();
    descriptor: ()Lcom/oracle/objectfile/LayoutDecision$Kind;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.LayoutDecision this
         0: .line 78
            aload 0 /* this */
            getfield com.oracle.objectfile.LayoutDecision.kind:Lcom/oracle/objectfile/LayoutDecision$Kind;
            areturn
        end local 0 // com.oracle.objectfile.LayoutDecision this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/LayoutDecision;

  void setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.LayoutDecision this
        start local 1 // java.lang.Object value
         0: .line 82
            getstatic com.oracle.objectfile.LayoutDecision.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.objectfile.LayoutDecision.value:Ljava/lang/Object;
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 83
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.LayoutDecision.$assertionsDisabled:Z
            ifne 2
            aload 1 /* value */
            instanceof java.lang.Integer
            ifne 2
            aload 1 /* value */
            instanceof byte[]
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            putfield com.oracle.objectfile.LayoutDecision.value:Ljava/lang/Object;
         3: .line 85
            return
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.objectfile.LayoutDecision this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/objectfile/LayoutDecision;
            0    4     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.LayoutDecision this
         0: .line 88
            aload 0 /* this */
            getfield com.oracle.objectfile.LayoutDecision.value:Ljava/lang/Object;
            areturn
        end local 0 // com.oracle.objectfile.LayoutDecision this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/LayoutDecision;

  public boolean isTaken();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.LayoutDecision this
         0: .line 92
            aload 0 /* this */
            getfield com.oracle.objectfile.LayoutDecision.value:Ljava/lang/Object;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.objectfile.LayoutDecision this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/objectfile/LayoutDecision;

  public com.oracle.objectfile.ObjectFile$Element getElement();
    descriptor: ()Lcom/oracle/objectfile/ObjectFile$Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.LayoutDecision this
         0: .line 96
            aload 0 /* this */
            getfield com.oracle.objectfile.LayoutDecision.element:Lcom/oracle/objectfile/ObjectFile$Element;
            areturn
        end local 0 // com.oracle.objectfile.LayoutDecision this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/LayoutDecision;

  public int compareTo(com.oracle.objectfile.LayoutDecision);
    descriptor: (Lcom/oracle/objectfile/LayoutDecision;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // com.oracle.objectfile.LayoutDecision this
        start local 1 // com.oracle.objectfile.LayoutDecision arg
         0: .line 101
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.LayoutDecision.getElement:()Lcom/oracle/objectfile/ObjectFile$Element;
            astore 2 /* ourElement */
        start local 2 // com.oracle.objectfile.ObjectFile$Element ourElement
         1: .line 102
            aload 2 /* ourElement */
            ifnonnull 2
            iconst_m1
            goto 3
      StackMap locals: com.oracle.objectfile.ObjectFile$Element
      StackMap stack:
         2: aload 2 /* ourElement */
            invokevirtual com.oracle.objectfile.ObjectFile$Element.getOwner:()Lcom/oracle/objectfile/ObjectFile;
            invokevirtual com.oracle.objectfile.ObjectFile.getElements:()Ljava/util/List;
            aload 2 /* ourElement */
            invokeinterface java.util.List.indexOf:(Ljava/lang/Object;)I
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* ourElementIndex */
        start local 3 // int ourElementIndex
         4: .line 103
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.LayoutDecision.getKind:()Lcom/oracle/objectfile/LayoutDecision$Kind;
            invokevirtual com.oracle.objectfile.LayoutDecision$Kind.ordinal:()I
            istore 4 /* ourKindOrdinal */
        start local 4 // int ourKindOrdinal
         5: .line 105
            aload 1 /* arg */
            invokevirtual com.oracle.objectfile.LayoutDecision.getElement:()Lcom/oracle/objectfile/ObjectFile$Element;
            astore 5 /* argElement */
        start local 5 // com.oracle.objectfile.ObjectFile$Element argElement
         6: .line 106
            aload 5 /* argElement */
            ifnonnull 7
            iconst_m1
            goto 8
      StackMap locals: int int com.oracle.objectfile.ObjectFile$Element
      StackMap stack:
         7: aload 5 /* argElement */
            invokevirtual com.oracle.objectfile.ObjectFile$Element.getOwner:()Lcom/oracle/objectfile/ObjectFile;
            invokevirtual com.oracle.objectfile.ObjectFile.getElements:()Ljava/util/List;
            aload 5 /* argElement */
            invokeinterface java.util.List.indexOf:(Ljava/lang/Object;)I
      StackMap locals:
      StackMap stack: int
         8: istore 6 /* argElementIndex */
        start local 6 // int argElementIndex
         9: .line 107
            aload 1 /* arg */
            invokevirtual com.oracle.objectfile.LayoutDecision.getKind:()Lcom/oracle/objectfile/LayoutDecision$Kind;
            invokevirtual com.oracle.objectfile.LayoutDecision$Kind.ordinal:()I
            istore 7 /* argKindOrdinal */
        start local 7 // int argKindOrdinal
        10: .line 110
            aload 2 /* ourElement */
            ifnull 12
            aload 5 /* argElement */
            ifnull 12
            aload 2 /* ourElement */
            invokevirtual com.oracle.objectfile.ObjectFile$Element.getOwner:()Lcom/oracle/objectfile/ObjectFile;
            aload 5 /* argElement */
            invokevirtual com.oracle.objectfile.ObjectFile$Element.getOwner:()Lcom/oracle/objectfile/ObjectFile;
            if_acmpeq 12
        11: .line 111
            new java.lang.IllegalArgumentException
            dup
            ldc "cannot compare decisions across object files"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 114
      StackMap locals: int int
      StackMap stack:
            iload 3 /* ourElementIndex */
            iload 6 /* argElementIndex */
            if_icmpge 14
        13: .line 115
            iconst_m1
            ireturn
        14: .line 116
      StackMap locals:
      StackMap stack:
            iload 3 /* ourElementIndex */
            iload 6 /* argElementIndex */
            if_icmple 16
        15: .line 117
            iconst_1
            ireturn
        16: .line 119
      StackMap locals:
      StackMap stack:
            iload 4 /* ourKindOrdinal */
            iload 7 /* argKindOrdinal */
            if_icmpge 18
        17: .line 120
            iconst_m1
            ireturn
        18: .line 121
      StackMap locals:
      StackMap stack:
            iload 4 /* ourKindOrdinal */
            iload 7 /* argKindOrdinal */
            if_icmple 20
        19: .line 122
            iconst_1
            ireturn
        20: .line 124
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 7 // int argKindOrdinal
        end local 6 // int argElementIndex
        end local 5 // com.oracle.objectfile.ObjectFile$Element argElement
        end local 4 // int ourKindOrdinal
        end local 3 // int ourElementIndex
        end local 2 // com.oracle.objectfile.ObjectFile$Element ourElement
        end local 1 // com.oracle.objectfile.LayoutDecision arg
        end local 0 // com.oracle.objectfile.LayoutDecision this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   21     0             this  Lcom/oracle/objectfile/LayoutDecision;
            0   21     1              arg  Lcom/oracle/objectfile/LayoutDecision;
            1   21     2       ourElement  Lcom/oracle/objectfile/ObjectFile$Element;
            4   21     3  ourElementIndex  I
            5   21     4   ourKindOrdinal  I
            6   21     5       argElement  Lcom/oracle/objectfile/ObjectFile$Element;
            9   21     6  argElementIndex  I
           10   21     7   argKindOrdinal  I
    MethodParameters:
      Name  Flags
      arg   

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.oracle.objectfile.LayoutDecision
            invokevirtual com.oracle.objectfile.LayoutDecision.compareTo:(Lcom/oracle/objectfile/LayoutDecision;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lcom/oracle/objectfile/LayoutDecision;>;
SourceFile: "LayoutDecision.java"
NestMembers:
  com.oracle.objectfile.LayoutDecision$Kind
InnerClasses:
  public final Kind = com.oracle.objectfile.LayoutDecision$Kind of com.oracle.objectfile.LayoutDecision
  public abstract Element = com.oracle.objectfile.ObjectFile$Element of com.oracle.objectfile.ObjectFile