class com.oracle.truffle.api.test.polyglot.ContextPolicyTest$SharedObject$1 extends com.oracle.truffle.api.nodes.RootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.ContextPolicyTest$SharedObject$1
  super_class: com.oracle.truffle.api.nodes.RootNode
{
  com.oracle.truffle.api.interop.InteropLibrary library;
    descriptor: Lcom/oracle/truffle/api/interop/InteropLibrary;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  com.oracle.truffle.api.test.polyglot.ContextPolicyTest$SupplierAccessor accessor;
    descriptor: Lcom/oracle/truffle/api/test/polyglot/ContextPolicyTest$SupplierAccessor;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private com.oracle.truffle.api.TruffleLanguage$LanguageReference<? extends java.lang.Object> cachedLanguageReference;
    descriptor: Lcom/oracle/truffle/api/TruffleLanguage$LanguageReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/oracle/truffle/api/TruffleLanguage$LanguageReference<+Ljava/lang/Object;>;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  private com.oracle.truffle.api.TruffleLanguage$ContextReference<? extends java.lang.Object> cachedContextReference;
    descriptor: Lcom/oracle/truffle/api/TruffleLanguage$ContextReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/oracle/truffle/api/TruffleLanguage$ContextReference<+Ljava/lang/Object;>;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  void <init>(com.oracle.truffle.api.TruffleLanguage);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ContextPolicyTest$SharedObject$1 this
         0: .line 91
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.oracle.truffle.api.test.polyglot.ContextPolicyTestFactory cannot be resolved\n\tSupplierAccessorNodeGen cannot be resolved\n\tExclusiveLanguage0OptionDescriptors cannot be resolved to a type\n\tExclusiveLanguage1OptionDescriptors cannot be resolved to a type\n\tReuseLanguage0OptionDescriptors cannot be resolved to a type\n\tReuseLanguage1OptionDescriptors cannot be resolved to a type\n\tSharedLanguage0OptionDescriptors cannot be resolved to a type\n\tSharedLanguage1OptionDescriptors cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.test.polyglot.ContextPolicyTest$SharedObject$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ContextPolicyTest$SharedObject$1;
    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=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.ContextPolicyTest$SharedObject$1 this
         0: .line 681
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.test.polyglot.ContextPolicyTest$SharedObject$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/ContextPolicyTest$SharedObject$1;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "ContextPolicyTest.java"
EnclosingMethod: com.oracle.truffle.api.test.polyglot.ContextPolicyTest$SharedObject.<init>:(Lcom/oracle/truffle/api/TruffleContext;Lcom/oracle/truffle/api/TruffleLanguage;Lcom/oracle/truffle/api/TruffleLanguage$Env;)V
NestHost: com.oracle.truffle.api.test.polyglot.ContextPolicyTest
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  public abstract ContextReference = com.oracle.truffle.api.TruffleLanguage$ContextReference of com.oracle.truffle.api.TruffleLanguage
  public final Env = com.oracle.truffle.api.TruffleLanguage$Env of com.oracle.truffle.api.TruffleLanguage
  public abstract LanguageReference = com.oracle.truffle.api.TruffleLanguage$LanguageReference of com.oracle.truffle.api.TruffleLanguage
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  SharedObject = com.oracle.truffle.api.test.polyglot.ContextPolicyTest$SharedObject of com.oracle.truffle.api.test.polyglot.ContextPolicyTest
  com.oracle.truffle.api.test.polyglot.ContextPolicyTest$SharedObject$1
  abstract SupplierAccessor = com.oracle.truffle.api.test.polyglot.ContextPolicyTest$SupplierAccessor of com.oracle.truffle.api.test.polyglot.ContextPolicyTest