public class org.graalvm.compiler.jtt.loop.SpillLoopPhiVariableAtDefinition 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.loop.SpillLoopPhiVariableAtDefinition
  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.loop.SpillLoopPhiVariableAtDefinition this
         0: .line 32
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.loop.SpillLoopPhiVariableAtDefinition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/SpillLoopPhiVariableAtDefinition;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // int arg
         0: .line 35
            iload 0 /* arg */
            istore 1 /* count */
        start local 1 // int count
         1: .line 36
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 12
         3: .line 37
      StackMap locals: int int
      StackMap stack:
            iload 1 /* count */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.bindToRegister:(I)V
         4: .line 38
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.spillRegisters:()V
         5: .line 39
            iload 1 /* count */
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.bindToRegister:(I)V
         6: .line 40
            iload 2 /* i */
            ifne 9
         7: .line 41
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.spillRegisters:()V
         8: .line 42
            goto 11
         9: .line 44
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.spillRegisters:()V
        10: .line 45
            iinc 1 /* count */ 1
        11: .line 36
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* i */
            iload 0 /* arg */
            if_icmplt 3
        end local 2 // int i
        13: .line 47
            iload 1 /* count */
            ireturn
        end local 1 // int count
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0    arg  I
            1   14     1  count  I
            2   13     2      i  I
    MethodParameters:
      Name  Flags
      arg   

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

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