public class org.graalvm.compiler.core.test.CountedLoopTest2 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.CountedLoopTest2
  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.CountedLoopTest2 this
         0: .line 38
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/CountedLoopTest2;

  public static float countedDeoptLoop0(int);
    descriptor: (I)F
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // int n
         0: .line 40
            fconst_0
            fstore 1 /* v */
        start local 1 // float v
         1: .line 41
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 42
      StackMap locals: float int
      StackMap stack:
            fload 1 /* v */
            ldc 2.1
            iload 2 /* i */
            i2f
            fmul
            fadd
            fstore 1 /* v */
         4: .line 43
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 41
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 0 /* n */
            if_icmplt 3
        end local 2 // int i
         7: .line 45
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimizeAndInvalidate:()V
         8: .line 46
            fload 1 /* v */
            freturn
        end local 1 // float v
        end local 0 // int n
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     n  I
            1    9     1     v  F
            2    7     2     i  I
    MethodParameters:
      Name  Flags
      n     

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

  public static float countedDeoptLoop1(int);
    descriptor: (I)F
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // int n
         0: .line 55
            fconst_0
            fstore 1 /* v */
        start local 1 // float v
         1: .line 56
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 57
      StackMap locals: float int
      StackMap stack:
            fload 1 /* v */
            ldc 2.1
            iload 2 /* i */
            i2f
            fmul
            fadd
            fstore 1 /* v */
         4: .line 58
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 56
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 0 /* n */
            if_icmplt 3
        end local 2 // int i
         7: .line 60
            fload 1 /* v */
            fconst_0
            fcmpl
            ifle 15
         8: .line 61
            fload 1 /* v */
            ldc 55.0
            fdiv
            ldc 3.0
            fcmpg
            ifge 12
         9: .line 62
            fload 1 /* v */
            fconst_2
            fsub
            fstore 1 /* v */
        10: .line 63
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
        11: .line 64
            goto 17
        12: .line 65
      StackMap locals:
      StackMap stack:
            fload 1 /* v */
            ldc 6.0
            fadd
            fstore 1 /* v */
        13: .line 66
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
        14: .line 68
            goto 17
        15: .line 69
      StackMap locals:
      StackMap stack:
            fload 1 /* v */
            fconst_1
            fadd
            fstore 1 /* v */
        16: .line 70
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
        17: .line 72
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimizeAndInvalidate:()V
        18: .line 73
            fload 1 /* v */
            freturn
        end local 1 // float v
        end local 0 // int n
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0     n  I
            1   19     1     v  F
            2    7     2     i  I
    MethodParameters:
      Name  Flags
      n     

  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.CountedLoopTest2 this
         0: .line 76
            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.CountedLoopTest2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/CountedLoopTest2;
    RuntimeInvisibleAnnotations: 
      Test()

  public static float countedDeoptLoop2(int, float);
    descriptor: (IF)F
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // int n
        start local 1 // float init
         0: .line 82
            fload 1 /* init */
            fstore 2 /* v */
        start local 2 // float v
         1: .line 83
            fload 2 /* v */
            fconst_0
            fcmpl
            ifle 17
         2: .line 84
            fload 2 /* v */
            ldc 55.0
            fdiv
            ldc 3.0
            fcmpg
            ifge 10
         3: .line 85
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 8
         5: .line 86
      StackMap locals: float int
      StackMap stack:
            fload 2 /* v */
            ldc 2.1
            iload 3 /* i */
            i2f
            fmul
            fadd
            fstore 2 /* v */
         6: .line 87
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         7: .line 85
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            iload 0 /* n */
            if_icmplt 5
        end local 3 // int i
         9: .line 89
            goto 23
        10: .line 90
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        11: goto 15
        12: .line 91
      StackMap locals: int
      StackMap stack:
            fload 2 /* v */
            ldc 1.1
            iload 3 /* i */
            i2f
            fmul
            fadd
            fstore 2 /* v */
        13: .line 92
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
        14: .line 90
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 3 /* i */
            iload 0 /* n */
            if_icmplt 12
        end local 3 // int i
        16: .line 95
            goto 23
        17: .line 96
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        18: goto 22
        19: .line 97
      StackMap locals: int
      StackMap stack:
            fload 2 /* v */
            ldc -0.1
            iload 3 /* i */
            i2f
            fmul
            fadd
            fstore 2 /* v */
        20: .line 98
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
        21: .line 96
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 3 /* i */
            iload 0 /* n */
            if_icmplt 19
        end local 3 // int i
        23: .line 101
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.deoptimizeAndInvalidate:()V
        24: .line 102
            fload 2 /* v */
            freturn
        end local 2 // float v
        end local 1 // float init
        end local 0 // int n
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0     n  I
            0   25     1  init  F
            1   25     2     v  F
            4    9     3     i  I
           11   16     3     i  I
           18   23     3     i  I
    MethodParameters:
      Name  Flags
      n     
      init  

  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.CountedLoopTest2 this
         0: .line 105
            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.CountedLoopTest2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/CountedLoopTest2;
    RuntimeInvisibleAnnotations: 
      Test()

  private void test(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest2 this
        start local 1 // java.lang.String methodName
         0: .line 111
            aload 0 /* this */
            aload 1 /* methodName */
            iconst_1
            invokevirtual org.graalvm.compiler.core.test.CountedLoopTest2.test:(Ljava/lang/String;I)V
         1: .line 112
            return
        end local 1 // java.lang.String methodName
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest2 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/graalvm/compiler/core/test/CountedLoopTest2;
            0    2     1  methodName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      methodName  

  private void test(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest2 this
         0: .line 117
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAssert cannot be resolved\n\tAssert cannot be resolved\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.core.test.CountedLoopTest2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/CountedLoopTest2;
    MethodParameters:
            Name  Flags
      methodName  
      nLoops      
}
SourceFile: "CountedLoopTest2.java"