class sun.jvm.hotspot.utilities.IntervalTree$IntervalComparator implements java.util.Comparator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.IntervalTree$IntervalComparator
  super_class: java.lang.Object
{
  private java.util.Comparator endpointComparator;
    descriptor: Ljava/util/Comparator;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.util.Comparator);
    descriptor: (Ljava/util/Comparator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.IntervalTree$IntervalComparator this
        start local 1 // java.util.Comparator endpointComparator
         0: .line 114
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 115
            aload 0 /* this */
            aload 1 /* endpointComparator */
            putfield sun.jvm.hotspot.utilities.IntervalTree$IntervalComparator.endpointComparator:Ljava/util/Comparator;
         2: .line 116
            return
        end local 1 // java.util.Comparator endpointComparator
        end local 0 // sun.jvm.hotspot.utilities.IntervalTree$IntervalComparator this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lsun/jvm/hotspot/utilities/IntervalTree$IntervalComparator;
            0    3     1  endpointComparator  Ljava/util/Comparator;
    MethodParameters:
                    Name  Flags
      endpointComparator  

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.IntervalTree$IntervalComparator this
        start local 1 // java.lang.Object o1
        start local 2 // java.lang.Object o2
         0: .line 119
            aload 1 /* o1 */
            checkcast sun.jvm.hotspot.utilities.Interval
            astore 3 /* i1 */
        start local 3 // sun.jvm.hotspot.utilities.Interval i1
         1: .line 120
            aload 2 /* o2 */
            checkcast sun.jvm.hotspot.utilities.Interval
            astore 4 /* i2 */
        start local 4 // sun.jvm.hotspot.utilities.Interval i2
         2: .line 121
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.IntervalTree$IntervalComparator.endpointComparator:Ljava/util/Comparator;
            aload 3 /* i1 */
            invokevirtual sun.jvm.hotspot.utilities.Interval.getLowEndpoint:()Ljava/lang/Object;
            aload 4 /* i2 */
            invokevirtual sun.jvm.hotspot.utilities.Interval.getLowEndpoint:()Ljava/lang/Object;
            invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
            ireturn
        end local 4 // sun.jvm.hotspot.utilities.Interval i2
        end local 3 // sun.jvm.hotspot.utilities.Interval i1
        end local 2 // java.lang.Object o2
        end local 1 // java.lang.Object o1
        end local 0 // sun.jvm.hotspot.utilities.IntervalTree$IntervalComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/utilities/IntervalTree$IntervalComparator;
            0    3     1    o1  Ljava/lang/Object;
            0    3     2    o2  Ljava/lang/Object;
            1    3     3    i1  Lsun/jvm/hotspot/utilities/Interval;
            2    3     4    i2  Lsun/jvm/hotspot/utilities/Interval;
    MethodParameters:
      Name  Flags
      o1    
      o2    
}
SourceFile: "IntervalTree.java"
NestHost: sun.jvm.hotspot.utilities.IntervalTree
InnerClasses:
  IntervalComparator = sun.jvm.hotspot.utilities.IntervalTree$IntervalComparator of sun.jvm.hotspot.utilities.IntervalTree