public class org.graalvm.compiler.nodes.test.LoopPhiCanonicalizerTest 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.nodes.test.LoopPhiCanonicalizerTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  private static int[] array;
    descriptor: [I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 40
            sipush 1000
            newarray 10
            putstatic org.graalvm.compiler.nodes.test.LoopPhiCanonicalizerTest.array:[I
            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.nodes.test.LoopPhiCanonicalizerTest this
         0: .line 38
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.nodes.test.LoopPhiCanonicalizerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/test/LoopPhiCanonicalizerTest;

  public static void before();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 42
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBeforeClass cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeInvisibleAnnotations: 
      BeforeClass()

  public static long loopSnippet();
    descriptor: ()J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=0
         0: .line 50
            iconst_0
            istore 0 /* a */
        start local 0 // int a
         1: .line 51
            iconst_0
            istore 1 /* b */
        start local 1 // int b
         2: .line 52
            iconst_0
            istore 2 /* c */
        start local 2 // int c
         3: .line 53
            iconst_0
            istore 3 /* d */
        start local 3 // int d
         4: .line 55
            lconst_0
            lstore 4 /* sum */
        start local 4 // long sum
         5: .line 56
            goto 7
         6: .line 57
      StackMap locals: int int int int long
      StackMap stack:
            lload 4 /* sum */
            getstatic org.graalvm.compiler.nodes.test.LoopPhiCanonicalizerTest.array:[I
            iload 0 /* a */
            iinc 0 /* a */ 1
            iaload
            getstatic org.graalvm.compiler.nodes.test.LoopPhiCanonicalizerTest.array:[I
            iload 1 /* b */
            iinc 1 /* b */ 1
            iaload
            iadd
            getstatic org.graalvm.compiler.nodes.test.LoopPhiCanonicalizerTest.array:[I
            iload 2 /* c */
            iinc 2 /* c */ 1
            iaload
            iadd
            getstatic org.graalvm.compiler.nodes.test.LoopPhiCanonicalizerTest.array:[I
            iload 3 /* d */
            iinc 3 /* d */ 1
            iaload
            iadd
            i2l
            ladd
            lstore 4 /* sum */
         7: .line 56
      StackMap locals:
      StackMap stack:
            iload 3 /* d */
            sipush 1000
            if_icmplt 6
         8: .line 59
            lload 4 /* sum */
            lreturn
        end local 4 // long sum
        end local 3 // int d
        end local 2 // int c
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    9     0     a  I
            2    9     1     b  I
            3    9     2     c  I
            4    9     3     d  I
            5    9     4   sum  J

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