final class org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate 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$NodeToInvalidate
  super_class: org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode
{
  private final java.lang.ThreadLocal<java.lang.Boolean> valid;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Ljava/lang/Boolean;>;

  private final java.util.concurrent.CountDownLatch latch;
    descriptor: Ljava/util/concurrent/CountDownLatch;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.ThreadLocal<java.lang.Boolean> latchCountedDown;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Ljava/lang/Boolean;>;

  void <init>(java.lang.ThreadLocal<java.lang.Boolean>, java.util.concurrent.CountDownLatch);
    descriptor: (Ljava/lang/ThreadLocal;Ljava/util/concurrent/CountDownLatch;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate this
        start local 1 // java.lang.ThreadLocal valid
        start local 2 // java.util.concurrent.CountDownLatch latch
         0: .line 70
            aload 0 /* this */
            invokespecial org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode.<init>:()V
         1: .line 68
            aload 0 /* this */
            invokedynamic get()Ljava/util/function/Supplier;
              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:
                  ()Ljava/lang/Object;
                  org/graalvm/compiler/truffle/test/CodeInvalidationTest$NodeToInvalidate.lambda$0()Ljava/lang/Boolean; (6)
                  ()Ljava/lang/Boolean;
            invokestatic java.lang.ThreadLocal.withInitial:(Ljava/util/function/Supplier;)Ljava/lang/ThreadLocal;
            putfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate.latchCountedDown:Ljava/lang/ThreadLocal;
         2: .line 71
            aload 0 /* this */
            aload 1 /* valid */
            putfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate.valid:Ljava/lang/ThreadLocal;
         3: .line 72
            aload 0 /* this */
            aload 2 /* latch */
            putfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate.latch:Ljava/util/concurrent/CountDownLatch;
         4: .line 73
            return
        end local 2 // java.util.concurrent.CountDownLatch latch
        end local 1 // java.lang.ThreadLocal valid
        end local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$NodeToInvalidate;
            0    5     1  valid  Ljava/lang/ThreadLocal<Ljava/lang/Boolean;>;
            0    5     2  latch  Ljava/util/concurrent/CountDownLatch;
    Signature: (Ljava/lang/ThreadLocal<Ljava/lang/Boolean;>;Ljava/util/concurrent/CountDownLatch;)V
    MethodParameters:
       Name  Flags
      valid  
      latch  

  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$NodeToInvalidate this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 77
            invokestatic com.oracle.truffle.api.CompilerDirectives.inCompiledCode:()Z
            ifeq 4
         1: .line 78
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate.isValid:()Z
            ifne 4
         2: .line 79
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         3: .line 80
            new java.lang.AssertionError
            dup
            ldc "Code invalidated!"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         4: .line 83
      StackMap locals:
      StackMap stack:
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$NodeToInvalidate;
            0    5     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  boolean isValid();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate this
         0: .line 88
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate.latchCountedDown:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifne 3
         1: .line 89
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate.latch:Ljava/util/concurrent/CountDownLatch;
            invokevirtual java.util.concurrent.CountDownLatch.countDown:()V
         2: .line 90
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate.latchCountedDown:Ljava/lang/ThreadLocal;
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         3: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate.valid:Ljava/lang/ThreadLocal;
            invokevirtual java.lang.ThreadLocal.get:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/truffle/test/CodeInvalidationTest$NodeToInvalidate;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()

  private static java.lang.Boolean lambda$0();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 68
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CodeInvalidationTest.java"
NestHost: org.graalvm.compiler.truffle.test.CodeInvalidationTest
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  abstract BaseNode = org.graalvm.compiler.truffle.test.CodeInvalidationTest$BaseNode of org.graalvm.compiler.truffle.test.CodeInvalidationTest
  final NodeToInvalidate = org.graalvm.compiler.truffle.test.CodeInvalidationTest$NodeToInvalidate of org.graalvm.compiler.truffle.test.CodeInvalidationTest