final class org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode extends org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode
  super_class: org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode
{
  private com.oracle.truffle.api.nodes.LoopNode loop;
    descriptor: Lcom/oracle/truffle/api/nodes/LoopNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  com.oracle.truffle.api.frame.FrameSlot loopIndexSlot;
    descriptor: Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  com.oracle.truffle.api.frame.FrameSlot loopResultSlot;
    descriptor: Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  void <init>(java.lang.Object, org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode);
    descriptor: (Ljava/lang/Object;Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$BaseNode;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode this
        start local 1 // java.lang.Object loopCount
        start local 2 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode child
         0: .line 111
            aload 0 /* this */
            invokespecial org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode.<init>:()V
         1: .line 112
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            new org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode
            dup
            aload 0 /* this */
            aload 1 /* loopCount */
            aload 2 /* child */
            invokespecial org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode$LoopConditionNode.<init>:(Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode;Ljava/lang/Object;Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$BaseNode;)V
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createLoopNode:(Lcom/oracle/truffle/api/nodes/RepeatingNode;)Lcom/oracle/truffle/api/nodes/LoopNode;
            putfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.loop:Lcom/oracle/truffle/api/nodes/LoopNode;
         2: .line 113
            return
        end local 2 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode child
        end local 1 // java.lang.Object loopCount
        end local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode;
            0    3     1  loopCount  Ljava/lang/Object;
            0    3     2      child  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$BaseNode;
    MethodParameters:
           Name  Flags
      loopCount  
      child      

  com.oracle.truffle.api.frame.FrameSlot getLoopIndex();
    descriptor: ()Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode this
         0: .line 116
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.loopIndexSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
            ifnonnull 3
         1: .line 117
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 118
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.getRootNode:()Lcom/oracle/truffle/api/nodes/RootNode;
            invokevirtual com.oracle.truffle.api.nodes.RootNode.getFrameDescriptor:()Lcom/oracle/truffle/api/frame/FrameDescriptor;
            new java.lang.StringBuilder
            dup
            ldc "loopIndex"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.getLoopDepth:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.api.frame.FrameDescriptor.findOrAddFrameSlot:(Ljava/lang/Object;)Lcom/oracle/truffle/api/frame/FrameSlot;
            putfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.loopIndexSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
         3: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.loopIndexSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
            areturn
        end local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode;

  com.oracle.truffle.api.frame.FrameSlot getResult();
    descriptor: ()Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode this
         0: .line 124
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.loopResultSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
            ifnonnull 3
         1: .line 125
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 126
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.getRootNode:()Lcom/oracle/truffle/api/nodes/RootNode;
            invokevirtual com.oracle.truffle.api.nodes.RootNode.getFrameDescriptor:()Lcom/oracle/truffle/api/frame/FrameDescriptor;
            new java.lang.StringBuilder
            dup
            ldc "loopResult"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.getLoopDepth:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.api.frame.FrameDescriptor.findOrAddFrameSlot:(Ljava/lang/Object;)Lcom/oracle/truffle/api/frame/FrameSlot;
            putfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.loopResultSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
         3: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.loopResultSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
            areturn
        end local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode;

  private int getLoopDepth();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode this
         0: .line 132
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 1 /* node */
        start local 1 // com.oracle.truffle.api.nodes.Node node
         1: .line 133
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         2: .line 134
            goto 6
         3: .line 135
      StackMap locals: com.oracle.truffle.api.nodes.Node int
      StackMap stack:
            aload 1 /* node */
            instanceof org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode
            ifeq 5
         4: .line 136
            iinc 2 /* count */ 1
         5: .line 138
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 1 /* node */
         6: .line 134
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            ifnonnull 3
         7: .line 140
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode;
            1    8     1   node  Lcom/oracle/truffle/api/nodes/Node;
            2    8     2  count  I

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 145
            aload 1 /* frame */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.getResult:()Lcom/oracle/truffle/api/frame/FrameSlot;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.setObject:(Lcom/oracle/truffle/api/frame/FrameSlot;Ljava/lang/Object;)V
         1: .line 146
            aload 1 /* frame */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.getLoopIndex:()Lcom/oracle/truffle/api/frame/FrameSlot;
            iconst_0
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.setInt:(Lcom/oracle/truffle/api/frame/FrameSlot;I)V
         2: .line 147
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.loop:Lcom/oracle/truffle/api/nodes/LoopNode;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.nodes.LoopNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            pop
         3: .line 149
            aload 1 /* frame */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode.loopResultSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.getObject:(Lcom/oracle/truffle/api/frame/FrameSlot;)Ljava/lang/Object;
         4: areturn
         5: .line 150
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.frame.FrameSlotTypeException
            pop
         6: .line 151
            invokestatic com.oracle.truffle.api.CompilerDirectives.shouldNotReachHere:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$WhileLoopNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$WhileLoopNode;
            0    7     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
      Exception table:
        from    to  target  type
           3     4       5  Class com.oracle.truffle.api.frame.FrameSlotTypeException
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "CodeInvalidationTest.java"
NestHost: org.graalvm.compiler.truffle.test.CodeInvalidationTest
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  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