public final class org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest extends org.graalvm.compiler.core.test.GraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest this
         0: .line 33
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/jdk9/test/MathFMAConstantInputTest;

  public void checkNotSPARC();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest this
         0: .line 37
            ldc "skipping test on SPARC "
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest.getTarget:()Ljdk/vm/ci/code/TargetDescription;
            getfield jdk.vm.ci.code.TargetDescription.arch:Ljdk/vm/ci/code/Architecture;
            invokestatic org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest.isSPARC:(Ljdk/vm/ci/code/Architecture;)Z
            invokestatic org.junit.Assume.assumeFalse:(Ljava/lang/String;Z)V
         1: .line 38
            return
        end local 0 // org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/jdk9/test/MathFMAConstantInputTest;
    RuntimeVisibleAnnotations: 
      org.junit.Before()

  public static float floatFMA();
    descriptor: ()F
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 41
            fconst_2
            fconst_2
            fconst_2
            invokestatic java.lang.Math.fma:(FFF)F
            freturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void testFloatFMA();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest this
         0: .line 46
            aload 0 /* this */
            ldc "floatFMA"
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest.test:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
         1: .line 47
            return
        end local 0 // org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/jdk9/test/MathFMAConstantInputTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public static float floatFMAWithPi();
    descriptor: ()F
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=0
         0: .line 50
            iconst_3
            newarray 6
            dup
            iconst_0
            ldc 3.4028235E38
            fastore
            dup
            iconst_1
            fconst_2
            fastore
            dup
            iconst_2
            ldc -3.4028235E38
            fastore
            astore 0 /* input */
        start local 0 // float[] input
         1: .line 51
            aload 0 /* input */
            iconst_0
            faload
            aload 0 /* input */
            iconst_1
            faload
            aload 0 /* input */
            iconst_2
            faload
            invokestatic java.lang.Math.fma:(FFF)F
            freturn
        end local 0 // float[] input
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    2     0  input  [F

  public void testFloatFMAWithPi();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest this
         0: .line 56
            aload 0 /* this */
            ldc "floatFMAWithPi"
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest.test:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
         1: .line 57
            return
        end local 0 // org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/jdk9/test/MathFMAConstantInputTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public static double doubleFMA();
    descriptor: ()D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 60
            ldc 2.0
            ldc 2.0
            ldc 2.0
            invokestatic java.lang.Math.fma:(DDD)D
            dreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void testDoubleFMA();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest this
         0: .line 65
            aload 0 /* this */
            ldc "doubleFMA"
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest.test:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
         1: .line 66
            return
        end local 0 // org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/jdk9/test/MathFMAConstantInputTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public static double doubleFMAWithPi();
    descriptor: ()D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=1, args_size=0
         0: .line 69
            iconst_3
            newarray 7
            dup
            iconst_0
            ldc 1.7976931348623157E308
            dastore
            dup
            iconst_1
            ldc 2.0
            dastore
            dup
            iconst_2
            ldc -1.7976931348623157E308
            dastore
            astore 0 /* input */
        start local 0 // double[] input
         1: .line 70
            aload 0 /* input */
            iconst_0
            daload
            aload 0 /* input */
            iconst_1
            daload
            aload 0 /* input */
            iconst_2
            daload
            invokestatic java.lang.Math.fma:(DDD)D
            dreturn
        end local 0 // double[] input
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    2     0  input  [D

  public void testDoubleFMAWithPi();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest this
         0: .line 75
            aload 0 /* this */
            ldc "doubleFMAWithPi"
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest.test:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
         1: .line 76
            return
        end local 0 // org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/jdk9/test/MathFMAConstantInputTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "MathFMAConstantInputTest.java"
InnerClasses:
  public Result = org.graalvm.compiler.core.test.GraalCompilerTest$Result of org.graalvm.compiler.core.test.GraalCompilerTest