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

  public final com.oracle.objectfile.LayoutDecision dependedOn;
    descriptor: Lcom/oracle/objectfile/LayoutDecision;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  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/BuildDependency;
            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.BuildDependency.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.oracle.objectfile.BuildDependency createOrGet(com.oracle.objectfile.LayoutDecision, com.oracle.objectfile.LayoutDecision);
    descriptor: (Lcom/oracle/objectfile/LayoutDecision;Lcom/oracle/objectfile/LayoutDecision;)Lcom/oracle/objectfile/BuildDependency;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.objectfile.LayoutDecision depending
        start local 1 // com.oracle.objectfile.LayoutDecision dependedOn
         0: .line 46
            new com.oracle.objectfile.BuildDependency
            dup
            aload 0 /* depending */
            aload 1 /* dependedOn */
            invokespecial com.oracle.objectfile.BuildDependency.<init>:(Lcom/oracle/objectfile/LayoutDecision;Lcom/oracle/objectfile/LayoutDecision;)V
         1: areturn
         2: .line 47
      StackMap locals:
      StackMap stack: com.oracle.objectfile.BuildDependency$DuplicateDependencyException
            astore 2 /* ex */
        start local 2 // com.oracle.objectfile.BuildDependency$DuplicateDependencyException ex
         3: .line 48
            aload 2 /* ex */
            getfield com.oracle.objectfile.BuildDependency$DuplicateDependencyException.existing:Lcom/oracle/objectfile/BuildDependency;
            areturn
        end local 2 // com.oracle.objectfile.BuildDependency$DuplicateDependencyException ex
        end local 1 // com.oracle.objectfile.LayoutDecision dependedOn
        end local 0 // com.oracle.objectfile.LayoutDecision depending
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0   depending  Lcom/oracle/objectfile/LayoutDecision;
            0    4     1  dependedOn  Lcom/oracle/objectfile/LayoutDecision;
            3    4     2          ex  Lcom/oracle/objectfile/BuildDependency$DuplicateDependencyException;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.objectfile.BuildDependency$DuplicateDependencyException
    MethodParameters:
            Name  Flags
      depending   
      dependedOn  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.objectfile.BuildDependency this
        start local 1 // java.lang.Object obj
         0: .line 57
            aload 1 /* obj */
            instanceof com.oracle.objectfile.BuildDependency
            ifne 2
         1: .line 58
            iconst_0
            ireturn
         2: .line 60
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.objectfile.BuildDependency
            astore 2 /* arg */
        start local 2 // com.oracle.objectfile.BuildDependency arg
         3: .line 62
            getstatic com.oracle.objectfile.BuildDependency.$assertionsDisabled:Z
            ifne 6
            aload 2 /* arg */
            getfield com.oracle.objectfile.BuildDependency.depending:Lcom/oracle/objectfile/LayoutDecision;
            aload 0 /* this */
            getfield com.oracle.objectfile.BuildDependency.depending:Lcom/oracle/objectfile/LayoutDecision;
            if_acmpne 6
            aload 2 /* arg */
            getfield com.oracle.objectfile.BuildDependency.dependedOn:Lcom/oracle/objectfile/LayoutDecision;
            aload 0 /* this */
            getfield com.oracle.objectfile.BuildDependency.dependedOn:Lcom/oracle/objectfile/LayoutDecision;
            if_acmpne 6
         4: .line 63
            aload 2 /* arg */
            getfield com.oracle.objectfile.BuildDependency.depending:Lcom/oracle/objectfile/LayoutDecision;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            aload 0 /* this */
            getfield com.oracle.objectfile.BuildDependency.depending:Lcom/oracle/objectfile/LayoutDecision;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            if_icmpne 5
            aload 2 /* arg */
            getfield com.oracle.objectfile.BuildDependency.dependedOn:Lcom/oracle/objectfile/LayoutDecision;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            aload 0 /* this */
            getfield com.oracle.objectfile.BuildDependency.dependedOn:Lcom/oracle/objectfile/LayoutDecision;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            if_icmpeq 6
      StackMap locals: com.oracle.objectfile.BuildDependency
      StackMap stack:
         5: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 65
      StackMap locals:
      StackMap stack:
            aload 2 /* arg */
            getfield com.oracle.objectfile.BuildDependency.depending:Lcom/oracle/objectfile/LayoutDecision;
            aload 0 /* this */
            getfield com.oracle.objectfile.BuildDependency.depending:Lcom/oracle/objectfile/LayoutDecision;
            if_acmpne 7
            aload 2 /* arg */
            getfield com.oracle.objectfile.BuildDependency.dependedOn:Lcom/oracle/objectfile/LayoutDecision;
            aload 0 /* this */
            getfield com.oracle.objectfile.BuildDependency.dependedOn:Lcom/oracle/objectfile/LayoutDecision;
            if_acmpne 7
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // com.oracle.objectfile.BuildDependency arg
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.objectfile.BuildDependency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/oracle/objectfile/BuildDependency;
            0    8     1   obj  Ljava/lang/Object;
            3    8     2   arg  Lcom/oracle/objectfile/BuildDependency;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.BuildDependency this
         0: .line 70
            aload 0 /* this */
            getfield com.oracle.objectfile.BuildDependency.depending:Lcom/oracle/objectfile/LayoutDecision;
            invokevirtual java.lang.Object.hashCode:()I
            aload 0 /* this */
            getfield com.oracle.objectfile.BuildDependency.dependedOn:Lcom/oracle/objectfile/LayoutDecision;
            invokevirtual java.lang.Object.hashCode:()I
            ixor
            ireturn
        end local 0 // com.oracle.objectfile.BuildDependency this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/BuildDependency;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // com.oracle.objectfile.BuildDependency this
        start local 1 // java.lang.Object arg0
         0: .line 75
            aload 1 /* arg0 */
            ifnonnull 2
         1: .line 76
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 79
      StackMap locals:
      StackMap stack:
            aload 1 /* arg0 */
            instanceof com.oracle.objectfile.BuildDependency
            ifne 4
         3: .line 80
            iconst_m1
            ireturn
         4: .line 82
      StackMap locals:
      StackMap stack:
            aload 1 /* arg0 */
            checkcast com.oracle.objectfile.BuildDependency
            astore 2 /* arg */
        start local 2 // com.oracle.objectfile.BuildDependency arg
         5: .line 83
            aload 0 /* this */
            getfield com.oracle.objectfile.BuildDependency.depending:Lcom/oracle/objectfile/LayoutDecision;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            istore 3 /* our0 */
        start local 3 // int our0
         6: .line 84
            aload 0 /* this */
            getfield com.oracle.objectfile.BuildDependency.dependedOn:Lcom/oracle/objectfile/LayoutDecision;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            istore 4 /* our1 */
        start local 4 // int our1
         7: .line 85
            aload 2 /* arg */
            getfield com.oracle.objectfile.BuildDependency.depending:Lcom/oracle/objectfile/LayoutDecision;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            istore 5 /* their0 */
        start local 5 // int their0
         8: .line 86
            aload 2 /* arg */
            getfield com.oracle.objectfile.BuildDependency.dependedOn:Lcom/oracle/objectfile/LayoutDecision;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            istore 6 /* their1 */
        start local 6 // int their1
         9: .line 88
            iload 3 /* our0 */
            iload 5 /* their0 */
            if_icmplt 10
            iload 3 /* our0 */
            iload 5 /* their0 */
            if_icmpne 11
            iload 4 /* our1 */
            iload 6 /* their1 */
            if_icmpge 11
        10: .line 89
      StackMap locals: com.oracle.objectfile.BuildDependency java.lang.Object com.oracle.objectfile.BuildDependency int int int int
      StackMap stack:
            iconst_m1
            ireturn
        11: .line 90
      StackMap locals:
      StackMap stack:
            iload 3 /* our0 */
            iload 5 /* their0 */
            if_icmpgt 12
            iload 3 /* our0 */
            iload 5 /* their0 */
            if_icmpne 13
            iload 4 /* our1 */
            iload 6 /* their1 */
            if_icmple 13
        12: .line 91
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        13: .line 93
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.BuildDependency.$assertionsDisabled:Z
            ifne 15
            iload 3 /* our0 */
            iload 5 /* their0 */
            if_icmpne 14
            iload 4 /* our1 */
            iload 6 /* their1 */
            if_icmpeq 15
      StackMap locals:
      StackMap stack:
        14: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        15: .line 94
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 6 // int their1
        end local 5 // int their0
        end local 4 // int our1
        end local 3 // int our0
        end local 2 // com.oracle.objectfile.BuildDependency arg
        end local 1 // java.lang.Object arg0
        end local 0 // com.oracle.objectfile.BuildDependency this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lcom/oracle/objectfile/BuildDependency;
            0   16     1    arg0  Ljava/lang/Object;
            5   16     2     arg  Lcom/oracle/objectfile/BuildDependency;
            6   16     3    our0  I
            7   16     4    our1  I
            8   16     5  their0  I
            9   16     6  their1  I
    MethodParameters:
      Name  Flags
      arg0  

  private void <init>(com.oracle.objectfile.LayoutDecision, com.oracle.objectfile.LayoutDecision);
    descriptor: (Lcom/oracle/objectfile/LayoutDecision;Lcom/oracle/objectfile/LayoutDecision;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.oracle.objectfile.BuildDependency this
        start local 1 // com.oracle.objectfile.LayoutDecision depending
        start local 2 // com.oracle.objectfile.LayoutDecision dependedOn
         0: .line 99
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 100
            getstatic com.oracle.objectfile.BuildDependency.$assertionsDisabled:Z
            ifne 2
            aload 1 /* depending */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 101
      StackMap locals: com.oracle.objectfile.BuildDependency com.oracle.objectfile.LayoutDecision com.oracle.objectfile.LayoutDecision
      StackMap stack:
            getstatic com.oracle.objectfile.BuildDependency.$assertionsDisabled:Z
            ifne 3
            aload 2 /* dependedOn */
            ifnonnull 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 102
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.BuildDependency.$assertionsDisabled:Z
            ifne 4
            aload 1 /* depending */
            aload 2 /* dependedOn */
            if_acmpne 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 104
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.objectfile.BuildDependency.$assertionsDisabled:Z
            ifne 5
            aload 1 /* depending */
            invokevirtual com.oracle.objectfile.LayoutDecision.getElement:()Lcom/oracle/objectfile/ObjectFile$Element;
            invokevirtual com.oracle.objectfile.ObjectFile$Element.getOwner:()Lcom/oracle/objectfile/ObjectFile;
            aload 2 /* dependedOn */
            invokevirtual com.oracle.objectfile.LayoutDecision.getElement:()Lcom/oracle/objectfile/ObjectFile$Element;
            invokevirtual com.oracle.objectfile.ObjectFile$Element.getOwner:()Lcom/oracle/objectfile/ObjectFile;
            if_acmpeq 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 105
      StackMap locals:
      StackMap stack:
            aload 1 /* depending */
            invokevirtual com.oracle.objectfile.LayoutDecision.getElement:()Lcom/oracle/objectfile/ObjectFile$Element;
            invokevirtual com.oracle.objectfile.ObjectFile$Element.getOwner:()Lcom/oracle/objectfile/ObjectFile;
            astore 3 /* of */
        start local 3 // com.oracle.objectfile.ObjectFile of
         6: .line 107
            aload 0 /* this */
            aload 1 /* depending */
            putfield com.oracle.objectfile.BuildDependency.depending:Lcom/oracle/objectfile/LayoutDecision;
         7: .line 108
            aload 0 /* this */
            aload 2 /* dependedOn */
            putfield com.oracle.objectfile.BuildDependency.dependedOn:Lcom/oracle/objectfile/LayoutDecision;
         8: .line 111
            aload 1 /* depending */
            invokevirtual com.oracle.objectfile.LayoutDecision.dependsOn:()Ljava/util/List;
            aload 2 /* dependedOn */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifeq 13
         9: .line 112
            getstatic com.oracle.objectfile.BuildDependency.$assertionsDisabled:Z
            ifne 10
            aload 2 /* dependedOn */
            invokevirtual com.oracle.objectfile.LayoutDecision.dependedOnBy:()Ljava/util/List;
            aload 1 /* depending */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifne 10
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        10: .line 113
      StackMap locals: com.oracle.objectfile.ObjectFile
      StackMap stack:
            aload 3 /* of */
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.ObjectFile.getExistingDependency:(Lcom/oracle/objectfile/BuildDependency;)Lcom/oracle/objectfile/BuildDependency;
            astore 4 /* existing */
        start local 4 // com.oracle.objectfile.BuildDependency existing
        11: .line 114
            getstatic com.oracle.objectfile.BuildDependency.$assertionsDisabled:Z
            ifne 12
            aload 4 /* existing */
            ifnonnull 12
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        12: .line 115
      StackMap locals: com.oracle.objectfile.BuildDependency
      StackMap stack:
            new com.oracle.objectfile.BuildDependency$DuplicateDependencyException
            dup
            aload 4 /* existing */
            invokespecial com.oracle.objectfile.BuildDependency$DuplicateDependencyException.<init>:(Lcom/oracle/objectfile/BuildDependency;)V
            athrow
        end local 4 // com.oracle.objectfile.BuildDependency existing
        13: .line 117
      StackMap locals:
      StackMap stack:
            aload 1 /* depending */
            invokevirtual com.oracle.objectfile.LayoutDecision.dependsOn:()Ljava/util/List;
            aload 2 /* dependedOn */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        14: .line 118
            aload 2 /* dependedOn */
            invokevirtual com.oracle.objectfile.LayoutDecision.dependedOnBy:()Ljava/util/List;
            aload 1 /* depending */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        15: .line 119
            aload 3 /* of */
            aload 0 /* this */
            invokevirtual com.oracle.objectfile.ObjectFile.putDependency:(Lcom/oracle/objectfile/BuildDependency;)V
        16: .line 120
            return
        end local 3 // com.oracle.objectfile.ObjectFile of
        end local 2 // com.oracle.objectfile.LayoutDecision dependedOn
        end local 1 // com.oracle.objectfile.LayoutDecision depending
        end local 0 // com.oracle.objectfile.BuildDependency this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lcom/oracle/objectfile/BuildDependency;
            0   17     1   depending  Lcom/oracle/objectfile/LayoutDecision;
            0   17     2  dependedOn  Lcom/oracle/objectfile/LayoutDecision;
            6   17     3          of  Lcom/oracle/objectfile/ObjectFile;
           11   13     4    existing  Lcom/oracle/objectfile/BuildDependency;
    Exceptions:
      throws com.oracle.objectfile.BuildDependency$DuplicateDependencyException
    MethodParameters:
            Name  Flags
      depending   
      dependedOn  
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Ljava/lang/Object;>;
SourceFile: "BuildDependency.java"
NestMembers:
  com.oracle.objectfile.BuildDependency$DuplicateDependencyException
InnerClasses:
  private DuplicateDependencyException = com.oracle.objectfile.BuildDependency$DuplicateDependencyException of com.oracle.objectfile.BuildDependency
  public abstract Element = com.oracle.objectfile.ObjectFile$Element of com.oracle.objectfile.ObjectFile