public class org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest extends org.graalvm.compiler.truffle.test.PartialEvaluationTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest
  super_class: org.graalvm.compiler.truffle.test.PartialEvaluationTest
{
  private org.graalvm.polyglot.Context context;
    descriptor: Lorg/graalvm/polyglot/Context;
    flags: (0x0002) ACC_PRIVATE

  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.CachedLibraryCompilationTest this
         0: .line 48
            aload 0 /* this */
            invokespecial org.graalvm.compiler.truffle.test.PartialEvaluationTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/CachedLibraryCompilationTest;

  public void setup();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest this
         0: .line 54
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest.cleanup:()V
         1: .line 55
            aload 0 /* this */
            iconst_0
            anewarray java.lang.String
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            iconst_1
            invokevirtual org.graalvm.polyglot.Context$Builder.allowExperimentalOptions:(Z)Lorg/graalvm/polyglot/Context$Builder;
            ldc "engine.PerformanceWarningsAreFatal"
            ldc "all"
            invokevirtual org.graalvm.polyglot.Context$Builder.option:(Ljava/lang/String;Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.polyglot.Context$Builder.build:()Lorg/graalvm/polyglot/Context;
            putfield org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest.context:Lorg/graalvm/polyglot/Context;
         2: .line 56
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest.context:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.enter:()V
         3: .line 57
            return
        end local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/truffle/test/CachedLibraryCompilationTest;
    RuntimeVisibleAnnotations: 
      org.junit.Before()

  public void tearDown();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest this
         0: .line 61
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest.context:Lorg/graalvm/polyglot/Context;
            ifnull 3
         1: .line 62
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest.context:Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.close:()V
         2: .line 63
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest.context:Lorg/graalvm/polyglot/Context;
         3: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/truffle/test/CachedLibraryCompilationTest;
    RuntimeVisibleAnnotations: 
      org.junit.After()

  public void testUncachedGuard();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest this
         0: .line 87
            aload 0 /* this */
            new org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$1
            dup
            aconst_null
            invokespecial org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$1.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;)V
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest.partialEval:(Lcom/oracle/truffle/api/nodes/RootNode;[Ljava/lang/Object;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 1 /* graph */
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
         1: .line 96
            ldc 3
            aload 1 /* graph */
            getstatic org.graalvm.compiler.nodes.java.MethodCallTargetNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:(Lorg/graalvm/compiler/graph/NodeClass;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.count:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 97
            return
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/graalvm/compiler/truffle/test/CachedLibraryCompilationTest;
            1    3     1  graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testUncachedNoGuard();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest this
         0: .line 118
            new org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$2
            dup
            aconst_null
            invokespecial org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$2.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;)V
            astore 1 /* testRoot */
        start local 1 // com.oracle.truffle.api.nodes.RootNode testRoot
         1: .line 128
            aload 0 /* this */
            aload 1 /* testRoot */
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest.partialEval:(Lcom/oracle/truffle/api/nodes/RootNode;[Ljava/lang/Object;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 2 /* graph */
        start local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
         2: .line 129
            lconst_1
            aload 2 /* graph */
            getstatic org.graalvm.compiler.nodes.java.MethodCallTargetNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:(Lorg/graalvm/compiler/graph/NodeClass;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.count:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         3: .line 130
            return
        end local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 1 // com.oracle.truffle.api.nodes.RootNode testRoot
        end local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/graalvm/compiler/truffle/test/CachedLibraryCompilationTest;
            1    4     1  testRoot  Lcom/oracle/truffle/api/nodes/RootNode;
            2    4     2     graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testUncachedFrame();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest this
         0: .line 152
            new org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$3
            dup
            aconst_null
            invokespecial org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$3.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;)V
            astore 1 /* testRoot */
        start local 1 // com.oracle.truffle.api.nodes.RootNode testRoot
         1: .line 162
            aload 0 /* this */
            aload 1 /* testRoot */
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest.partialEval:(Lcom/oracle/truffle/api/nodes/RootNode;[Ljava/lang/Object;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 2 /* graph */
        start local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
         2: .line 163
            ldc 2
            aload 2 /* graph */
            getstatic org.graalvm.compiler.nodes.java.MethodCallTargetNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:(Lorg/graalvm/compiler/graph/NodeClass;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.count:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         3: .line 164
            return
        end local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 1 // com.oracle.truffle.api.nodes.RootNode testRoot
        end local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/graalvm/compiler/truffle/test/CachedLibraryCompilationTest;
            1    4     1  testRoot  Lcom/oracle/truffle/api/nodes/RootNode;
            2    4     2     graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testVarArgsLibraryNode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest this
         0: .line 168
            new org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$4
            dup
            aconst_null
            invokespecial org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$4.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;)V
            astore 1 /* testRoot */
        start local 1 // com.oracle.truffle.api.nodes.RootNode testRoot
         1: .line 177
            aload 0 /* this */
            aload 1 /* testRoot */
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest.partialEval:(Lcom/oracle/truffle/api/nodes/RootNode;[Ljava/lang/Object;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 2 /* graph */
        start local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
         2: .line 178
            ldc 4
            aload 2 /* graph */
            getstatic org.graalvm.compiler.nodes.java.MethodCallTargetNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:(Lorg/graalvm/compiler/graph/NodeClass;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.count:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         3: .line 179
            return
        end local 2 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 1 // com.oracle.truffle.api.nodes.RootNode testRoot
        end local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/graalvm/compiler/truffle/test/CachedLibraryCompilationTest;
            1    4     1  testRoot  Lcom/oracle/truffle/api/nodes/RootNode;
            2    4     2     graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "CachedLibraryCompilationTest.java"
NestMembers:
  org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$1  org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$2  org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$3  org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$4  org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$FrameNode  org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$GuardNode  org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$NoGuardNode  org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$VarArgsLibraryNode
InnerClasses:
  org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$1
  org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$2
  org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$3
  org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$4
  abstract FrameNode = org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$FrameNode of org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest
  abstract GuardNode = org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$GuardNode of org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest
  abstract NoGuardNode = org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$NoGuardNode of org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest
  abstract VarArgsLibraryNode = org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$VarArgsLibraryNode of org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest
  public final Builder = org.graalvm.polyglot.Context$Builder of org.graalvm.polyglot.Context