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=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.jdk9.test.MathFMAConstantInputTest this
         0: .line 35
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBefore cannot be resolved to a type\n\tThe method assumeFalse(String, boolean) is undefined for the type MathFMAConstantInputTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    RuntimeInvisibleAnnotations: 
      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 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    RuntimeInvisibleAnnotations: 
      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 54
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    RuntimeInvisibleAnnotations: 
      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 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    RuntimeInvisibleAnnotations: 
      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 73
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "MathFMAConstantInputTest.java"