public class com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest extends com.oracle.truffle.llvm.tests.types.floating.LLVM80BitTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest
  super_class: com.oracle.truffle.llvm.tests.types.floating.LLVM80BitTest
{
  private static final int NR_RANDOM_NUMBERS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10000

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
         0: .line 40
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.tests.types.floating.LLVM80BitTest.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetLongTest;

  public void testPositiveInfinty();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
         0: .line 46
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest.positiveInfinity:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getLongValue:()J
            lstore 1 /* positiveInfity */
        start local 1 // long positiveInfity
         1: .line 47
            ldc -9223372036854775808
            lload 1 /* positiveInfity */
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 48
            return
        end local 1 // long positiveInfity
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetLongTest;
            1    3     1  positiveInfity  J
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testNegativeInfinty();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
         0: .line 52
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest.negativeInfinity:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getLongValue:()J
            lstore 1 /* negativeInfinity */
        start local 1 // long negativeInfinity
         1: .line 53
            ldc -9223372036854775808
            lload 1 /* negativeInfinity */
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 54
            return
        end local 1 // long negativeInfinity
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetLongTest;
            1    3     1  negativeInfinity  J
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testQNAN();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
         0: .line 58
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest.nan:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getLongValue:()J
            lstore 1 /* nan */
        start local 1 // long nan
         1: .line 59
            ldc -9223372036854775808
            lload 1 /* nan */
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 60
            return
        end local 1 // long nan
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetLongTest;
            1    3     1   nan  J
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testZero();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
         0: .line 64
            lconst_0
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromLong:(J)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getLongValue:()J
            lstore 1 /* zero */
        start local 1 // long zero
         1: .line 65
            lconst_0
            lload 1 /* zero */
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 66
            return
        end local 1 // long zero
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetLongTest;
            1    3     1  zero  J
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
         0: .line 70
            lconst_1
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromLong:(J)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getLongValue:()J
            lstore 1 /* one */
        start local 1 // long one
         1: .line 71
            lconst_1
            lload 1 /* one */
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 72
            return
        end local 1 // long one
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetLongTest;
            1    3     1   one  J
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testMinusOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
         0: .line 76
            ldc -1
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromLong:(J)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getLongValue:()J
            lstore 1 /* oneLong */
        start local 1 // long oneLong
         1: .line 77
            ldc -1
            lload 1 /* oneLong */
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 78
            return
        end local 1 // long oneLong
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetLongTest;
            1    3     1  oneLong  J
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testRandomInt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
         0: .line 82
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 83
      StackMap locals: int
      StackMap stack:
            invokestatic java.util.concurrent.ThreadLocalRandom.current:()Ljava/util/concurrent/ThreadLocalRandom;
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextLong:()J
            lstore 2 /* nextInt */
        start local 2 // long nextInt
         3: .line 84
            lload 2 /* nextInt */
            lload 2 /* nextInt */
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromLong:(J)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getLongValue:()J
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        end local 2 // long nextInt
         4: .line 82
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            sipush 10000
            if_icmplt 2
        end local 1 // int i
         6: .line 86
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetLongTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetLongTest;
            1    6     1        i  I
            3    4     2  nextInt  J
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "LLVM80BitGetLongTest.java"