public class sun.jvm.hotspot.utilities.Interval
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.Interval
  super_class: java.lang.Object
{
  private java.lang.Object lowEndpoint;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.Interval this
        start local 1 // java.lang.Object lowEndpoint
        start local 2 // java.lang.Object highEndpoint
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* lowEndpoint */
            putfield sun.jvm.hotspot.utilities.Interval.lowEndpoint:Ljava/lang/Object;
         2: .line 41
            aload 0 /* this */
            aload 2 /* highEndpoint */
            putfield sun.jvm.hotspot.utilities.Interval.highEndpoint:Ljava/lang/Object;
         3: .line 42
            return
        end local 2 // java.lang.Object highEndpoint
        end local 1 // java.lang.Object lowEndpoint
        end local 0 // sun.jvm.hotspot.utilities.Interval this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lsun/jvm/hotspot/utilities/Interval;
            0    4     1   lowEndpoint  Ljava/lang/Object;
            0    4     2  highEndpoint  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      lowEndpoint   
      highEndpoint  

  public java.lang.Object getLowEndpoint();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.Interval this
         0: .line 45
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.Interval.lowEndpoint:Ljava/lang/Object;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/Interval;

  public java.lang.Object getHighEndpoint();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.Interval this
         0: .line 49
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.Interval.highEndpoint:Ljava/lang/Object;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/Interval;

  public boolean overlaps(sun.jvm.hotspot.utilities.Interval, java.util.Comparator<java.lang.Object>);
    descriptor: (Lsun/jvm/hotspot/utilities/Interval;Ljava/util/Comparator;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.Interval this
        start local 1 // sun.jvm.hotspot.utilities.Interval arg
        start local 2 // java.util.Comparator endpointComparator
         0: .line 56
            aload 0 /* this */
            aload 1 /* arg */
            invokevirtual sun.jvm.hotspot.utilities.Interval.getLowEndpoint:()Ljava/lang/Object;
            aload 1 /* arg */
            invokevirtual sun.jvm.hotspot.utilities.Interval.getHighEndpoint:()Ljava/lang/Object;
            aload 2 /* endpointComparator */
            invokevirtual sun.jvm.hotspot.utilities.Interval.overlaps:(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Comparator;)Z
            ireturn
        end local 2 // java.util.Comparator endpointComparator
        end local 1 // sun.jvm.hotspot.utilities.Interval arg
        end local 0 // sun.jvm.hotspot.utilities.Interval this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lsun/jvm/hotspot/utilities/Interval;
            0    1     1                 arg  Lsun/jvm/hotspot/utilities/Interval;
            0    1     2  endpointComparator  Ljava/util/Comparator<Ljava/lang/Object;>;
    Signature: (Lsun/jvm/hotspot/utilities/Interval;Ljava/util/Comparator<Ljava/lang/Object;>;)Z
    MethodParameters:
                    Name  Flags
      arg                 
      endpointComparator  

  public boolean overlaps(, , java.util.Comparator<java.lang.Object>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Comparator;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.utilities.Interval this
        start local 1 // java.lang.Object otherLowEndpoint
        start local 2 // java.lang.Object otherHighEndpoint
        start local 3 // java.util.Comparator endpointComparator
         0: .line 65
            aload 3 /* endpointComparator */
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.Interval.highEndpoint:Ljava/lang/Object;
            aload 1 /* otherLowEndpoint */
            invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
            ifgt 2
         1: .line 66
            iconst_0
            ireturn
         2: .line 68
      StackMap locals:
      StackMap stack:
            aload 3 /* endpointComparator */
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.Interval.lowEndpoint:Ljava/lang/Object;
            aload 2 /* otherHighEndpoint */
            invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
            iflt 4
         3: .line 69
            iconst_0
            ireturn
         4: .line 71
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // java.util.Comparator endpointComparator
        end local 2 // java.lang.Object otherHighEndpoint
        end local 1 // java.lang.Object otherLowEndpoint
        end local 0 // sun.jvm.hotspot.utilities.Interval this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lsun/jvm/hotspot/utilities/Interval;
            0    5     1    otherLowEndpoint  Ljava/lang/Object;
            0    5     2   otherHighEndpoint  Ljava/lang/Object;
            0    5     3  endpointComparator  Ljava/util/Comparator<Ljava/lang/Object;>;
    Signature: (Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Comparator<Ljava/lang/Object;>;)Z
    MethodParameters:
                    Name  Flags
      otherLowEndpoint    
      otherHighEndpoint   
      endpointComparator  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.Interval this
         0: .line 75
            new java.lang.StringBuilder
            dup
            ldc "[ "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.Interval.getLowEndpoint:()Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.Interval.getHighEndpoint:()Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)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 // sun.jvm.hotspot.utilities.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/Interval;
}
SourceFile: "Interval.java"