class org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$1 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.CachedLibraryCompilationTest$1
  super_class: com.oracle.truffle.api.nodes.RootNode
{
  org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$GuardNode node;
    descriptor: Lorg/graalvm/compiler/truffle/test/CachedLibraryCompilationTest$GuardNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  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 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$1 this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.graalvm.compiler.truffle.test.CachedLibraryCompilationTestFactory cannot be resolved\n\tThe import org.graalvm.compiler.truffle.test.CachedLibraryCompilationTestFactory cannot be resolved\n\tThe import org.graalvm.compiler.truffle.test.CachedLibraryCompilationTestFactory cannot be resolved\n\tThe import org.graalvm.compiler.truffle.test.CachedLibraryCompilationTestFactory cannot be resolved\n\tGuardNodeGen cannot be resolved\n\tNoGuardNodeGen cannot be resolved\n\tFrameNodeGen cannot be resolved\n\tVarArgsLibraryNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/CachedLibraryCompilationTest$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 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$1 this
         0: .line 91
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/CachedLibraryCompilationTest$1;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "CachedLibraryCompilationTest.java"
EnclosingMethod: org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest.testUncachedGuard:()V
NestHost: org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$1
  abstract GuardNode = org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$GuardNode of org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest