class org.graalvm.compiler.truffle.test.EncodedGraphCacheTest$InvalidationTestNode extends org.graalvm.compiler.truffle.test.nodes.AbstractTestNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.EncodedGraphCacheTest$InvalidationTestNode
  super_class: org.graalvm.compiler.truffle.test.nodes.AbstractTestNode
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.EncodedGraphCacheTest$InvalidationTestNode this
         0: .line 97
            aload 0 /* this */
            invokespecial org.graalvm.compiler.truffle.test.nodes.AbstractTestNode.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.test.EncodedGraphCacheTest$InvalidationTestNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/EncodedGraphCacheTest$InvalidationTestNode;

  public int execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.EncodedGraphCacheTest$InvalidationTestNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 101
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.EncodedGraphCacheTest$InvalidationTestNode.boundary:()V
         1: .line 102
            goto 4
      StackMap locals:
      StackMap stack: org.graalvm.compiler.truffle.test.EncodedGraphCacheTest$DummyException
         2: pop
         3: .line 104
            iconst_m1
            ireturn
         4: .line 106
      StackMap locals:
      StackMap stack:
            bipush 42
            ireturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.EncodedGraphCacheTest$InvalidationTestNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/graalvm/compiler/truffle/test/EncodedGraphCacheTest$InvalidationTestNode;
            0    5     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
      Exception table:
        from    to  target  type
           0     1       2  Class org.graalvm.compiler.truffle.test.EncodedGraphCacheTest$DummyException
    MethodParameters:
       Name  Flags
      frame  

  private void boundary();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.EncodedGraphCacheTest$InvalidationTestNode this
         0: .line 112
            return
        end local 0 // org.graalvm.compiler.truffle.test.EncodedGraphCacheTest$InvalidationTestNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/EncodedGraphCacheTest$InvalidationTestNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
}
SourceFile: "EncodedGraphCacheTest.java"
NestHost: org.graalvm.compiler.truffle.test.EncodedGraphCacheTest
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  DummyException = org.graalvm.compiler.truffle.test.EncodedGraphCacheTest$DummyException of org.graalvm.compiler.truffle.test.EncodedGraphCacheTest
  InvalidationTestNode = org.graalvm.compiler.truffle.test.EncodedGraphCacheTest$InvalidationTestNode of org.graalvm.compiler.truffle.test.EncodedGraphCacheTest