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
{
  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 49
            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 49
            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, 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 62
            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        

  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=3, locals=6, args_size=3
        start local 0 // int start
        start local 1 // int limit
        start local 2 // int step
         0: .line 95
            iload 2 /* step */
            iconst_1
            isub
            ldc 65535
            iand
            iconst_1
            iadd
            istore 4 /* inc */
        start local 4 // int inc
         1: .line 96
            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 97
            iload 0 /* start */
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 98
      StackMap locals: int int org.graalvm.compiler.core.test.CountedLoopTest$Result
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 99
            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;
            iload 3 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:I
         6: .line 97
            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 101
            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
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:I
         9: .line 102
            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 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.core.test.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 110
            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 115
            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=3, locals=6, args_size=3
        start local 0 // int start
        start local 1 // int limit
        start local 2 // int step
         0: .line 122
            iload 2 /* step */
            iconst_1
            isub
            ldc 65535
            iand
            iconst_1
            iadd
            istore 4 /* inc */
        start local 4 // int inc
         1: .line 123
            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 124
            iload 0 /* start */
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 125
      StackMap locals: int int org.graalvm.compiler.core.test.CountedLoopTest$Result
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 126
            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;
            iload 3 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:I
         6: .line 124
            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 128
            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
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:I
         9: .line 129
            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 132
            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 137
            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 142
            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=3, locals=6, args_size=3
        start local 0 // int start
        start local 1 // int limit
        start local 2 // int step
         0: .line 149
            iload 2 /* step */
            iconst_1
            isub
            ldc 65535
            iand
            iconst_1
            iadd
            istore 4 /* dec */
        start local 4 // int dec
         1: .line 150
            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 151
            iload 0 /* start */
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 152
      StackMap locals: int int org.graalvm.compiler.core.test.CountedLoopTest$Result
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 153
            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;
            iload 3 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:I
         6: .line 151
            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 155
            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
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:I
         9: .line 156
            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 159
            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 164
            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 169
            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=3, locals=6, args_size=3
        start local 0 // int start
        start local 1 // int limit
        start local 2 // int step
         0: .line 176
            iload 2 /* step */
            iconst_1
            isub
            ldc 65535
            iand
            iconst_1
            iadd
            istore 4 /* dec */
        start local 4 // int dec
         1: .line 177
            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 178
            iload 0 /* start */
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 179
      StackMap locals: int int org.graalvm.compiler.core.test.CountedLoopTest$Result
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 180
            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;
            iload 3 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:I
         6: .line 178
            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 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.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
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:I
         9: .line 183
            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 186
            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 191
            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 196
            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=3, locals=3, args_size=0
         0: .line 202
            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 203
            iconst_0
            istore 1 /* j */
        start local 1 // int j
         2: .line 204
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 8
         4: .line 205
      StackMap locals: org.graalvm.compiler.core.test.CountedLoopTest$Result int int
      StackMap stack:
            iinc 1 /* j */ 5
         5: .line 206
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         6: .line 207
            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;
            iload 1 /* j */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:I
         7: .line 204
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            sipush 1024
            if_icmplt 4
        end local 2 // int i
         9: .line 209
            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
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:I
        10: .line 210
            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 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()

  protected void registerInvocationPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, 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 247
            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 248
            aload 2 /* r */
            ldc "get"
            ldc Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            new org.graalvm.compiler.core.test.CountedLoopTest$1
            dup
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.CountedLoopTest$1.<init>:(Lorg/graalvm/compiler/core/test/CountedLoopTest;)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
         2: .line 263
            aload 0 /* this */
            aload 1 /* invocationPlugins */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.registerInvocationPlugins:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
         3: .line 264
            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    4     0               this  Lorg/graalvm/compiler/core/test/CountedLoopTest;
            0    4     1  invocationPlugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            1    4     2                  r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
    MethodParameters:
                   Name  Flags
      invocationPlugins  

  protected boolean checkHighTierGraph(org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)Z
    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 268
            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 269
            aload 2 /* loops */
            invokevirtual org.graalvm.compiler.loop.LoopsData.detectedCountedLoops:()V
         2: .line 270
            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 271
            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 270
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 273
            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 274
      StackMap locals: org.graalvm.compiler.core.test.CountedLoopTest org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.loop.LoopsData
      StackMap stack:
            iconst_1
            ireturn
        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  

  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=3, locals=4, args_size=1
        start local 0 // int limit
         0: .line 279
            iload 0 /* limit */
            iconst_1
            isub
            ldc 65535
            iand
            iconst_1
            iadd
            istore 2 /* posLimit */
        start local 2 // int posLimit
         1: .line 280
            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 281
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 7
         4: .line 282
      StackMap locals: int int org.graalvm.compiler.core.test.CountedLoopTest$Result
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 283
            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;
            iload 1 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:I
         6: .line 281
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            iload 2 /* posLimit */
            if_icmpne 4
         8: .line 285
            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
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:I
         9: .line 286
            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 289
            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=3, locals=4, args_size=1
        start local 0 // int limit
         0: .line 296
            iload 0 /* limit */
            iconst_1
            isub
            ldc 65535
            iand
            iconst_1
            iadd
            istore 2 /* posLimit */
        start local 2 // int posLimit
         1: .line 297
            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 298
            iload 2 /* posLimit */
            istore 1 /* i */
        start local 1 // int i
         3: goto 7
         4: .line 299
      StackMap locals: int int org.graalvm.compiler.core.test.CountedLoopTest$Result
      StackMap stack:
            invokestatic org.graalvm.compiler.api.directives.GraalDirectives.controlFlowAnchor:()V
         5: .line 300
            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;
            iload 1 /* i */
            invokestatic org.graalvm.compiler.core.test.CountedLoopTest.get:(Lorg/graalvm/compiler/core/test/CountedLoopTest$IVProperty;I)I
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.extremum:I
         6: .line 298
            iinc 1 /* i */ -1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            ifne 4
         8: .line 302
            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
            putfield org.graalvm.compiler.core.test.CountedLoopTest$Result.exitValue:I
         9: .line 303
            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 306
            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()
}
SourceFile: "CountedLoopTest.java"
NestMembers:
  org.graalvm.compiler.core.test.CountedLoopTest$1  org.graalvm.compiler.core.test.CountedLoopTest$IVProperty  org.graalvm.compiler.core.test.CountedLoopTest$IVPropertyNode  org.graalvm.compiler.core.test.CountedLoopTest$Result
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  org.graalvm.compiler.core.test.CountedLoopTest$1
  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
  public Registration = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins