public class org.graalvm.compiler.core.test.PhiCreationTests extends org.graalvm.compiler.core.test.GraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.core.test.PhiCreationTests
  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.core.test.PhiCreationTests this
         0: .line 35
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.PhiCreationTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/PhiCreationTests;

  private static void test();
    descriptor: ()V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=0, locals=0, args_size=0
         0: .line 41
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.PhiCreationTests this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.PhiCreationTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/PhiCreationTests;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int test1Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int a
         0: .line 50
            iload 0 /* a */
            iconst_1
            if_icmple 2
         1: .line 51
            invokestatic org.graalvm.compiler.core.test.PhiCreationTests.test:()V
         2: .line 53
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            ireturn
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     a  I
    MethodParameters:
      Name  Flags
      a     

  public void test2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.PhiCreationTests this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.PhiCreationTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/PhiCreationTests;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int test2Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int a
         0: .line 63
            goto 2
         1: .line 64
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.core.test.PhiCreationTests.test:()V
         2: .line 63
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 1
         3: .line 66
            iload 0 /* a */
            ireturn
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     a  I
    MethodParameters:
      Name  Flags
      a     

  public void test3();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.PhiCreationTests this
         0: .line 69
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.PhiCreationTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/PhiCreationTests;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int test3Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int a
         0: .line 78
            goto 3
         1: .line 80
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.core.test.PhiCreationTests.test:()V
         2: .line 79
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 1
         3: .line 78
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 2
         4: .line 83
            iload 0 /* a */
            ireturn
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     a  I
    MethodParameters:
      Name  Flags
      a     

  public void test4();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.PhiCreationTests this
         0: .line 86
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.PhiCreationTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/PhiCreationTests;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int test4Snippet(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int a
         0: .line 95
            iconst_5
            istore 1 /* b */
        start local 1 // int b
         1: .line 96
            goto 13
         2: .line 100
      StackMap locals: int
      StackMap stack:
            invokestatic org.graalvm.compiler.core.test.PhiCreationTests.test:()V
         3: .line 101
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: pop
         5: .line 98
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 2
         6: .line 97
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 5
         7: .line 106
            goto 12
         8: .line 109
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.core.test.PhiCreationTests.test:()V
         9: .line 110
            goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: pop
        11: .line 107
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 8
        12: .line 106
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 11
        13: .line 96
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 6
        14: .line 116
            iload 0 /* a */
            iload 1 /* b */
            iadd
            ireturn
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0     a  I
            1   15     1     b  I
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
           8     9      10  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      a     
}
SourceFile: "PhiCreationTests.java"