public class org.graalvm.compiler.jtt.optimize.Fold_Convert04 extends org.graalvm.compiler.jtt.JTTTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.optimize.Fold_Convert04
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.Fold_Convert04 this
         0: .line 34
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.optimize.Fold_Convert04 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/Fold_Convert04;

  public static double test(double);
    descriptor: (D)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // double arg
         0: .line 37
            dload 0 /* arg */
            dconst_0
            dcmpl
            ifne 2
         1: .line 38
            invokestatic org.graalvm.compiler.jtt.optimize.Fold_Convert04.l2d:()D
            dreturn
         2: .line 40
      StackMap locals:
      StackMap stack:
            dload 0 /* arg */
            dconst_1
            dcmpl
            ifne 4
         3: .line 41
            invokestatic org.graalvm.compiler.jtt.optimize.Fold_Convert04.f2d:()D
            dreturn
         4: .line 43
      StackMap locals:
      StackMap stack:
            dconst_0
            dreturn
        end local 0 // double arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   arg  D
    MethodParameters:
      Name  Flags
      arg   

  public static double l2d();
    descriptor: ()D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 47
            ldc 1024
            lstore 0 /* x */
        start local 0 // long x
         1: .line 48
            lload 0 /* x */
            l2d
            dreturn
        end local 0 // long x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0     x  J

  public static double f2d();
    descriptor: ()D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 52
            ldc -1.25
            fstore 0 /* x */
        start local 0 // float x
         1: .line 53
            fload 0 /* x */
            f2d
            dreturn
        end local 0 // float x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0     x  F

  public void run0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.Fold_Convert04 this
         0: .line 56
            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.jtt.optimize.Fold_Convert04 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/Fold_Convert04;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.Fold_Convert04 this
         0: .line 61
            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.jtt.optimize.Fold_Convert04 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/Fold_Convert04;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "Fold_Convert04.java"