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 37
            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 43
            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 45
            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 52
            iload 0 /* a */
            iconst_1
            if_icmple 2
         1: .line 53
            invokestatic org.graalvm.compiler.core.test.PhiCreationTests.test:()V
         2: .line 55
      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 58
            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 65
            goto 2
         1: .line 66
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.core.test.PhiCreationTests.test:()V
         2: .line 65
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 1
         3: .line 68
            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 71
            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 80
            goto 3
         1: .line 82
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.core.test.PhiCreationTests.test:()V
         2: .line 81
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 1
         3: .line 80
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 2
         4: .line 85
            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 88
            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 97
            iconst_5
            istore 1 /* b */
        start local 1 // int b
         1: .line 98
            goto 13
         2: .line 102
      StackMap locals: int
      StackMap stack:
            invokestatic org.graalvm.compiler.core.test.PhiCreationTests.test:()V
         3: .line 103
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: pop
         5: .line 100
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 2
         6: .line 99
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 5
         7: .line 108
            goto 12
         8: .line 111
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.core.test.PhiCreationTests.test:()V
         9: .line 112
            goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: pop
        11: .line 109
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 8
        12: .line 108
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 11
        13: .line 98
      StackMap locals:
      StackMap stack:
            iload 0 /* a */
            iconst_1
            if_icmpgt 6
        14: .line 118
            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"