public class com.oracle.objectfile.ObjectFile$IntegerDecisionComparator implements java.util.Comparator<com.oracle.objectfile.LayoutDecision>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.objectfile.ObjectFile$IntegerDecisionComparator
  super_class: java.lang.Object
{
  private int undecidedValue;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.objectfile.ObjectFile$IntegerDecisionComparator this
        start local 1 // boolean undecidedIsLarge
         0: .line 639
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 640
            aload 0 /* this */
            iload 1 /* undecidedIsLarge */
            ifeq 2
            ldc 2147483647
            goto 3
      StackMap locals: com.oracle.objectfile.ObjectFile$IntegerDecisionComparator int
      StackMap stack: com.oracle.objectfile.ObjectFile$IntegerDecisionComparator
         2: ldc -2147483648
      StackMap locals: com.oracle.objectfile.ObjectFile$IntegerDecisionComparator int
      StackMap stack: com.oracle.objectfile.ObjectFile$IntegerDecisionComparator int
         3: putfield com.oracle.objectfile.ObjectFile$IntegerDecisionComparator.undecidedValue:I
         4: .line 641
            return
        end local 1 // boolean undecidedIsLarge
        end local 0 // com.oracle.objectfile.ObjectFile$IntegerDecisionComparator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lcom/oracle/objectfile/ObjectFile$IntegerDecisionComparator;
            0    5     1  undecidedIsLarge  Z
    MethodParameters:
                  Name  Flags
      undecidedIsLarge  

  public int compare(com.oracle.objectfile.LayoutDecision, com.oracle.objectfile.LayoutDecision);
    descriptor: (Lcom/oracle/objectfile/LayoutDecision;Lcom/oracle/objectfile/LayoutDecision;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.oracle.objectfile.ObjectFile$IntegerDecisionComparator this
        start local 1 // com.oracle.objectfile.LayoutDecision d0
        start local 2 // com.oracle.objectfile.LayoutDecision d1
         0: .line 650
            aload 1 /* d0 */
            ifnull 1
            aload 1 /* d0 */
            invokevirtual com.oracle.objectfile.LayoutDecision.isTaken:()Z
            ifne 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.oracle.objectfile.ObjectFile$IntegerDecisionComparator.undecidedValue:I
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 1 /* d0 */
            invokevirtual com.oracle.objectfile.LayoutDecision.getValue:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* off0 */
        start local 3 // int off0
         4: .line 651
            aload 2 /* d1 */
            ifnull 5
            aload 2 /* d1 */
            invokevirtual com.oracle.objectfile.LayoutDecision.isTaken:()Z
            ifne 6
      StackMap locals: int
      StackMap stack:
         5: aload 0 /* this */
            getfield com.oracle.objectfile.ObjectFile$IntegerDecisionComparator.undecidedValue:I
            goto 7
      StackMap locals:
      StackMap stack:
         6: aload 2 /* d1 */
            invokevirtual com.oracle.objectfile.LayoutDecision.getValue:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
      StackMap locals:
      StackMap stack: int
         7: istore 4 /* off1 */
        start local 4 // int off1
         8: .line 653
            iload 3 /* off0 */
            iload 4 /* off1 */
            invokestatic java.lang.Integer.compare:(II)I
            ireturn
        end local 4 // int off1
        end local 3 // int off0
        end local 2 // com.oracle.objectfile.LayoutDecision d1
        end local 1 // com.oracle.objectfile.LayoutDecision d0
        end local 0 // com.oracle.objectfile.ObjectFile$IntegerDecisionComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/oracle/objectfile/ObjectFile$IntegerDecisionComparator;
            0    9     1    d0  Lcom/oracle/objectfile/LayoutDecision;
            0    9     2    d1  Lcom/oracle/objectfile/LayoutDecision;
            4    9     3  off0  I
            8    9     4  off1  I
    MethodParameters:
      Name  Flags
      d0    
      d1    

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