class org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$3 extends com.oracle.truffle.api.nodes.RootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$3
  super_class: com.oracle.truffle.api.nodes.RootNode
{
  private final int val$lookups;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Shared val$language;
    descriptor: Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$Shared;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.TruffleLanguage, int, org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Shared);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage;ILorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$Shared;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$3 this
        start local 1 // com.oracle.truffle.api.TruffleLanguage $anonymous0
         0: .line 188
            aload 0 /* this */
            iload 2
            putfield org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$3.val$lookups:I
            aload 0 /* this */
            aload 3
            putfield org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$3.val$language:Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$Shared;
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial com.oracle.truffle.api.nodes.RootNode.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;)V
            return
        end local 1 // com.oracle.truffle.api.TruffleLanguage $anonymous0
        end local 0 // org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$3;
            0    1     1  $anonymous0  Lcom/oracle/truffle/api/TruffleLanguage<*>;
    MethodParameters:
              Name  Flags
      $anonymous0   
      val$lookups   final
      val$language  final

  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=2, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$3 this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 193
            iconst_0
            istore 2 /* sum */
        start local 2 // int sum
         1: .line 194
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 195
      StackMap locals: int int
      StackMap stack:
            iload 2 /* sum */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$3.val$language:Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$Shared;
            getfield org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Shared.threadLocal:Lcom/oracle/truffle/api/ContextThreadLocal;
            invokevirtual com.oracle.truffle.api.ContextThreadLocal.get:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$ContextLocalValue
            getfield org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$ContextLocalValue.magicNumber:I
            iadd
            istore 2 /* sum */
         4: .line 194
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$3.val$lookups:I
            if_icmplt 3
        end local 3 // int i
         6: .line 197
            iload 2 /* sum */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // int sum
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$3;
            0    7     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            1    7     2    sum  I
            2    6     3      i  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.ExplodeLoop()
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "ContextLookupCompilationTest.java"
EnclosingMethod: org.graalvm.compiler.truffle.test.ContextLookupCompilationTest.createContextThreadLocalRead:(Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$Shared;I)Lcom/oracle/truffle/api/nodes/RootNode;
NestHost: org.graalvm.compiler.truffle.test.ContextLookupCompilationTest
InnerClasses:
  org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$3
  final ContextLocalValue = org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$ContextLocalValue of org.graalvm.compiler.truffle.test.ContextLookupCompilationTest
  public Shared = org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Shared of org.graalvm.compiler.truffle.test.ContextLookupCompilationTest