public class org.graalvm.compiler.core.test.CountedLoopTest 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.CountedLoopTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  private java.lang.Object[] argsToBind;
    descriptor: [Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private boolean loopCanBeRemoved;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 55
            ldc Lorg/graalvm/compiler/core/test/CountedLoopTest;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.core.test.CountedLoopTest.$assertionsDisabled:Z
            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.core.test.CountedLoopTest this
         0: .line 55
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/CountedLoopTest;

  private static int get(org.graalvm.compiler.core.test.CountedLoopTest$IVProperty, org.graalvm.compiler.core.test.CountedLoopTest$StaticIVProperty, org.graalvm.compiler.core.test.CountedLoopTest$IVPredicate, int);
    descriptor: (Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest$IVProperty property
        start local 1 // org.graalvm.compiler.core.test.CountedLoopTest$StaticIVProperty staticProperty
        start local 2 // org.graalvm.compiler.core.test.CountedLoopTest$IVPredicate constantCheck
        start local 3 // int iv
         0: .line 77
            iload 3 /* iv */
            ireturn
        end local 3 // int iv
        end local 2 // org.graalvm.compiler.core.test.CountedLoopTest$IVPredicate constantCheck
        end local 1 // org.graalvm.compiler.core.test.CountedLoopTest$StaticIVProperty staticProperty
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest$IVProperty property
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0        property  Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
            0    1     1  staticProperty  Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;
            0    1     2   constantCheck  Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;
            0    1     3              iv  I
    MethodParameters:
                Name  Flags
      property        
      staticProperty  
      constantCheck   
      iv              

  private static int get(org.graalvm.compiler.core.test.CountedLoopTest$IVProperty, int);
    descriptor: (Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest$IVProperty property
        start local 1 // int iv
         0: .line 82
            iload 1 /* iv */
            ireturn
        end local 1 // int iv
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest$IVProperty property
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  property  Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
            0    1     1        iv  I
    MethodParameters:
          Name  Flags
      property  
      iv        

  private static long get(org.graalvm.compiler.core.test.CountedLoopTest$IVProperty, org.graalvm.compiler.core.test.CountedLoopTest$StaticIVProperty, org.graalvm.compiler.core.test.CountedLoopTest$IVPredicate, long);
    descriptor: (Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;J)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest$IVProperty property
        start local 1 // org.graalvm.compiler.core.test.CountedLoopTest$StaticIVProperty staticProperty
        start local 2 // org.graalvm.compiler.core.test.CountedLoopTest$IVPredicate constantCheck
        start local 3 // long iv
         0: .line 88
            lload 3 /* iv */
            lreturn
        end local 3 // long iv
        end local 2 // org.graalvm.compiler.core.test.CountedLoopTest$IVPredicate constantCheck
        end local 1 // org.graalvm.compiler.core.test.CountedLoopTest$StaticIVProperty staticProperty
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest$IVProperty property
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0        property  Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
            0    1     1  staticProperty  Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;
            0    1     2   constantCheck  Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;
            0    1     3              iv  J
    MethodParameters:
                Name  Flags
      property        
      staticProperty  
      constantCheck   
      iv              

  private static long get(org.graalvm.compiler.core.test.CountedLoopTest$IVProperty, long);
    descriptor: (Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;J)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest$IVProperty property
        start local 1 // long iv
         0: .line 93
            lload 1 /* iv */
            lreturn
        end local 1 // long iv
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest$IVProperty property
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  property  Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
            0    1     1        iv  J
    MethodParameters:
          Name  Flags
      property  
      iv        

  public static org.graalvm.compiler.core.test.CountedLoopTest$Result incrementSnippet(int, int, int);
    descriptor: (III)Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // int start
        start local 1 // int limit
        start local 2 // int step
         0: .line 126
            iload 2 /* step */
            iconst_1
            isub
            ldc 65535
            iand
            iconst_1
            iadd
            istore 4 /* inc */
        start local 4 // int inc
         1: .line 127
            new org.graalvm.compiler.core.test.CountedLoopTest$Result
            dup
            invokespecial org.graalvm.compiler.core.test.CountedLoopTest$Result.<init>:()V
            astore 5 /* ret */
        start local 5 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
         2: .line 128
            iload 0 /* start */
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 129
      StackMap locals: int int org.graalvm.compiler.core.test.CountedLoopTest$Result
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 130
            aload 5 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.extremumNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
                  org/graalvm/compiler/loop/InductionVariable.constantExtremum()J (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
            invokedynamic test()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
                  org/graalvm/compiler/loop/InductionVariable.isConstantExtremum()Z (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
            iload 3 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:J
         6: .line 128
            iload 3 /* i */
            iload 4 /* inc */
            iadd
            istore 3 /* i */
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 1 /* limit */
            if_icmplt 4
         8: .line 132
            aload 5 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.exitValueNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            iload 3 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:J
         9: .line 133
            aload 5 /* ret */
            areturn
        end local 5 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
        end local 4 // int inc
        end local 3 // int i
        end local 2 // int step
        end local 1 // int limit
        end local 0 // int start
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0  start  I
            0   10     1  limit  I
            0   10     2   step  I
            3   10     3      i  I
            1   10     4    inc  I
            2   10     5    ret  Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    MethodParameters:
       Name  Flags
      start  
      limit  
      step   

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

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

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

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

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

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

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

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

  public static org.graalvm.compiler.core.test.CountedLoopTest$Result incrementEqSnippet(int, int, int);
    descriptor: (III)Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // int start
        start local 1 // int limit
        start local 2 // int step
         0: .line 178
            iload 2 /* step */
            iconst_1
            isub
            ldc 65535
            iand
            iconst_1
            iadd
            istore 4 /* inc */
        start local 4 // int inc
         1: .line 179
            new org.graalvm.compiler.core.test.CountedLoopTest$Result
            dup
            invokespecial org.graalvm.compiler.core.test.CountedLoopTest$Result.<init>:()V
            astore 5 /* ret */
        start local 5 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
         2: .line 180
            iload 0 /* start */
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 181
      StackMap locals: int int org.graalvm.compiler.core.test.CountedLoopTest$Result
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 182
            aload 5 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.extremumNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
                  org/graalvm/compiler/loop/InductionVariable.constantExtremum()J (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
            invokedynamic test()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
                  org/graalvm/compiler/loop/InductionVariable.isConstantExtremum()Z (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
            iload 3 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:J
         6: .line 180
            iload 3 /* i */
            iload 4 /* inc */
            iadd
            istore 3 /* i */
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 1 /* limit */
            if_icmple 4
         8: .line 184
            aload 5 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.exitValueNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            iload 3 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:J
         9: .line 185
            aload 5 /* ret */
            areturn
        end local 5 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
        end local 4 // int inc
        end local 3 // int i
        end local 2 // int step
        end local 1 // int limit
        end local 0 // int start
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0  start  I
            0   10     1  limit  I
            0   10     2   step  I
            3   10     3      i  I
            1   10     4    inc  I
            2   10     5    ret  Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    MethodParameters:
       Name  Flags
      start  
      limit  
      step   

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

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

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

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

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

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

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

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

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

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

  public static org.graalvm.compiler.core.test.CountedLoopTest$Result decrementSnippet(int, int, int);
    descriptor: (III)Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // int start
        start local 1 // int limit
        start local 2 // int step
         0: .line 240
            iload 2 /* step */
            iconst_1
            isub
            ldc 65535
            iand
            iconst_1
            iadd
            istore 4 /* dec */
        start local 4 // int dec
         1: .line 241
            new org.graalvm.compiler.core.test.CountedLoopTest$Result
            dup
            invokespecial org.graalvm.compiler.core.test.CountedLoopTest$Result.<init>:()V
            astore 5 /* ret */
        start local 5 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
         2: .line 242
            iload 0 /* start */
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 243
      StackMap locals: int int org.graalvm.compiler.core.test.CountedLoopTest$Result
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 244
            aload 5 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.extremumNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
                  org/graalvm/compiler/loop/InductionVariable.constantExtremum()J (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
            invokedynamic test()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
                  org/graalvm/compiler/loop/InductionVariable.isConstantExtremum()Z (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
            iload 3 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:J
         6: .line 242
            iload 3 /* i */
            iload 4 /* dec */
            isub
            istore 3 /* i */
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 1 /* limit */
            if_icmpgt 4
         8: .line 246
            aload 5 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.exitValueNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            iload 3 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:J
         9: .line 247
            aload 5 /* ret */
            areturn
        end local 5 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
        end local 4 // int dec
        end local 3 // int i
        end local 2 // int step
        end local 1 // int limit
        end local 0 // int start
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0  start  I
            0   10     1  limit  I
            0   10     2   step  I
            3   10     3      i  I
            1   10     4    dec  I
            2   10     5    ret  Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    MethodParameters:
       Name  Flags
      start  
      limit  
      step   

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

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

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

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

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

  public static org.graalvm.compiler.core.test.CountedLoopTest$Result decrementEqSnippet(int, int, int);
    descriptor: (III)Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // int start
        start local 1 // int limit
        start local 2 // int step
         0: .line 277
            iload 2 /* step */
            iconst_1
            isub
            ldc 65535
            iand
            iconst_1
            iadd
            istore 4 /* dec */
        start local 4 // int dec
         1: .line 278
            new org.graalvm.compiler.core.test.CountedLoopTest$Result
            dup
            invokespecial org.graalvm.compiler.core.test.CountedLoopTest$Result.<init>:()V
            astore 5 /* ret */
        start local 5 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
         2: .line 279
            iload 0 /* start */
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 280
      StackMap locals: int int org.graalvm.compiler.core.test.CountedLoopTest$Result
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 281
            aload 5 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.extremumNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
                  org/graalvm/compiler/loop/InductionVariable.constantExtremum()J (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
            invokedynamic test()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
                  org/graalvm/compiler/loop/InductionVariable.isConstantExtremum()Z (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
            iload 3 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:J
         6: .line 279
            iload 3 /* i */
            iload 4 /* dec */
            isub
            istore 3 /* i */
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 1 /* limit */
            if_icmpge 4
         8: .line 283
            aload 5 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.exitValueNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            iload 3 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:J
         9: .line 284
            aload 5 /* ret */
            areturn
        end local 5 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
        end local 4 // int dec
        end local 3 // int i
        end local 2 // int step
        end local 1 // int limit
        end local 0 // int start
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0  start  I
            0   10     1  limit  I
            0   10     2   step  I
            3   10     3      i  I
            1   10     4    dec  I
            2   10     5    ret  Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    MethodParameters:
       Name  Flags
      start  
      limit  
      step   

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

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

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

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

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

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

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

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

  public static org.graalvm.compiler.core.test.CountedLoopTest$Result twoVariablesSnippet();
    descriptor: ()Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 328
            new org.graalvm.compiler.core.test.CountedLoopTest$Result
            dup
            invokespecial org.graalvm.compiler.core.test.CountedLoopTest$Result.<init>:()V
            astore 0 /* ret */
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
         1: .line 329
            iconst_0
            istore 1 /* j */
        start local 1 // int j
         2: .line 330
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 8
         4: .line 331
      StackMap locals: org.graalvm.compiler.core.test.CountedLoopTest$Result int int
      StackMap stack:
            iinc 1 /* j */ 5
         5: .line 332
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         6: .line 333
            aload 0 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.extremumNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
                  org/graalvm/compiler/loop/InductionVariable.constantExtremum()J (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
            invokedynamic test()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
                  org/graalvm/compiler/loop/InductionVariable.isConstantExtremum()Z (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
            iload 1 /* j */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:J
         7: .line 330
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            sipush 1024
            if_icmplt 4
        end local 2 // int i
         9: .line 335
            aload 0 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.exitValueNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            iload 1 /* j */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:J
        10: .line 336
            aload 0 /* ret */
            areturn
        end local 1 // int j
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1   11     0   ret  Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
            2   11     1     j  I
            3    9     2     i  I

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

  public static org.graalvm.compiler.core.test.CountedLoopTest$Result incrementNeqSnippet(int);
    descriptor: (I)Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // int limit
         0: .line 346
            iload 0 /* limit */
            iconst_1
            isub
            ldc 65535
            iand
            iconst_1
            iadd
            istore 2 /* posLimit */
        start local 2 // int posLimit
         1: .line 347
            new org.graalvm.compiler.core.test.CountedLoopTest$Result
            dup
            invokespecial org.graalvm.compiler.core.test.CountedLoopTest$Result.<init>:()V
            astore 3 /* ret */
        start local 3 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
         2: .line 348
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 7
         4: .line 349
      StackMap locals: int int org.graalvm.compiler.core.test.CountedLoopTest$Result
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 350
            aload 3 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.extremumNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
                  org/graalvm/compiler/loop/InductionVariable.constantExtremum()J (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
            invokedynamic test()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
                  org/graalvm/compiler/loop/InductionVariable.isConstantExtremum()Z (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
            iload 1 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:J
         6: .line 348
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            iload 2 /* posLimit */
            if_icmpne 4
         8: .line 352
            aload 3 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.exitValueNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            iload 1 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:J
         9: .line 353
            aload 3 /* ret */
            areturn
        end local 3 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
        end local 2 // int posLimit
        end local 1 // int i
        end local 0 // int limit
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0     limit  I
            3   10     1         i  I
            1   10     2  posLimit  I
            2   10     3       ret  Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    MethodParameters:
       Name  Flags
      limit  

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

  public static org.graalvm.compiler.core.test.CountedLoopTest$Result decrementNeqSnippet(int);
    descriptor: (I)Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // int limit
         0: .line 363
            iload 0 /* limit */
            iconst_1
            isub
            ldc 65535
            iand
            iconst_1
            iadd
            istore 2 /* posLimit */
        start local 2 // int posLimit
         1: .line 364
            new org.graalvm.compiler.core.test.CountedLoopTest$Result
            dup
            invokespecial org.graalvm.compiler.core.test.CountedLoopTest$Result.<init>:()V
            astore 3 /* ret */
        start local 3 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
         2: .line 365
            iload 2 /* posLimit */
            istore 1 /* i */
        start local 1 // int i
         3: goto 7
         4: .line 366
      StackMap locals: int int org.graalvm.compiler.core.test.CountedLoopTest$Result
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 367
            aload 3 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.extremumNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
                  org/graalvm/compiler/loop/InductionVariable.constantExtremum()J (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
            invokedynamic test()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
                  org/graalvm/compiler/loop/InductionVariable.isConstantExtremum()Z (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
            iload 1 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:J
         6: .line 365
            iinc 1 /* i */ -1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            ifne 4
         8: .line 369
            aload 3 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.exitValueNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            iload 1 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:J
         9: .line 370
            aload 3 /* ret */
            areturn
        end local 3 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
        end local 2 // int posLimit
        end local 1 // int i
        end local 0 // int limit
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0     limit  I
            3   10     1         i  I
            1   10     2  posLimit  I
            2   10     3       ret  Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    MethodParameters:
       Name  Flags
      limit  

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

  public static org.graalvm.compiler.core.test.CountedLoopTest$Result incrementLongSnippet(long, long, long);
    descriptor: (JJJ)Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=11, args_size=3
        start local 0 // long start
        start local 2 // long limit
        start local 4 // long step
         0: .line 380
            lload 4 /* step */
            lconst_1
            lsub
            ldc 65535
            land
            lconst_1
            ladd
            lstore 8 /* inc */
        start local 8 // long inc
         1: .line 381
            new org.graalvm.compiler.core.test.CountedLoopTest$Result
            dup
            invokespecial org.graalvm.compiler.core.test.CountedLoopTest$Result.<init>:()V
            astore 10 /* ret */
        start local 10 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
         2: .line 382
            lload 0 /* start */
            lstore 6 /* i */
        start local 6 // long i
         3: goto 7
         4: .line 383
      StackMap locals: long long org.graalvm.compiler.core.test.CountedLoopTest$Result
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 384
            aload 10 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.extremumNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
                  org/graalvm/compiler/loop/InductionVariable.constantExtremum()J (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
            invokedynamic test()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
                  org/graalvm/compiler/loop/InductionVariable.isConstantExtremum()Z (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
            lload 6 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;J)J
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:J
         6: .line 382
            lload 6 /* i */
            lload 8 /* inc */
            ladd
            lstore 6 /* i */
      StackMap locals:
      StackMap stack:
         7: lload 6 /* i */
            lload 2 /* limit */
            lcmp
            iflt 4
         8: .line 386
            aload 10 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.exitValueNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            lload 6 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;J)J
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:J
         9: .line 387
            aload 10 /* ret */
            areturn
        end local 10 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
        end local 8 // long inc
        end local 6 // long i
        end local 4 // long step
        end local 2 // long limit
        end local 0 // long start
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0  start  J
            0   10     2  limit  J
            0   10     4   step  J
            3   10     6      i  J
            1   10     8    inc  J
            2   10    10    ret  Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    MethodParameters:
       Name  Flags
      start  
      limit  
      step   

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

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

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

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

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

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

  public static org.graalvm.compiler.core.test.CountedLoopTest$Result incrementUnsignedSnippet(int, int, int);
    descriptor: (III)Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // int start
        start local 1 // int limit
        start local 2 // int step
         0: .line 422
            iload 2 /* step */
            iconst_1
            isub
            ldc 65535
            iand
            iconst_1
            iadd
            istore 4 /* inc */
        start local 4 // int inc
         1: .line 423
            new org.graalvm.compiler.core.test.CountedLoopTest$Result
            dup
            invokespecial org.graalvm.compiler.core.test.CountedLoopTest$Result.<init>:()V
            astore 5 /* ret */
        start local 5 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
         2: .line 424
            iload 0 /* start */
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 425
      StackMap locals: int int org.graalvm.compiler.core.test.CountedLoopTest$Result
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 426
            aload 5 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.extremumNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
                  org/graalvm/compiler/loop/InductionVariable.constantExtremum()J (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
            invokedynamic test()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
                  org/graalvm/compiler/loop/InductionVariable.isConstantExtremum()Z (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
            iload 3 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:J
         6: .line 424
            iload 3 /* i */
            iload 4 /* inc */
            iadd
            istore 3 /* i */
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 1 /* limit */
            invokestatic java.lang.Integer.compareUnsigned:(II)I
            iflt 4
         8: .line 428
            aload 5 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.exitValueNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            iload 3 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:J
         9: .line 429
            aload 5 /* ret */
            areturn
        end local 5 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
        end local 4 // int inc
        end local 3 // int i
        end local 2 // int step
        end local 1 // int limit
        end local 0 // int start
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0  start  I
            0   10     1  limit  I
            0   10     2   step  I
            3   10     3      i  I
            1   10     4    inc  I
            2   10     5    ret  Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    MethodParameters:
       Name  Flags
      start  
      limit  
      step   

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

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

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

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

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

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

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

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

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

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

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

  public static org.graalvm.compiler.core.test.CountedLoopTest$Result decrementUnsignedSnippet(int, int, int);
    descriptor: (III)Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // int start
        start local 1 // int limit
        start local 2 // int step
         0: .line 488
            iload 2 /* step */
            iconst_1
            isub
            ldc 65535
            iand
            iconst_1
            iadd
            istore 3 /* dec */
        start local 3 // int dec
         1: .line 489
            new org.graalvm.compiler.core.test.CountedLoopTest$Result
            dup
            invokespecial org.graalvm.compiler.core.test.CountedLoopTest$Result.<init>:()V
            astore 4 /* ret */
        start local 4 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
         2: .line 491
            iload 0 /* start */
            istore 5 /* i */
        start local 5 // int i
         3: goto 7
         4: .line 492
      StackMap locals: int org.graalvm.compiler.core.test.CountedLoopTest$Result int
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 493
            aload 4 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.extremumNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
                  org/graalvm/compiler/loop/InductionVariable.constantExtremum()J (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)J
            invokedynamic test()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
                  org/graalvm/compiler/loop/InductionVariable.isConstantExtremum()Z (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Z
            iload 5 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:J
         6: .line 491
            iload 5 /* i */
            iload 3 /* dec */
            isub
            istore 5 /* i */
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 1 /* limit */
            invokestatic java.lang.Integer.compareUnsigned:(II)I
            ifgt 4
         8: .line 495
            aload 4 /* ret */
            invokedynamic get()Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
                  org/graalvm/compiler/loop/InductionVariable.exitValueNode()Lorg/graalvm/compiler/nodes/ValueNode; (5)
                  (Lorg/graalvm/compiler/loop/InductionVariable;)Lorg/graalvm/compiler/nodes/ValueNode;
            iload 5 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            i2l
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:J
         9: .line 496
            aload 4 /* ret */
            areturn
        end local 5 // int i
        end local 4 // org.graalvm.compiler.core.test.CountedLoopTest$Result ret
        end local 3 // int dec
        end local 2 // int step
        end local 1 // int limit
        end local 0 // int start
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0  start  I
            0   10     1  limit  I
            0   10     2   step  I
            1   10     3    dec  I
            2   10     4    ret  Lorg/graalvm/compiler/core/test/CountedLoopTest$Result;
            3   10     5      i  I
    MethodParameters:
       Name  Flags
      start  
      limit  
      step   

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

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

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

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

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

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

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

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

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

  protected void registerInvocationPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins invocationPlugins
         0: .line 593
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 1 /* invocationPlugins */
            ldc Lorg/graalvm/compiler/core/test/CountedLoopTest;
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;)V
            astore 2 /* r */
        start local 2 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         1: .line 594
            aload 0 /* this */
            aload 2 /* r */
            getstatic jdk.vm.ci.meta.JavaKind.Int:Ljdk/vm/ci/meta/JavaKind;
            invokevirtual org.graalvm.compiler.core.test.CountedLoopTest.registerPlugins:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;Ljdk/vm/ci/meta/JavaKind;)V
         2: .line 595
            aload 0 /* this */
            aload 2 /* r */
            getstatic jdk.vm.ci.meta.JavaKind.Long:Ljdk/vm/ci/meta/JavaKind;
            invokevirtual org.graalvm.compiler.core.test.CountedLoopTest.registerPlugins:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;Ljdk/vm/ci/meta/JavaKind;)V
         3: .line 596
            aload 0 /* this */
            aload 1 /* invocationPlugins */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.registerInvocationPlugins:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
         4: .line 597
            return
        end local 2 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins invocationPlugins
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lorg/graalvm/compiler/core/test/CountedLoopTest;
            0    5     1  invocationPlugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            1    5     2                  r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
                   Name  Flags
      invocationPlugins  

  private void registerPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration, jdk.vm.ci.meta.JavaKind);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;Ljdk/vm/ci/meta/JavaKind;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        start local 2 // jdk.vm.ci.meta.JavaKind ivKind
         0: .line 600
            aload 1 /* r */
            ldc "get"
            ldc Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
            aload 2 /* ivKind */
            invokevirtual jdk.vm.ci.meta.JavaKind.toJavaClass:()Ljava/lang/Class;
            new org.graalvm.compiler.core.test.CountedLoopTest$1
            dup
            aload 0 /* this */
            aload 2 /* ivKind */
            invokespecial org.graalvm.compiler.core.test.CountedLoopTest$1.<init>:(Lorg/graalvm/compiler/core/test/CountedLoopTest;Ljdk/vm/ci/meta/JavaKind;)V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register2:(Ljava/lang/String;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         1: .line 615
            aload 1 /* r */
            ldc "get"
            ldc Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
            ldc Lorg/graalvm/compiler/core/test/CountedLoopTest$StaticIVProperty;
            ldc Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPredicate;
            aload 2 /* ivKind */
            invokevirtual jdk.vm.ci.meta.JavaKind.toJavaClass:()Ljava/lang/Class;
            new org.graalvm.compiler.core.test.CountedLoopTest$2
            dup
            aload 0 /* this */
            aload 2 /* ivKind */
            invokespecial org.graalvm.compiler.core.test.CountedLoopTest$2.<init>:(Lorg/graalvm/compiler/core/test/CountedLoopTest;Ljdk/vm/ci/meta/JavaKind;)V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register4:(Ljava/lang/String;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
         2: .line 638
            return
        end local 2 // jdk.vm.ci.meta.JavaKind ivKind
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/graalvm/compiler/core/test/CountedLoopTest;
            0    3     1       r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
            0    3     2  ivKind  Ljdk/vm/ci/meta/JavaKind;
    MethodParameters:
        Name  Flags
      r       
      ivKind  

  protected void checkHighTierGraph(org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
         0: .line 642
            new org.graalvm.compiler.loop.LoopsData
            dup
            aload 1 /* graph */
            invokespecial org.graalvm.compiler.loop.LoopsData.<init>:(Lorg/graalvm/compiler/nodes/StructuredGraph;)V
            astore 2 /* loops */
        start local 2 // org.graalvm.compiler.loop.LoopsData loops
         1: .line 643
            aload 2 /* loops */
            invokevirtual org.graalvm.compiler.loop.LoopsData.detectedCountedLoops:()V
         2: .line 644
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            ldc Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPropertyNode;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.filter:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: org.graalvm.compiler.core.test.CountedLoopTest org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.loop.LoopsData top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.core.test.CountedLoopTest$IVPropertyNode
            astore 3 /* node */
        start local 3 // org.graalvm.compiler.core.test.CountedLoopTest$IVPropertyNode node
         4: .line 645
            aload 3 /* node */
            aload 2 /* loops */
            invokevirtual org.graalvm.compiler.core.test.CountedLoopTest$IVPropertyNode.rewrite:(Lorg/graalvm/compiler/loop/LoopsData;)V
        end local 3 // org.graalvm.compiler.core.test.CountedLoopTest$IVPropertyNode node
         5: .line 644
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 647
            getstatic org.graalvm.compiler.core.test.CountedLoopTest.$assertionsDisabled:Z
            ifne 7
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            ldc Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPropertyNode;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.filter:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.isEmpty:()Z
            ifne 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 648
      StackMap locals: org.graalvm.compiler.core.test.CountedLoopTest org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.loop.LoopsData
      StackMap stack:
            return
        end local 2 // org.graalvm.compiler.loop.LoopsData loops
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/graalvm/compiler/core/test/CountedLoopTest;
            0    8     1  graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            1    8     2  loops  Lorg/graalvm/compiler/loop/LoopsData;
            4    5     3   node  Lorg/graalvm/compiler/core/test/CountedLoopTest$IVPropertyNode;
    MethodParameters:
       Name  Flags
      graph  

  protected org.graalvm.compiler.phases.OptimisticOptimizations getOptimisticOptimizations();
    descriptor: ()Lorg/graalvm/compiler/phases/OptimisticOptimizations;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
         0: .line 653
            getstatic org.graalvm.compiler.phases.OptimisticOptimizations.NONE:Lorg/graalvm/compiler/phases/OptimisticOptimizations;
            areturn
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/CountedLoopTest;

  protected java.lang.Object[] getArgumentToBind();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
         0: .line 661
            aload 0 /* this */
            getfield org.graalvm.compiler.core.test.CountedLoopTest.argsToBind:[Ljava/lang/Object;
            areturn
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/CountedLoopTest;

  public void testCounted(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
        start local 1 // java.lang.String snippetName
        start local 2 // java.lang.Object[] args
         0: .line 665
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.core.test.CountedLoopTest.loopCanBeRemoved:Z
         1: .line 666
            aload 0 /* this */
            aload 1 /* snippetName */
            aload 2 /* args */
            invokevirtual org.graalvm.compiler.core.test.CountedLoopTest.test:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
         2: .line 667
            aload 0 /* this */
            aload 2 /* args */
            putfield org.graalvm.compiler.core.test.CountedLoopTest.argsToBind:[Ljava/lang/Object;
         3: .line 668
            aload 0 /* this */
            aload 1 /* snippetName */
            aload 2 /* args */
            invokevirtual org.graalvm.compiler.core.test.CountedLoopTest.test:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
         4: .line 669
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.core.test.CountedLoopTest.argsToBind:[Ljava/lang/Object;
         5: .line 670
            return
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String snippetName
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/graalvm/compiler/core/test/CountedLoopTest;
            0    6     1  snippetName  Ljava/lang/String;
            0    6     2         args  [Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      snippetName  
      args         

  public void testCounted(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
        start local 1 // java.lang.String snippetName
        start local 2 // java.lang.Object start
        start local 3 // java.lang.Object limit
        start local 4 // java.lang.Object step
         0: .line 673
            aload 0 /* this */
            iconst_0
            aload 1 /* snippetName */
            aload 2 /* start */
            aload 3 /* limit */
            aload 4 /* step */
            invokevirtual org.graalvm.compiler.core.test.CountedLoopTest.testCounted:(ZLjava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 674
            return
        end local 4 // java.lang.Object step
        end local 3 // java.lang.Object limit
        end local 2 // java.lang.Object start
        end local 1 // java.lang.String snippetName
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/graalvm/compiler/core/test/CountedLoopTest;
            0    2     1  snippetName  Ljava/lang/String;
            0    2     2        start  Ljava/lang/Object;
            0    2     3        limit  Ljava/lang/Object;
            0    2     4         step  Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      snippetName  
      start        
      limit        
      step         

  public void testRemovableCounted(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
        start local 1 // java.lang.String snippetName
        start local 2 // java.lang.Object start
        start local 3 // java.lang.Object limit
        start local 4 // java.lang.Object step
         0: .line 677
            aload 0 /* this */
            iconst_1
            aload 1 /* snippetName */
            aload 2 /* start */
            aload 3 /* limit */
            aload 4 /* step */
            invokevirtual org.graalvm.compiler.core.test.CountedLoopTest.testCounted:(ZLjava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 678
            return
        end local 4 // java.lang.Object step
        end local 3 // java.lang.Object limit
        end local 2 // java.lang.Object start
        end local 1 // java.lang.String snippetName
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/graalvm/compiler/core/test/CountedLoopTest;
            0    2     1  snippetName  Ljava/lang/String;
            0    2     2        start  Ljava/lang/Object;
            0    2     3        limit  Ljava/lang/Object;
            0    2     4         step  Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      snippetName  
      start        
      limit        
      step         

  protected jdk.vm.ci.code.InstalledCode getCode(jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.nodes.StructuredGraph, boolean, boolean, org.graalvm.compiler.options.OptionValues);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/StructuredGraph;ZZLorg/graalvm/compiler/options/OptionValues;)Ljdk/vm/ci/code/InstalledCode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod installedCodeOwner
        start local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
        start local 3 // boolean forceCompile
        start local 4 // boolean installAsDefault
        start local 5 // org.graalvm.compiler.options.OptionValues options
         0: .line 682
            aload 1 /* installedCodeOwner */
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.reprofile:()V
         1: .line 683
            aload 0 /* this */
            aload 1 /* installedCodeOwner */
            aload 2 /* graph */
            iload 3 /* forceCompile */
            iload 4 /* installAsDefault */
            aload 5 /* options */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.getCode:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/StructuredGraph;ZZLorg/graalvm/compiler/options/OptionValues;)Ljdk/vm/ci/code/InstalledCode;
            areturn
        end local 5 // org.graalvm.compiler.options.OptionValues options
        end local 4 // boolean installAsDefault
        end local 3 // boolean forceCompile
        end local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod installedCodeOwner
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/graalvm/compiler/core/test/CountedLoopTest;
            0    2     1  installedCodeOwner  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            0    2     2               graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            0    2     3        forceCompile  Z
            0    2     4    installAsDefault  Z
            0    2     5             options  Lorg/graalvm/compiler/options/OptionValues;
    MethodParameters:
                    Name  Flags
      installedCodeOwner  
      graph               
      forceCompile        
      installAsDefault    
      options             

  public void testCounted(boolean, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (ZLjava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
        start local 1 // boolean removable
        start local 2 // java.lang.String snippetName
        start local 3 // java.lang.Object start
        start local 4 // java.lang.Object limit
        start local 5 // java.lang.Object step
         0: .line 687
            aload 0 /* this */
            iload 1 /* removable */
            putfield org.graalvm.compiler.core.test.CountedLoopTest.loopCanBeRemoved:Z
         1: .line 688
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* start */
            aastore
            dup
            iconst_1
            aload 4 /* limit */
            aastore
            dup
            iconst_2
            aload 5 /* step */
            aastore
            astore 6 /* args */
        start local 6 // java.lang.Object[] args
         2: .line 689
            aload 0 /* this */
            aload 2 /* snippetName */
            aload 6 /* args */
            invokevirtual org.graalvm.compiler.core.test.CountedLoopTest.test:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
         3: .line 690
            aload 0 /* this */
            aload 6 /* args */
            putfield org.graalvm.compiler.core.test.CountedLoopTest.argsToBind:[Ljava/lang/Object;
         4: .line 691
            aload 0 /* this */
            aload 2 /* snippetName */
            aload 6 /* args */
            invokevirtual org.graalvm.compiler.core.test.CountedLoopTest.test:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
         5: .line 692
            aload 0 /* this */
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic org.graalvm.compiler.core.test.CountedLoopTest.NO_BIND:Ljava/lang/Object;
            aastore
            dup
            iconst_1
            getstatic org.graalvm.compiler.core.test.CountedLoopTest.NO_BIND:Ljava/lang/Object;
            aastore
            dup
            iconst_2
            aload 5 /* step */
            aastore
            putfield org.graalvm.compiler.core.test.CountedLoopTest.argsToBind:[Ljava/lang/Object;
         6: .line 693
            aload 0 /* this */
            aload 2 /* snippetName */
            aload 6 /* args */
            invokevirtual org.graalvm.compiler.core.test.CountedLoopTest.test:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
         7: .line 694
            aload 0 /* this */
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* start */
            aastore
            dup
            iconst_1
            getstatic org.graalvm.compiler.core.test.CountedLoopTest.NO_BIND:Ljava/lang/Object;
            aastore
            dup
            iconst_2
            aload 5 /* step */
            aastore
            putfield org.graalvm.compiler.core.test.CountedLoopTest.argsToBind:[Ljava/lang/Object;
         8: .line 695
            aload 0 /* this */
            aload 2 /* snippetName */
            aload 6 /* args */
            invokevirtual org.graalvm.compiler.core.test.CountedLoopTest.test:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/graalvm/compiler/core/test/GraalCompilerTest$Result;
            pop
         9: .line 696
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.core.test.CountedLoopTest.argsToBind:[Ljava/lang/Object;
        10: .line 697
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.core.test.CountedLoopTest.loopCanBeRemoved:Z
        11: .line 698
            return
        end local 6 // java.lang.Object[] args
        end local 5 // java.lang.Object step
        end local 4 // java.lang.Object limit
        end local 3 // java.lang.Object start
        end local 2 // java.lang.String snippetName
        end local 1 // boolean removable
        end local 0 // org.graalvm.compiler.core.test.CountedLoopTest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/graalvm/compiler/core/test/CountedLoopTest;
            0   12     1    removable  Z
            0   12     2  snippetName  Ljava/lang/String;
            0   12     3        start  Ljava/lang/Object;
            0   12     4        limit  Ljava/lang/Object;
            0   12     5         step  Ljava/lang/Object;
            2   12     6         args  [Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      removable    
      snippetName  
      start        
      limit        
      step         
}
SourceFile: "CountedLoopTest.java"
NestMembers:
  org.graalvm.compiler.core.test.CountedLoopTest$1  org.graalvm.compiler.core.test.CountedLoopTest$2  org.graalvm.compiler.core.test.CountedLoopTest$IVPredicate  org.graalvm.compiler.core.test.CountedLoopTest$IVProperty  org.graalvm.compiler.core.test.CountedLoopTest$IVPropertyNode  org.graalvm.compiler.core.test.CountedLoopTest$Result  org.graalvm.compiler.core.test.CountedLoopTest$StaticIVProperty
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  org.graalvm.compiler.core.test.CountedLoopTest$1
  org.graalvm.compiler.core.test.CountedLoopTest$2
  private abstract IVPredicate = org.graalvm.compiler.core.test.CountedLoopTest$IVPredicate of org.graalvm.compiler.core.test.CountedLoopTest
  private abstract IVProperty = org.graalvm.compiler.core.test.CountedLoopTest$IVProperty of org.graalvm.compiler.core.test.CountedLoopTest
  private IVPropertyNode = org.graalvm.compiler.core.test.CountedLoopTest$IVPropertyNode of org.graalvm.compiler.core.test.CountedLoopTest
  private Result = org.graalvm.compiler.core.test.CountedLoopTest$Result of org.graalvm.compiler.core.test.CountedLoopTest
  private abstract StaticIVProperty = org.graalvm.compiler.core.test.CountedLoopTest$StaticIVProperty of org.graalvm.compiler.core.test.CountedLoopTest
  public Result = org.graalvm.compiler.core.test.GraalCompilerTest$Result of org.graalvm.compiler.core.test.GraalCompilerTest
  public Registration = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins