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

  public void setup();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest this
         0: .line 59
            aload 0 /* this */
            iconst_0
            anewarray java.lang.String
            invokestatic org.graalvm.polyglot.Context.newBuilder:([Ljava/lang/String;)Lorg/graalvm/polyglot/Context$Builder;
            invokevirtual org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest.setupContext:(Lorg/graalvm/polyglot/Context$Builder;)V
         1: .line 60
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest.getContext:()Lorg/graalvm/polyglot/Context;
            ldc "sl"
            invokevirtual org.graalvm.polyglot.Context.initialize:(Ljava/lang/String;)Z
            pop
         2: .line 61
            return
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/truffle/test/NodeLibrarySLCompilerTest;
    RuntimeVisibleAnnotations: 
      org.junit.Before()

  public void testScopeSum();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest this
         0: .line 69
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest.getContext:()Lorg/graalvm/polyglot/Context;
            invokevirtual org.graalvm.polyglot.Context.getEngine:()Lorg/graalvm/polyglot/Engine;
            invokevirtual org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest.doInstrument:(Lorg/graalvm/polyglot/Engine;)V
         1: .line 70
            return
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/truffle/test/NodeLibrarySLCompilerTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private void doInstrument(org.graalvm.polyglot.Engine);
    descriptor: (Lorg/graalvm/polyglot/Engine;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest this
        start local 1 // org.graalvm.polyglot.Engine engine
         0: .line 73
            new com.oracle.truffle.api.test.polyglot.ProxyInstrument
            dup
            invokespecial com.oracle.truffle.api.test.polyglot.ProxyInstrument.<init>:()V
            astore 2 /* instrument */
        start local 2 // com.oracle.truffle.api.test.polyglot.ProxyInstrument instrument
         1: .line 74
            aload 2 /* instrument */
            invokestatic com.oracle.truffle.api.test.polyglot.ProxyInstrument.setDelegate:(Lcom/oracle/truffle/api/test/polyglot/ProxyInstrument;)Lcom/oracle/truffle/api/test/polyglot/ProxyInstrument;
            pop
         2: .line 75
            aload 2 /* instrument */
            aload 0 /* this */
            invokedynamic accept(Lorg/graalvm/compiler/truffle/test/NodeLibrarySLCompilerTest;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/graalvm/compiler/truffle/test/NodeLibrarySLCompilerTest.lambda$0(Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V (7)
                  (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
            invokevirtual com.oracle.truffle.api.test.polyglot.ProxyInstrument.setOnCreate:(Ljava/util/function/Consumer;)V
         3: .line 91
            aload 1 /* engine */
            invokevirtual org.graalvm.polyglot.Engine.getInstruments:()Ljava/util/Map;
            ldc "proxyInstrument"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.graalvm.polyglot.Instrument
            ldc Lcom/oracle/truffle/api/test/polyglot/ProxyInstrument$Initialize;
            invokevirtual org.graalvm.polyglot.Instrument.lookup:(Ljava/lang/Class;)Ljava/lang/Object;
            pop
         4: .line 92
            return
        end local 2 // com.oracle.truffle.api.test.polyglot.ProxyInstrument instrument
        end local 1 // org.graalvm.polyglot.Engine engine
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/graalvm/compiler/truffle/test/NodeLibrarySLCompilerTest;
            0    5     1      engine  Lorg/graalvm/polyglot/Engine;
            1    5     2  instrument  Lcom/oracle/truffle/api/test/polyglot/ProxyInstrument;
    MethodParameters:
        Name  Flags
      engine  

  private void lambda$0(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 76
            aload 1 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
         1: .line 77
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lcom/oracle/truffle/api/debug/DebuggerTags$AlwaysHalt;
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
         2: .line 78
            invokedynamic create()Lcom/oracle/truffle/api/instrumentation/ExecutionEventNodeFactory;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lcom/oracle/truffle/api/instrumentation/EventContext;)Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
                  org/graalvm/compiler/truffle/test/NodeLibrarySLCompilerTest.lambda$1(Lcom/oracle/truffle/api/instrumentation/EventContext;)Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode; (6)
                  (Lcom/oracle/truffle/api/instrumentation/EventContext;)Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
         3: .line 76
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventFactory:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventNodeFactory;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
         4: .line 80
            aload 1 /* env */
            ldc "sl"
            ldc "function test(x, y) {z = 0; z = x + y; return z;}"
            ldc "sumLang.sl"
            invokestatic com.oracle.truffle.api.source.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lcom/oracle/truffle/api/source/Source$LiteralBuilder;
            invokevirtual com.oracle.truffle.api.source.Source$LiteralBuilder.build:()Lcom/oracle/truffle/api/source/Source;
            iconst_0
            anewarray java.lang.String
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.parse:(Lcom/oracle/truffle/api/source/Source;[Ljava/lang/String;)Lcom/oracle/truffle/api/CallTarget;
            astore 2 /* langSumTarget */
        start local 2 // com.oracle.truffle.api.CallTarget langSumTarget
         5: .line 81
            aload 2 /* langSumTarget */
            checkcast com.oracle.truffle.api.RootCallTarget
            invokeinterface com.oracle.truffle.api.RootCallTarget.getRootNode:()Lcom/oracle/truffle/api/nodes/RootNode;
            astore 3 /* langSum */
        start local 3 // com.oracle.truffle.api.nodes.RootNode langSum
         6: .line 83
            aload 1 /* env */
            ldc "sl"
            ldc "function test(x, y) {z = 0; debugger; return z;}"
            ldc "sumInstr.sl"
            invokestatic com.oracle.truffle.api.source.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lcom/oracle/truffle/api/source/Source$LiteralBuilder;
            invokevirtual com.oracle.truffle.api.source.Source$LiteralBuilder.build:()Lcom/oracle/truffle/api/source/Source;
            iconst_0
            anewarray java.lang.String
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.parse:(Lcom/oracle/truffle/api/source/Source;[Ljava/lang/String;)Lcom/oracle/truffle/api/CallTarget;
            astore 4 /* instrSumTarget */
        start local 4 // com.oracle.truffle.api.CallTarget instrSumTarget
         7: .line 84
            aload 4 /* instrSumTarget */
            checkcast com.oracle.truffle.api.RootCallTarget
            invokeinterface com.oracle.truffle.api.RootCallTarget.getRootNode:()Lcom/oracle/truffle/api/nodes/RootNode;
            astore 5 /* instrSum */
        start local 5 // com.oracle.truffle.api.nodes.RootNode instrSum
         8: .line 86
            aload 0 /* this */
            aload 3 /* langSum */
            aload 5 /* instrSum */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iconst_2
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest.assertPartialEvalEquals:(Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/RootNode;[Ljava/lang/Object;)V
        end local 5 // com.oracle.truffle.api.nodes.RootNode instrSum
        end local 4 // com.oracle.truffle.api.CallTarget instrSumTarget
        end local 3 // com.oracle.truffle.api.nodes.RootNode langSum
        end local 2 // com.oracle.truffle.api.CallTarget langSumTarget
         9: .line 87
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
        10: astore 2 /* e */
        start local 2 // java.io.IOException e
        11: .line 88
            new java.lang.IllegalStateException
            dup
            aload 2 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        12: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lorg/graalvm/compiler/truffle/test/NodeLibrarySLCompilerTest;
            0   13     1             env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            5    9     2   langSumTarget  Lcom/oracle/truffle/api/CallTarget;
            6    9     3         langSum  Lcom/oracle/truffle/api/nodes/RootNode;
            7    9     4  instrSumTarget  Lcom/oracle/truffle/api/CallTarget;
            8    9     5        instrSum  Lcom/oracle/truffle/api/nodes/RootNode;
           11   12     2               e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           4     9      10  Class java.io.IOException

  private static com.oracle.truffle.api.instrumentation.ExecutionEventNode lambda$1(com.oracle.truffle.api.instrumentation.EventContext);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;)Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.EventContext context
         0: .line 78
            new org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest$SumVarsExecNode
            dup
            aload 0 /* context */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            invokespecial org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest$SumVarsExecNode.<init>:(Lcom/oracle/truffle/api/nodes/Node;)V
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.EventContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lcom/oracle/truffle/api/instrumentation/EventContext;
}
SourceFile: "NodeLibrarySLCompilerTest.java"
NestMembers:
  org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest$SumVarsExecNode
InnerClasses:
  public final AlwaysHalt = com.oracle.truffle.api.debug.DebuggerTags$AlwaysHalt of com.oracle.truffle.api.debug.DebuggerTags
  public final Builder = com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  public final LiteralBuilder = com.oracle.truffle.api.source.Source$LiteralBuilder of com.oracle.truffle.api.source.Source
  public abstract Initialize = com.oracle.truffle.api.test.polyglot.ProxyInstrument$Initialize of com.oracle.truffle.api.test.polyglot.ProxyInstrument
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private final SumVarsExecNode = org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest$SumVarsExecNode of org.graalvm.compiler.truffle.test.NodeLibrarySLCompilerTest
  public final Builder = org.graalvm.polyglot.Context$Builder of org.graalvm.polyglot.Context