final class org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode extends org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode implements com.oracle.truffle.api.nodes.RepeatingNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode
  super_class: org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode
{
  private volatile org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode child;
    descriptor: Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$BaseNode;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private final int loopCount;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean infinite;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode this$1;
    descriptor: Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode, java.lang.Object, org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode);
    descriptor: (Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode;Ljava/lang/Object;Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$BaseNode;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode this
        start local 2 // java.lang.Object loopCount
        start local 3 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode child
         0: .line 162
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode.this$1:Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode;
            aload 0 /* this */
            invokespecial org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode.<init>:()V
         1: .line 163
            aload 0 /* this */
            aload 3 /* child */
            putfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode.child:Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$BaseNode;
         2: .line 164
            iconst_0
            istore 4 /* inf */
        start local 4 // boolean inf
         3: .line 165
            aload 2 /* loopCount */
            instanceof java.lang.Double
            ifeq 8
         4: .line 166
            aload 2 /* loopCount */
            checkcast java.lang.Double
            invokevirtual java.lang.Double.isInfinite:()Z
            ifeq 6
         5: .line 167
            iconst_1
            istore 4 /* inf */
         6: .line 169
      StackMap locals: org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode java.lang.Object org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* loopCount */
            checkcast java.lang.Double
            invokevirtual java.lang.Double.intValue:()I
            putfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode.loopCount:I
         7: .line 170
            goto 12
      StackMap locals:
      StackMap stack:
         8: aload 2 /* loopCount */
            instanceof java.lang.Integer
            ifeq 11
         9: .line 171
            aload 0 /* this */
            aload 2 /* loopCount */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            putfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode.loopCount:I
        10: .line 172
            goto 12
        11: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode.loopCount:I
        12: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* inf */
            putfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode.infinite:Z
        13: .line 177
            return
        end local 4 // boolean inf
        end local 3 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode child
        end local 2 // java.lang.Object loopCount
        end local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode$LoopConditionNode;
            0   14     2  loopCount  Ljava/lang/Object;
            0   14     3      child  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$BaseNode;
            3   14     4        inf  Z
    MethodParameters:
           Name  Flags
      this$0     final
      loopCount  
      child      

  public boolean executeRepeating(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 183
            aload 1 /* frame */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode.this$1:Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode;
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.loopIndexSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.getInt:(Lcom/oracle/truffle/api/frame/FrameSlot;)I
            istore 2 /* i */
        start local 2 // int i
         1: .line 184
            goto 5
        end local 2 // int i
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.frame.FrameSlotTypeException
         2: astore 3 /* e */
        start local 3 // com.oracle.truffle.api.frame.FrameSlotTypeException e
         3: .line 185
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         4: .line 186
            new java.lang.AssertionError
            dup
            aload 3 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 3 // com.oracle.truffle.api.frame.FrameSlotTypeException e
        start local 2 // int i
         5: .line 188
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode.infinite:Z
            ifne 6
            iload 2 /* i */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode.loopCount:I
            if_icmpge 10
         6: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* frame */
            invokevirtual org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            astore 3 /* resultValue */
        start local 3 // java.lang.Object resultValue
         7: .line 190
            aload 1 /* frame */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode.this$1:Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode;
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.loopIndexSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
            iload 2 /* i */
            iconst_1
            iadd
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.setInt:(Lcom/oracle/truffle/api/frame/FrameSlot;I)V
         8: .line 191
            aload 1 /* frame */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode.this$1:Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode;
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.loopResultSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
            aload 3 /* resultValue */
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.setObject:(Lcom/oracle/truffle/api/frame/FrameSlot;Ljava/lang/Object;)V
         9: .line 192
            iconst_1
            ireturn
        end local 3 // java.lang.Object resultValue
        10: .line 194
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int i
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode$LoopConditionNode;
            0   11     1        frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            1    2     2            i  I
            5   11     2            i  I
            3    5     3            e  Lcom/oracle/truffle/api/frame/FrameSlotTypeException;
            7   10     3  resultValue  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.frame.FrameSlotTypeException
    MethodParameters:
       Name  Flags
      frame  

  java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 200
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode.child:Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$BaseNode;
            aload 1 /* frame */
            invokevirtual org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode$LoopConditionNode;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "CodeInvalidationTest.java"
NestHost: org.graalvm.compiler.truffle.test.CodeInvalidationTest
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  abstract BaseNode = org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode of org.graalvm.compiler.truffle.test.CodeInvalidationTest
  final WhileLoopNode = org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode of org.graalvm.compiler.truffle.test.CodeInvalidationTest
  final LoopConditionNode = org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode of org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode