public class org.graalvm.compiler.core.test.ConditionalEliminationPiTest extends org.graalvm.compiler.core.test.ConditionalEliminationTestBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.core.test.ConditionalEliminationPiTest
  super_class: org.graalvm.compiler.core.test.ConditionalEliminationTestBase
{
  static int SideEffect;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static double oracleValue1;
    descriptor: D
    flags: (0x0008) ACC_STATIC

  static double oracleValue2;
    descriptor: D
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 33
            ldc -0.0
            putstatic org.graalvm.compiler.core.test.ConditionalEliminationPiTest.oracleValue1:D
         1: .line 34
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.ConditionalEliminationPiTest this
         0: .line 29
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.ConditionalEliminationTestBase.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.ConditionalEliminationPiTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalEliminationPiTest;

  public static double testSnippet1(int);
    descriptor: (I)D
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // int a
         0: .line 38
            iload 0 /* a */
            ifle 8
         1: .line 39
            getstatic org.graalvm.compiler.core.test.ConditionalEliminationPiTest.oracleValue1:D
            dstore 3 /* oracle */
        start local 3 // double oracle
         2: .line 40
            dload 3 /* oracle */
            dconst_0
            dcmpl
            ifne 5
         3: .line 41
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalEliminationPiTest.SideEffect:I
         4: .line 42
            goto 6
         5: .line 43
      StackMap locals: int top top double
      StackMap stack:
            ldc 123.0
            dreturn
         6: .line 45
      StackMap locals:
      StackMap stack:
            dload 3 /* oracle */
            dstore 1 /* phi */
        end local 3 // double oracle
        start local 1 // double phi
         7: .line 46
            goto 14
        end local 1 // double phi
         8: .line 47
      StackMap locals: int
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.ConditionalEliminationPiTest.oracleValue2:D
            dstore 3 /* oracle */
        start local 3 // double oracle
         9: .line 48
            dload 3 /* oracle */
            dconst_0
            dcmpl
            ifne 13
        10: .line 49
            iconst_1
            putstatic org.graalvm.compiler.core.test.ConditionalEliminationPiTest.SideEffect:I
        11: .line 50
            dload 3 /* oracle */
            dstore 1 /* phi */
        start local 1 // double phi
        12: .line 51
            goto 14
        end local 1 // double phi
        13: .line 52
      StackMap locals: int top top double
      StackMap stack:
            dconst_0
            dreturn
        end local 3 // double oracle
        start local 1 // double phi
        14: .line 55
      StackMap locals: int double
      StackMap stack:
            dload 1 /* phi */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            ldc -0.0
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            lcmp
            ifne 16
        15: .line 56
            ldc 12.0
            dreturn
        16: .line 58
      StackMap locals:
      StackMap stack:
            ldc 2.0
            dreturn
        end local 1 // double phi
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0       a  I
            7    8     1     phi  D
           12   13     1     phi  D
           14   17     1     phi  D
            2    7     3  oracle  D
            9   14     3  oracle  D
    MethodParameters:
      Name  Flags
      a     

  public void test1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.ConditionalEliminationPiTest 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.core.test.ConditionalEliminationPiTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ConditionalEliminationPiTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "ConditionalEliminationPiTest.java"