class org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$8 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$8
  super_class: com.oracle.truffle.api.nodes.RootNode
{
  void <init>(com.oracle.truffle.api.TruffleLanguage);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$8 this
        start local 1 // com.oracle.truffle.api.TruffleLanguage $anonymous0
         0: .line 600
            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$8 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$8;
            0    1     1  $anonymous0  Lcom/oracle/truffle/api/TruffleLanguage<*>;
    MethodParameters:
             Name  Flags
      $anonymous0  

  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=1, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$8 this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 603
            invokestatic org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Exclusive.getCurrentContext:()Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$LanguageContext;
            astore 2 /* ctx */
        start local 2 // java.lang.Object ctx
         1: .line 604
            aload 2 /* ctx */
            invokestatic com.oracle.truffle.api.CompilerAsserts.partialEvaluationConstant:(Ljava/lang/Object;)V
         2: .line 605
            invokestatic org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Shared.getCurrentContext:()Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$LanguageContext;
            astore 2 /* ctx */
         3: .line 606
            aload 2 /* ctx */
            invokestatic com.oracle.truffle.api.CompilerAsserts.partialEvaluationConstant:(Ljava/lang/Object;)V
         4: .line 607
            aload 2 /* ctx */
            areturn
        end local 2 // java.lang.Object ctx
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$8 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$8;
            0    5     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            1    5     2    ctx  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "ContextLookupCompilationTest.java"
EnclosingMethod: org.graalvm.compiler.truffle.test.ContextLookupCompilationTest.createAssertConstantFromStatic:()Lcom/oracle/truffle/api/nodes/RootNode;
NestHost: org.graalvm.compiler.truffle.test.ContextLookupCompilationTest
InnerClasses:
  org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$8
  public Exclusive = org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Exclusive of org.graalvm.compiler.truffle.test.ContextLookupCompilationTest
  LanguageContext = org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$LanguageContext of org.graalvm.compiler.truffle.test.ContextLookupCompilationTest
  public Shared = org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Shared of org.graalvm.compiler.truffle.test.ContextLookupCompilationTest