public class org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Exclusive extends com.oracle.truffle.api.TruffleLanguage<org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$LanguageContext>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Exclusive
  super_class: com.oracle.truffle.api.TruffleLanguage
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Exclusive this
         0: .line 665
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.TruffleLanguage.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Exclusive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$Exclusive;

  protected org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$LanguageContext createContext(com.oracle.truffle.api.TruffleLanguage$Env);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage$Env;)Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$LanguageContext;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Exclusive this
        start local 1 // com.oracle.truffle.api.TruffleLanguage$Env env
         0: .line 669
            new org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$LanguageContext
            dup
            aload 1 /* env */
            bipush 42
            invokespecial org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$LanguageContext.<init>:(Lcom/oracle/truffle/api/TruffleLanguage$Env;I)V
            areturn
        end local 1 // com.oracle.truffle.api.TruffleLanguage$Env env
        end local 0 // org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Exclusive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$Exclusive;
            0    1     1   env  Lcom/oracle/truffle/api/TruffleLanguage$Env;
    MethodParameters:
      Name  Flags
      env   

  protected boolean isThreadAccessAllowed(java.lang.Thread, boolean);
    descriptor: (Ljava/lang/Thread;Z)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Exclusive this
        start local 1 // java.lang.Thread thread
        start local 2 // boolean singleThreaded
         0: .line 674
            iconst_1
            ireturn
        end local 2 // boolean singleThreaded
        end local 1 // java.lang.Thread thread
        end local 0 // org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Exclusive this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$Exclusive;
            0    1     1          thread  Ljava/lang/Thread;
            0    1     2  singleThreaded  Z
    MethodParameters:
                Name  Flags
      thread          
      singleThreaded  

  public static org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$LanguageContext getCurrentContext();
    descriptor: ()Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$LanguageContext;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 678
            ldc Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$Exclusive;
            invokestatic org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Exclusive.getCurrentContext:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$LanguageContext
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.oracle.truffle.api.TruffleLanguage<org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$LanguageContext> get();
    descriptor: ()Lcom/oracle/truffle/api/TruffleLanguage;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 682
            ldc Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$Exclusive;
            invokestatic org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Exclusive.getCurrentLanguage:(Ljava/lang/Class;)Lcom/oracle/truffle/api/TruffleLanguage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lcom/oracle/truffle/api/TruffleLanguage<Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$LanguageContext;>;

  protected java.lang.Object createContext(com.oracle.truffle.api.TruffleLanguage$Env);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage$Env;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.graalvm.compiler.truffle.test.ContextLookupCompilationTest$Exclusive.createContext:(Lcom/oracle/truffle/api/TruffleLanguage$Env;)Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$LanguageContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/oracle/truffle/api/TruffleLanguage<Lorg/graalvm/compiler/truffle/test/ContextLookupCompilationTest$LanguageContext;>;
SourceFile: "ContextLookupCompilationTest.java"
NestHost: org.graalvm.compiler.truffle.test.ContextLookupCompilationTest
InnerClasses:
  public final ContextPolicy = com.oracle.truffle.api.TruffleLanguage$ContextPolicy of com.oracle.truffle.api.TruffleLanguage
  public final Env = com.oracle.truffle.api.TruffleLanguage$Env of com.oracle.truffle.api.TruffleLanguage
  public abstract Registration = com.oracle.truffle.api.TruffleLanguage$Registration of com.oracle.truffle.api.TruffleLanguage
  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
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.TruffleLanguage$Registration(id = "ContextLookupCompilationTestExclusive", name = "ContextLookupCompilationTestExclusive", contextPolicy = com.oracle.truffle.api.TruffleLanguage$ContextPolicy.EXCLUSIVE:Lcom/oracle/truffle/api/TruffleLanguage$ContextPolicy;)