public class org.openjdk.jmh.util.Interval implements java.lang.Comparable<org.openjdk.jmh.util.Interval>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.openjdk.jmh.util.Interval
  super_class: java.lang.Object
{
  public final long src;
    descriptor: J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final long dst;
    descriptor: J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(long, long);
    descriptor: (JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.openjdk.jmh.util.Interval this
        start local 1 // long src
        start local 3 // long dst
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            lload 1 /* src */
            putfield org.openjdk.jmh.util.Interval.src:J
         2: .line 33
            aload 0 /* this */
            lload 3 /* dst */
            putfield org.openjdk.jmh.util.Interval.dst:J
         3: .line 34
            return
        end local 3 // long dst
        end local 1 // long src
        end local 0 // org.openjdk.jmh.util.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/openjdk/jmh/util/Interval;
            0    4     1   src  J
            0    4     3   dst  J
    MethodParameters:
      Name  Flags
      src   
      dst   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.openjdk.jmh.util.Interval this
        start local 1 // java.lang.Object o
         0: .line 38
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 39
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 41
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.openjdk.jmh.util.Interval
            astore 2 /* interval */
        start local 2 // org.openjdk.jmh.util.Interval interval
         4: .line 43
            aload 0 /* this */
            getfield org.openjdk.jmh.util.Interval.dst:J
            aload 2 /* interval */
            getfield org.openjdk.jmh.util.Interval.dst:J
            lcmp
            ifeq 5
            iconst_0
            ireturn
         5: .line 44
      StackMap locals: org.openjdk.jmh.util.Interval
      StackMap stack:
            aload 0 /* this */
            getfield org.openjdk.jmh.util.Interval.src:J
            aload 2 /* interval */
            getfield org.openjdk.jmh.util.Interval.src:J
            lcmp
            ifeq 6
            iconst_0
            ireturn
         6: .line 46
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.openjdk.jmh.util.Interval interval
        end local 1 // java.lang.Object o
        end local 0 // org.openjdk.jmh.util.Interval this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/openjdk/jmh/util/Interval;
            0    7     1         o  Ljava/lang/Object;
            4    7     2  interval  Lorg/openjdk/jmh/util/Interval;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.openjdk.jmh.util.Interval this
         0: .line 51
            aload 0 /* this */
            getfield org.openjdk.jmh.util.Interval.src:J
            aload 0 /* this */
            getfield org.openjdk.jmh.util.Interval.src:J
            bipush 32
            lushr
            lxor
            l2i
            istore 1 /* result */
        start local 1 // int result
         1: .line 52
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.openjdk.jmh.util.Interval.dst:J
            aload 0 /* this */
            getfield org.openjdk.jmh.util.Interval.dst:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         2: .line 53
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.openjdk.jmh.util.Interval this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/openjdk/jmh/util/Interval;
            1    3     1  result  I

  public int compareTo(org.openjdk.jmh.util.Interval);
    descriptor: (Lorg/openjdk/jmh/util/Interval;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.openjdk.jmh.util.Interval this
        start local 1 // org.openjdk.jmh.util.Interval o
         0: .line 58
            aload 0 /* this */
            getfield org.openjdk.jmh.util.Interval.src:J
            aload 1 /* o */
            getfield org.openjdk.jmh.util.Interval.src:J
            lcmp
            ifge 2
         1: .line 59
            iconst_m1
            ireturn
         2: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.openjdk.jmh.util.Interval.src:J
            aload 1 /* o */
            getfield org.openjdk.jmh.util.Interval.src:J
            lcmp
            ifle 4
         3: .line 61
            iconst_1
            ireturn
         4: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.openjdk.jmh.util.Interval.dst:J
            aload 1 /* o */
            getfield org.openjdk.jmh.util.Interval.dst:J
            lcmp
            ifge 5
            iconst_m1
            goto 7
      StackMap locals:
      StackMap stack:
         5: aload 0 /* this */
            getfield org.openjdk.jmh.util.Interval.dst:J
            aload 1 /* o */
            getfield org.openjdk.jmh.util.Interval.dst:J
            lcmp
            ifne 6
            iconst_0
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_1
      StackMap locals:
      StackMap stack: int
         7: ireturn
        end local 1 // org.openjdk.jmh.util.Interval o
        end local 0 // org.openjdk.jmh.util.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/openjdk/jmh/util/Interval;
            0    8     1     o  Lorg/openjdk/jmh/util/Interval;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.openjdk.jmh.util.Interval this
         0: .line 69
            new java.lang.StringBuilder
            dup
            ldc "["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.openjdk.jmh.util.Interval.src:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.openjdk.jmh.util.Interval.dst:J
            invokevirtual java.lang.StringBuilder.append:(J)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 // org.openjdk.jmh.util.Interval this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/openjdk/jmh/util/Interval;

  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 org.openjdk.jmh.util.Interval
            invokevirtual org.openjdk.jmh.util.Interval.compareTo:(Lorg/openjdk/jmh/util/Interval;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lorg/openjdk/jmh/util/Interval;>;
SourceFile: "Interval.java"