final class com.oracle.truffle.api.instrumentation.InstrumentationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.InstrumentationHandler
  super_class: java.lang.Object
{
  static final boolean TRACE;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private final java.lang.Object polyglotEngine;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.ThreadLocal<java.util.Map<com.oracle.truffle.api.source.Source, java.lang.Void>> threadLocalNewSourcesLoaded;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Ljava/util/Map<Lcom/oracle/truffle/api/source/Source;Ljava/lang/Void;>;>;

  private final java.lang.ThreadLocal<java.util.Map<com.oracle.truffle.api.source.Source, java.lang.Void>> threadLocalNewSourcesExecuted;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Ljava/util/Map<Lcom/oracle/truffle/api/source/Source;Ljava/lang/Void;>;>;

  private final java.lang.ThreadLocal<java.util.List<com.oracle.truffle.api.instrumentation.InstrumentationHandler$BindingLoadSourceSectionEvent>> threadLocalSourceSectionLoadedList;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$BindingLoadSourceSectionEvent;>;>;

  final java.util.Collection<com.oracle.truffle.api.nodes.RootNode> loadedRoots;
    descriptor: Ljava/util/Collection;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Collection<Lcom/oracle/truffle/api/nodes/RootNode;>;

  private final java.util.Collection<com.oracle.truffle.api.nodes.RootNode> executedRoots;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Lcom/oracle/truffle/api/nodes/RootNode;>;

  private final java.util.Collection<com.oracle.truffle.api.instrumentation.AllocationReporter> allocationReporters;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/AllocationReporter;>;

  private volatile boolean hasLoadOrExecutionBinding;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private final com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList<com.oracle.truffle.api.instrumentation.EventBinding$Source<?>> executionBindings;
    descriptor: Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList<Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;>;

  private final com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList<com.oracle.truffle.api.instrumentation.EventBinding$Source<?>> sourceSectionBindings;
    descriptor: Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList<Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;>;

  private final com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler sourcesLoaded;
    descriptor: Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler sourcesExecuted;
    descriptor: Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Collection<com.oracle.truffle.api.instrumentation.EventBinding<? extends java.io.OutputStream>> outputStdBindings;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<+Ljava/io/OutputStream;>;>;

  private final java.util.Collection<com.oracle.truffle.api.instrumentation.EventBinding<? extends java.io.OutputStream>> outputErrBindings;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<+Ljava/io/OutputStream;>;>;

  private final java.util.Collection<com.oracle.truffle.api.instrumentation.EventBinding$Allocation<? extends com.oracle.truffle.api.instrumentation.AllocationListener>> allocationBindings;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding$Allocation<+Lcom/oracle/truffle/api/instrumentation/AllocationListener;>;>;

  private final java.util.Collection<com.oracle.truffle.api.instrumentation.EventBinding<? extends com.oracle.truffle.api.instrumentation.ContextsListener>> contextsBindings;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<+Lcom/oracle/truffle/api/instrumentation/ContextsListener;>;>;

  private final java.util.Collection<com.oracle.truffle.api.instrumentation.EventBinding<? extends com.oracle.truffle.api.instrumentation.ThreadsListener>> threadsBindings;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<+Lcom/oracle/truffle/api/instrumentation/ThreadsListener;>;>;

  private final java.util.Collection<com.oracle.truffle.api.instrumentation.EventBinding<? extends com.oracle.truffle.api.instrumentation.ThreadsActivationListener>> threadsActivationBindings;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<+Lcom/oracle/truffle/api/instrumentation/ThreadsActivationListener;>;>;

  private volatile com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners stableActivationListeners;
    descriptor: Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$StableThreadsActivationListeners;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  final java.util.concurrent.ConcurrentHashMap<java.lang.Object, com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter> instrumenterMap;
    descriptor: Ljava/util/concurrent/ConcurrentHashMap;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/ConcurrentHashMap<Ljava/lang/Object;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;>;

  private com.oracle.truffle.api.impl.DispatchOutputStream out;
    descriptor: Lcom/oracle/truffle/api/impl/DispatchOutputStream;
    flags: (0x0002) ACC_PRIVATE

  private com.oracle.truffle.api.impl.DispatchOutputStream err;
    descriptor: Lcom/oracle/truffle/api/impl/DispatchOutputStream;
    flags: (0x0002) ACC_PRIVATE

  private java.io.InputStream in;
    descriptor: Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE

  private org.graalvm.polyglot.io.MessageTransport messageInterceptor;
    descriptor: Lorg/graalvm/polyglot/io/MessageTransport;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.Map<java.lang.Class<?>, java.util.Set<java.lang.Class<?>>> cachedProvidedTags;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Class<*>;Ljava/util/Set<Ljava/lang/Class<*>;>;>;

  final com.oracle.truffle.api.instrumentation.InstrumentationHandler$EngineInstrumenter engineInstrumenter;
    descriptor: Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$EngineInstrumenter;
    flags: (0x0010) ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 97
            ldc Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.$assertionsDisabled:Z
         3: .line 100
            ldc "truffle.instrumentation.trace"
            invokestatic java.lang.Boolean.getBoolean:(Ljava/lang/String;)Z
            putstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.lang.Object, com.oracle.truffle.api.impl.DispatchOutputStream, com.oracle.truffle.api.impl.DispatchOutputStream, java.io.InputStream, org.graalvm.polyglot.io.MessageTransport);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/impl/DispatchOutputStream;Lcom/oracle/truffle/api/impl/DispatchOutputStream;Ljava/io/InputStream;Lorg/graalvm/polyglot/io/MessageTransport;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // java.lang.Object polyglotEngine
        start local 2 // com.oracle.truffle.api.impl.DispatchOutputStream out
        start local 3 // com.oracle.truffle.api.impl.DispatchOutputStream err
        start local 4 // java.io.InputStream in
        start local 5 // org.graalvm.polyglot.io.MessageTransport messageInterceptor
         0: .line 150
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 104
            aload 0 /* this */
            new java.lang.ThreadLocal
            dup
            invokespecial java.lang.ThreadLocal.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadLocalNewSourcesLoaded:Ljava/lang/ThreadLocal;
         2: .line 105
            aload 0 /* this */
            new java.lang.ThreadLocal
            dup
            invokespecial java.lang.ThreadLocal.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadLocalNewSourcesExecuted:Ljava/lang/ThreadLocal;
         3: .line 107
            aload 0 /* this */
            new java.lang.ThreadLocal
            dup
            invokespecial java.lang.ThreadLocal.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadLocalSourceSectionLoadedList:Ljava/lang/ThreadLocal;
         4: .line 109
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$WeakAsyncList
            dup
            sipush 256
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$WeakAsyncList.<init>:(I)V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.loadedRoots:Ljava/util/Collection;
         5: .line 110
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$WeakAsyncList
            dup
            bipush 64
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$WeakAsyncList.<init>:(I)V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executedRoots:Ljava/util/Collection;
         6: .line 111
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$WeakAsyncList
            dup
            bipush 16
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$WeakAsyncList.<init>:(I)V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.allocationReporters:Ljava/util/Collection;
         7: .line 113
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.hasLoadOrExecutionBinding:Z
         8: .line 114
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList
            dup
            iconst_0
            anewarray com.oracle.truffle.api.instrumentation.EventBinding$Source
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.<init>:([Ljava/lang/Object;)V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
         9: .line 115
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList
            dup
            iconst_0
            anewarray com.oracle.truffle.api.instrumentation.EventBinding$Source
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.<init>:([Ljava/lang/Object;)V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourceSectionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
        10: .line 116
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler
            dup
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$1.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;)V
            invokespecial com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.<init>:(Ljava/util/function/BiConsumer;)V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesLoaded:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
        11: .line 122
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler
            dup
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$2
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$2.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;)V
            invokespecial com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.<init>:(Ljava/util/function/BiConsumer;)V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesExecuted:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
        12: .line 129
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$EventBindingList
            dup
            iconst_1
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$EventBindingList.<init>:(I)V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.outputStdBindings:Ljava/util/Collection;
        13: .line 130
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$EventBindingList
            dup
            iconst_1
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$EventBindingList.<init>:(I)V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.outputErrBindings:Ljava/util/Collection;
        14: .line 131
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$EventBindingList
            dup
            iconst_2
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$EventBindingList.<init>:(I)V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.allocationBindings:Ljava/util/Collection;
        15: .line 132
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$EventBindingList
            dup
            bipush 8
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$EventBindingList.<init>:(I)V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.contextsBindings:Ljava/util/Collection;
        16: .line 133
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$EventBindingList
            dup
            bipush 8
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$EventBindingList.<init>:(I)V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadsBindings:Ljava/util/Collection;
        17: .line 134
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$EventBindingList
            dup
            bipush 8
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$EventBindingList.<init>:(I)V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadsActivationBindings:Ljava/util/Collection;
        18: .line 140
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.instrumenterMap:Ljava/util/concurrent/ConcurrentHashMap;
        19: .line 146
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.cachedProvidedTags:Ljava/util/Map;
        20: .line 151
            aload 0 /* this */
            aload 1 /* polyglotEngine */
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.polyglotEngine:Ljava/lang/Object;
        21: .line 152
            aload 0 /* this */
            aload 2 /* out */
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.out:Lcom/oracle/truffle/api/impl/DispatchOutputStream;
        22: .line 153
            aload 0 /* this */
            aload 3 /* err */
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.err:Lcom/oracle/truffle/api/impl/DispatchOutputStream;
        23: .line 154
            aload 0 /* this */
            aload 4 /* in */
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.in:Ljava/io/InputStream;
        24: .line 155
            aload 0 /* this */
            aload 5 /* messageInterceptor */
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.messageInterceptor:Lorg/graalvm/polyglot/io/MessageTransport;
        25: .line 156
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$EngineInstrumenter
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$EngineInstrumenter.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;)V
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.engineInstrumenter:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$EngineInstrumenter;
        26: .line 157
            return
        end local 5 // org.graalvm.polyglot.io.MessageTransport messageInterceptor
        end local 4 // java.io.InputStream in
        end local 3 // com.oracle.truffle.api.impl.DispatchOutputStream err
        end local 2 // com.oracle.truffle.api.impl.DispatchOutputStream out
        end local 1 // java.lang.Object polyglotEngine
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   27     0                this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   27     1      polyglotEngine  Ljava/lang/Object;
            0   27     2                 out  Lcom/oracle/truffle/api/impl/DispatchOutputStream;
            0   27     3                 err  Lcom/oracle/truffle/api/impl/DispatchOutputStream;
            0   27     4                  in  Ljava/io/InputStream;
            0   27     5  messageInterceptor  Lorg/graalvm/polyglot/io/MessageTransport;
    MethodParameters:
                    Name  Flags
      polyglotEngine      
      out                 
      err                 
      in                  
      messageInterceptor  

  java.lang.Object getSourceVM();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
         0: .line 160
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.polyglotEngine:Ljava/lang/Object;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;

  void onLoad(com.oracle.truffle.api.nodes.RootNode);
    descriptor: (Lcom/oracle/truffle/api/nodes/RootNode;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.nodes.RootNode root
         0: .line 164
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 9
         1: .line 165
            aload 1 /* root */
            invokevirtual com.oracle.truffle.api.nodes.RootNode.getName:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         2: .line 166
            aload 2 /* name */
            ifnonnull 4
         3: .line 167
            aload 1 /* root */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 2 /* name */
         4: .line 169
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "None"
            astore 3 /* lang */
        start local 3 // java.lang.String lang
         5: .line 170
            aload 1 /* root */
            invokevirtual com.oracle.truffle.api.nodes.RootNode.getLanguageInfo:()Lcom/oracle/truffle/api/nodes/LanguageInfo;
            astore 4 /* info */
        start local 4 // com.oracle.truffle.api.nodes.LanguageInfo info
         6: .line 171
            aload 4 /* info */
            ifnull 8
         7: .line 172
            aload 4 /* info */
            invokevirtual com.oracle.truffle.api.nodes.LanguageInfo.getId:()Ljava/lang/String;
            astore 3 /* lang */
         8: .line 174
      StackMap locals: java.lang.String com.oracle.truffle.api.nodes.LanguageInfo
      StackMap stack:
            ldc "ON-LOAD: %-5s CallTarget: %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* lang */
            aastore
            dup
            iconst_1
            aload 2 /* name */
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 4 // com.oracle.truffle.api.nodes.LanguageInfo info
        end local 3 // java.lang.String lang
        end local 2 // java.lang.String name
         9: .line 177
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.nodesAccess:()Lcom/oracle/truffle/api/impl/Accessor$NodeSupport;
            aload 1 /* root */
            invokevirtual com.oracle.truffle.api.impl.Accessor$NodeSupport.getPolyglotEngine:(Lcom/oracle/truffle/api/nodes/RootNode;)Ljava/lang/Object;
            ifnonnull 11
        10: .line 178
            return
        11: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.loadedRoots:Ljava/util/Collection;
            aload 1 /* root */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        12: .line 184
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.hasLoadOrExecutionBinding:Z
            ifeq 18
        13: .line 185
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourceSectionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.isEmpty:()Z
            ifeq 14
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesLoaded:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.hasBindings:()Z
            ifeq 18
        14: .line 186
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;)V
            astore 2 /* visitorBuilder */
        start local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
        15: .line 187
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ALL:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addNotifyLoadedOperationForAllBindings:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
        16: .line 188
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ALL:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addFindSourcesOperation:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
        17: .line 189
            aload 1 /* root */
            aload 1 /* root */
            aload 2 /* visitorBuilder */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.buildVisitor:()Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;
            iconst_0
            iconst_1
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.visitRoot:(Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;ZZ)V
        end local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
        18: .line 192
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.nodes.RootNode root
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   19     0            this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   19     1            root  Lcom/oracle/truffle/api/nodes/RootNode;
            2    9     2            name  Ljava/lang/String;
            5    9     3            lang  Ljava/lang/String;
            6    9     4            info  Lcom/oracle/truffle/api/nodes/LanguageInfo;
           15   18     2  visitorBuilder  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
    MethodParameters:
      Name  Flags
      root  

  void onFirstExecution(com.oracle.truffle.api.nodes.RootNode);
    descriptor: (Lcom/oracle/truffle/api/nodes/RootNode;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.nodes.RootNode root
         0: .line 195
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.nodesAccess:()Lcom/oracle/truffle/api/impl/Accessor$NodeSupport;
            aload 1 /* root */
            invokevirtual com.oracle.truffle.api.impl.Accessor$NodeSupport.isInstrumentable:(Lcom/oracle/truffle/api/nodes/RootNode;)Z
            ifne 2
         1: .line 196
            return
         2: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executedRoots:Ljava/util/Collection;
            aload 1 /* root */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         3: .line 202
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.hasLoadOrExecutionBinding:Z
            ifeq 11
         4: .line 203
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.isEmpty:()Z
            ifeq 5
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesExecuted:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.hasBindings:()Z
            ifeq 11
         5: .line 204
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;)V
            astore 2 /* visitorBuilder */
        start local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
         6: .line 205
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ALL:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addInsertWrapperOperationForAllBindings:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         7: .line 206
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_MATERIALIZED:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addNotifyLoadedOperationForAllBindings:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         8: .line 207
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_MATERIALIZED:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addFindSourcesOperation:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         9: .line 208
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ALL:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addFindSourcesExecutedOperation:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
        10: .line 209
            aload 1 /* root */
            aload 1 /* root */
            aload 2 /* visitorBuilder */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.buildVisitor:()Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;
            iconst_0
            iconst_1
            iconst_1
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.visitRoot:(Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;ZZZ)V
        end local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
        11: .line 212
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.nodes.RootNode root
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   12     1            root  Lcom/oracle/truffle/api/nodes/RootNode;
            6   11     2  visitorBuilder  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
    MethodParameters:
      Name  Flags
      root  

  void initializeInstrument(, java.lang.String, java.util.function.Supplier<? extends java.lang.Object>);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;Ljava/util/function/Supplier;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // java.lang.Object polyglotInstrument
        start local 2 // java.lang.String instrumentClassName
        start local 3 // java.util.function.Supplier instrumentSupplier
         0: .line 215
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 2
         1: .line 216
            ldc "Initialize instrument class %s %n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* instrumentClassName */
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 219
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.api.instrumentation.TruffleInstrument$Env
            dup
            aload 1 /* polyglotInstrument */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.out:Lcom/oracle/truffle/api/impl/DispatchOutputStream;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.err:Lcom/oracle/truffle/api/impl/DispatchOutputStream;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.in:Ljava/io/InputStream;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.messageInterceptor:Lorg/graalvm/polyglot/io/MessageTransport;
            invokespecial com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.<init>:(Ljava/lang/Object;Ljava/io/OutputStream;Ljava/io/OutputStream;Ljava/io/InputStream;Lorg/graalvm/polyglot/io/MessageTransport;)V
            astore 4 /* env */
        start local 4 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         3: .line 220
            aload 3 /* instrumentSupplier */
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.TruffleInstrument
            astore 5 /* instrument */
        start local 5 // com.oracle.truffle.api.instrumentation.TruffleInstrument instrument
         4: .line 221
            aload 5 /* instrument */
            getfield com.oracle.truffle.api.instrumentation.TruffleInstrument.contextLocals:Ljava/util/List;
            ifnonnull 7
         5: .line 222
            aload 5 /* instrument */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.oracle.truffle.api.instrumentation.TruffleInstrument.contextLocals:Ljava/util/List;
         6: .line 223
            goto 8
         7: .line 224
      StackMap locals: com.oracle.truffle.api.instrumentation.TruffleInstrument$Env com.oracle.truffle.api.instrumentation.TruffleInstrument
      StackMap stack:
            aload 5 /* instrument */
            aload 5 /* instrument */
            getfield com.oracle.truffle.api.instrumentation.TruffleInstrument.contextLocals:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.oracle.truffle.api.instrumentation.TruffleInstrument.contextLocals:Ljava/util/List;
         8: .line 226
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.ENGINE:Lcom/oracle/truffle/api/impl/Accessor$EngineSupport;
            aload 5 /* instrument */
            getfield com.oracle.truffle.api.instrumentation.TruffleInstrument.contextLocals:Ljava/util/List;
            aload 1 /* polyglotInstrument */
            invokevirtual com.oracle.truffle.api.impl.Accessor$EngineSupport.initializeInstrumentContextLocal:(Ljava/util/List;Ljava/lang/Object;)V
         9: .line 228
            aload 5 /* instrument */
            getfield com.oracle.truffle.api.instrumentation.TruffleInstrument.contextThreadLocals:Ljava/util/List;
            ifnonnull 12
        10: .line 229
            aload 5 /* instrument */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.oracle.truffle.api.instrumentation.TruffleInstrument.contextThreadLocals:Ljava/util/List;
        11: .line 230
            goto 13
        12: .line 231
      StackMap locals:
      StackMap stack:
            aload 5 /* instrument */
            aload 5 /* instrument */
            getfield com.oracle.truffle.api.instrumentation.TruffleInstrument.contextThreadLocals:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.oracle.truffle.api.instrumentation.TruffleInstrument.contextThreadLocals:Ljava/util/List;
        13: .line 233
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.ENGINE:Lcom/oracle/truffle/api/impl/Accessor$EngineSupport;
            aload 5 /* instrument */
            getfield com.oracle.truffle.api.instrumentation.TruffleInstrument.contextThreadLocals:Ljava/util/List;
            aload 1 /* polyglotInstrument */
            invokevirtual com.oracle.truffle.api.impl.Accessor$EngineSupport.initializeInstrumentContextThreadLocal:(Ljava/util/List;Ljava/lang/Object;)V
        14: .line 236
            aload 4 /* env */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$InstrumentClientInstrumenter
            dup
            aload 0 /* this */
            aload 4 /* env */
            aload 2 /* instrumentClassName */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$InstrumentClientInstrumenter.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;Ljava/lang/String;)V
            putfield com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.instrumenter:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$InstrumentClientInstrumenter;
        15: .line 237
            aload 4 /* env */
            getfield com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.instrumenter:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$InstrumentClientInstrumenter;
            aload 5 /* instrument */
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$InstrumentClientInstrumenter.instrument:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument;
        16: .line 238
            goto 20
      StackMap locals:
      StackMap stack: java.lang.Exception
        17: astore 6 /* e */
        start local 6 // java.lang.Exception e
        18: .line 239
            aload 4 /* env */
            ldc "Failed to create new instrumenter class %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* instrumentClassName */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            aload 6 /* e */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.failInstrumentInitialization:(Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;Ljava/lang/String;Ljava/lang/Throwable;)V
        19: .line 240
            return
        end local 6 // java.lang.Exception e
        20: .line 243
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 22
        21: .line 244
            ldc "Initialized instrument %s class %s %n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* env */
            getfield com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.instrumenter:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$InstrumentClientInstrumenter;
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$InstrumentClientInstrumenter.instrument:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument;
            aastore
            dup
            iconst_1
            aload 2 /* instrumentClassName */
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        22: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* polyglotInstrument */
            aload 4 /* env */
            getfield com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.instrumenter:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$InstrumentClientInstrumenter;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.addInstrumenter:(Ljava/lang/Object;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;)V
        23: .line 248
            return
        end local 5 // com.oracle.truffle.api.instrumentation.TruffleInstrument instrument
        end local 4 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 3 // java.util.function.Supplier instrumentSupplier
        end local 2 // java.lang.String instrumentClassName
        end local 1 // java.lang.Object polyglotInstrument
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   24     0                 this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   24     1   polyglotInstrument  Ljava/lang/Object;
            0   24     2  instrumentClassName  Ljava/lang/String;
            0   24     3   instrumentSupplier  Ljava/util/function/Supplier<+Ljava/lang/Object;>;
            3   24     4                  env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            4   24     5           instrument  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument;
           18   20     6                    e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          14    16      17  Class java.lang.Exception
    Signature: (Ljava/lang/Object;Ljava/lang/String;Ljava/util/function/Supplier<+Ljava/lang/Object;>;)V
    MethodParameters:
                     Name  Flags
      polyglotInstrument   
      instrumentClassName  
      instrumentSupplier   

  void createInstrument(java.lang.Object, java.lang.String[], org.graalvm.options.OptionValues);
    descriptor: (Ljava/lang/Object;[Ljava/lang/String;Lorg/graalvm/options/OptionValues;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // java.lang.Object vmObject
        start local 2 // java.lang.String[] expectedServices
        start local 3 // org.graalvm.options.OptionValues optionValues
         0: .line 251
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.instrumenterMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 1 /* vmObject */
            invokevirtual java.util.concurrent.ConcurrentHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.InstrumentationHandler$InstrumentClientInstrumenter
            astore 4 /* instrumenter */
        start local 4 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$InstrumentClientInstrumenter instrumenter
         1: .line 252
            aload 4 /* instrumenter */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$InstrumentClientInstrumenter.env:Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            aload 3 /* optionValues */
            putfield com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.options:Lorg/graalvm/options/OptionValues;
         2: .line 253
            aload 4 /* instrumenter */
            aload 2 /* expectedServices */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$InstrumentClientInstrumenter.create:([Ljava/lang/String;)V
         3: .line 254
            return
        end local 4 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$InstrumentClientInstrumenter instrumenter
        end local 3 // org.graalvm.options.OptionValues optionValues
        end local 2 // java.lang.String[] expectedServices
        end local 1 // java.lang.Object vmObject
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    4     1          vmObject  Ljava/lang/Object;
            0    4     2  expectedServices  [Ljava/lang/String;
            0    4     3      optionValues  Lorg/graalvm/options/OptionValues;
            1    4     4      instrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$InstrumentClientInstrumenter;
    MethodParameters:
                  Name  Flags
      vmObject          
      expectedServices  
      optionValues      

  void finalizeInstrumenter(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // java.lang.Object key
         0: .line 257
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.instrumenterMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 1 /* key */
            invokevirtual java.util.concurrent.ConcurrentHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter
            astore 2 /* finalisingInstrumenter */
        start local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter finalisingInstrumenter
         1: .line 258
            aload 2 /* finalisingInstrumenter */
            ifnonnull 3
         2: .line 259
            new java.lang.AssertionError
            dup
            ldc "Instrumenter already disposed."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 261
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter
      StackMap stack:
            aload 2 /* finalisingInstrumenter */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter.doFinalize:()V
         4: .line 262
            return
        end local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter finalisingInstrumenter
        end local 1 // java.lang.Object key
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    5     0                    this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    5     1                     key  Ljava/lang/Object;
            1    5     2  finalisingInstrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
    MethodParameters:
      Name  Flags
      key   

  void disposeInstrumenter(java.lang.Object, boolean);
    descriptor: (Ljava/lang/Object;Z)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // java.lang.Object key
        start local 2 // boolean cleanupRequired
         0: .line 265
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.instrumenterMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 1 /* key */
            invokevirtual java.util.concurrent.ConcurrentHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter
            astore 3 /* disposedInstrumenter */
        start local 3 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter disposedInstrumenter
         1: .line 266
            aload 3 /* disposedInstrumenter */
            ifnonnull 3
         2: .line 267
            new java.lang.AssertionError
            dup
            ldc "Instrumenter already disposed."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 269
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 5
         4: .line 270
            ldc "BEGIN: Dispose instrumenter %n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 272
      StackMap locals:
      StackMap stack:
            aload 3 /* disposedInstrumenter */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter.dispose:()V
         6: .line 274
            iload 2 /* cleanupRequired */
            ifeq 31
         7: .line 275
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            aload 3 /* disposedInstrumenter */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.filterBindingsForInstrumenter:(Ljava/util/Collection;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;)Ljava/util/Collection;
            astore 4 /* disposedExecutionBindings */
        start local 4 // java.util.Collection disposedExecutionBindings
         8: .line 276
            aload 4 /* disposedExecutionBindings */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.setDisposingBindingsBulk:(Ljava/util/Collection;)V
         9: .line 277
            aload 4 /* disposedExecutionBindings */
            invokeinterface java.util.Collection.isEmpty:()Z
            ifne 13
        10: .line 278
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;)V
            astore 5 /* visitorBuilder */
        start local 5 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
        11: .line 279
            aload 5 /* visitorBuilder */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList
            dup
            aload 4 /* disposedExecutionBindings */
            iconst_0
            anewarray com.oracle.truffle.api.instrumentation.EventBinding$Source
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding$Source[]
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.<init>:([Ljava/lang/Object;)V
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addDisposeWrapperOperationForBindings:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
        12: .line 280
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executedRoots:Ljava/util/Collection;
            aload 5 /* visitorBuilder */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.buildVisitor:()Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.visitRoots:(Ljava/util/Collection;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;)V
        end local 5 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
        13: .line 282
      StackMap locals: java.util.Collection
      StackMap stack:
            aload 4 /* disposedExecutionBindings */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.disposeBindingsBulk:(Ljava/util/Collection;)V
        14: .line 283
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            aload 4 /* disposedExecutionBindings */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.removeAll:(Ljava/util/Collection;)Z
            pop
        15: .line 284
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourceSectionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            aload 3 /* disposedInstrumenter */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.filterBindingsForInstrumenter:(Ljava/util/Collection;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;)Ljava/util/Collection;
            astore 5 /* disposedSourceSectionBindings */
        start local 5 // java.util.Collection disposedSourceSectionBindings
        16: .line 285
            aload 5 /* disposedSourceSectionBindings */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.disposeBindingsBulk:(Ljava/util/Collection;)V
        17: .line 286
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourceSectionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            aload 5 /* disposedSourceSectionBindings */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.removeAll:(Ljava/util/Collection;)Z
            pop
        18: .line 287
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesLoaded:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            aload 3 /* disposedInstrumenter */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.clearForDisposedInstrumenter:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;)V
        19: .line 288
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesExecuted:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            aload 3 /* disposedInstrumenter */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.clearForDisposedInstrumenter:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;)V
        20: .line 289
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.out:Lcom/oracle/truffle/api/impl/DispatchOutputStream;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.outputStdBindings:Ljava/util/Collection;
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.disposeOutputBindingsBulk:(Lcom/oracle/truffle/api/impl/DispatchOutputStream;Ljava/util/Collection;)V
        21: .line 290
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.err:Lcom/oracle/truffle/api/impl/DispatchOutputStream;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.outputErrBindings:Ljava/util/Collection;
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.disposeOutputBindingsBulk:(Lcom/oracle/truffle/api/impl/DispatchOutputStream;Ljava/util/Collection;)V
        22: .line 292
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadsActivationBindings:Ljava/util/Collection;
            dup
            astore 6
            monitorenter
        23: .line 293
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadsActivationBindings:Ljava/util/Collection;
            aload 3 /* disposedInstrumenter */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.filterBindingsForInstrumenter:(Ljava/util/Collection;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;)Ljava/util/Collection;
            astore 7 /* disposedThreadsActivationBindings */
        start local 7 // java.util.Collection disposedThreadsActivationBindings
        24: .line 294
            aload 7 /* disposedThreadsActivationBindings */
            invokeinterface java.util.Collection.isEmpty:()Z
            ifne 27
        25: .line 295
            aload 7 /* disposedThreadsActivationBindings */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.disposeBindingsBulk:(Ljava/util/Collection;)V
        26: .line 296
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.invalidateThreadsActivationListeners:()V
        end local 7 // java.util.Collection disposedThreadsActivationBindings
        27: .line 292
      StackMap locals: java.util.Collection java.util.Collection
      StackMap stack:
            aload 6
            monitorexit
        28: goto 31
      StackMap locals:
      StackMap stack: java.lang.Throwable
        29: aload 6
            monitorexit
        30: athrow
        end local 5 // java.util.Collection disposedSourceSectionBindings
        end local 4 // java.util.Collection disposedExecutionBindings
        31: .line 300
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 33
        32: .line 301
            ldc "END: Disposed instrumenter %n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* key */
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        33: .line 303
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter disposedInstrumenter
        end local 2 // boolean cleanupRequired
        end local 1 // java.lang.Object key
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                               Name  Signature
            0   34     0                               this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   34     1                                key  Ljava/lang/Object;
            0   34     2                    cleanupRequired  Z
            1   34     3               disposedInstrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            8   31     4          disposedExecutionBindings  Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;>;
           11   13     5                     visitorBuilder  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
           16   31     5      disposedSourceSectionBindings  Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;>;
           24   27     7  disposedThreadsActivationBindings  Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;>;
      Exception table:
        from    to  target  type
          23    28      29  any
          29    30      29  any
    MethodParameters:
                 Name  Flags
      key              
      cleanupRequired  

  private static void setDisposingBindingsBulk(java.util.Collection<com.oracle.truffle.api.instrumentation.EventBinding<?>>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // java.util.Collection list
         0: .line 306
            aload 0 /* list */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: java.util.Collection top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding
            astore 1 /* binding */
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding binding
         2: .line 307
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.setDisposingBulk:()V
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding binding
         3: .line 306
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 309
            return
        end local 0 // java.util.Collection list
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     list  Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;>;
            2    3     1  binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;
    Signature: (Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;>;)V
    MethodParameters:
      Name  Flags
      list  

  static void disposeBindingsBulk(java.util.Collection<com.oracle.truffle.api.instrumentation.EventBinding<?>>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // java.util.Collection list
         0: .line 312
            aload 0 /* list */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: java.util.Collection top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding
            astore 1 /* binding */
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding binding
         2: .line 313
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.disposeBulk:()V
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding binding
         3: .line 312
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 315
            return
        end local 0 // java.util.Collection list
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     list  Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;>;
            2    3     1  binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;
    Signature: (Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;>;)V
    MethodParameters:
      Name  Flags
      list  

  private static void disposeOutputBindingsBulk(com.oracle.truffle.api.impl.DispatchOutputStream, java.util.Collection<com.oracle.truffle.api.instrumentation.EventBinding<? extends java.io.OutputStream>>);
    descriptor: (Lcom/oracle/truffle/api/impl/DispatchOutputStream;Ljava/util/Collection;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.impl.DispatchOutputStream dos
        start local 1 // java.util.Collection list
         0: .line 318
            aload 1 /* list */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.oracle.truffle.api.impl.DispatchOutputStream java.util.Collection top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding
            astore 2 /* binding */
        start local 2 // com.oracle.truffle.api.instrumentation.EventBinding binding
         2: .line 319
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.engineAccess:()Lcom/oracle/truffle/api/impl/Accessor$EngineSupport;
            aload 0 /* dos */
            aload 2 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            checkcast java.io.OutputStream
            invokevirtual com.oracle.truffle.api.impl.Accessor$EngineSupport.detachOutputConsumer:(Lcom/oracle/truffle/api/impl/DispatchOutputStream;Ljava/io/OutputStream;)V
         3: .line 320
            aload 2 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.disposeBulk:()V
        end local 2 // com.oracle.truffle.api.instrumentation.EventBinding binding
         4: .line 318
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 322
            return
        end local 1 // java.util.Collection list
        end local 0 // com.oracle.truffle.api.impl.DispatchOutputStream dos
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0      dos  Lcom/oracle/truffle/api/impl/DispatchOutputStream;
            0    6     1     list  Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<+Ljava/io/OutputStream;>;>;
            2    4     2  binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<+Ljava/io/OutputStream;>;
    Signature: (Lcom/oracle/truffle/api/impl/DispatchOutputStream;Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<+Ljava/io/OutputStream;>;>;)V
    MethodParameters:
      Name  Flags
      dos   
      list  

  com.oracle.truffle.api.instrumentation.Instrumenter forLanguage(com.oracle.truffle.api.TruffleLanguage<?>);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage;)Lcom/oracle/truffle/api/instrumentation/Instrumenter;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.TruffleLanguage language
         0: .line 325
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$LanguageClientInstrumenter
            dup
            aload 0 /* this */
            aload 1 /* language */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$LanguageClientInstrumenter.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;Lcom/oracle/truffle/api/TruffleLanguage;)V
            areturn
        end local 1 // com.oracle.truffle.api.TruffleLanguage language
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    1     1  language  Lcom/oracle/truffle/api/TruffleLanguage<*>;
    Signature: (Lcom/oracle/truffle/api/TruffleLanguage<*>;)Lcom/oracle/truffle/api/instrumentation/Instrumenter;
    MethodParameters:
          Name  Flags
      language  

  <T> com.oracle.truffle.api.instrumentation.EventBinding<T> addExecutionBinding(com.oracle.truffle.api.instrumentation.EventBinding$Source<T>);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
         0: .line 329
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 2
         1: .line 330
            ldc "BEGIN: Adding execution binding %s, %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getFilter:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            aastore
            dup
            iconst_1
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.hasLoadOrExecutionBinding:Z
         3: .line 334
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.add:(Ljava/lang/Object;)Z
            pop
         4: .line 336
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executedRoots:Ljava/util/Collection;
            invokeinterface java.util.Collection.isEmpty:()Z
            ifne 12
         5: .line 337
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;)V
            astore 2 /* visitorBuilder */
        start local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
         6: .line 338
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_ORIGINAL:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addInsertWrapperOperationForBinding:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         7: .line 339
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_MATERIALIZED:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addInsertWrapperOperationForAllBindings:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         8: .line 340
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_MATERIALIZED:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addNotifyLoadedOperationForAllBindings:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         9: .line 341
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_MATERIALIZED:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addFindSourcesOperation:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
        10: .line 342
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_MATERIALIZED:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addFindSourcesExecutedOperation:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
        11: .line 343
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executedRoots:Ljava/util/Collection;
            aload 2 /* visitorBuilder */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.buildVisitor:()Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;
            iconst_1
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.visitRoots:(Ljava/util/Collection;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;Z)V
        end local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
        12: .line 346
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 14
        13: .line 347
            ldc "END: Added execution binding %s, %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getFilter:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            aastore
            dup
            iconst_1
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        14: .line 350
      StackMap locals:
      StackMap stack:
            aload 1 /* binding */
            areturn
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   15     1         binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<TT;>;
            6   12     2  visitorBuilder  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
    Signature: <T:Ljava/lang/Object;>(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<TT;>;)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
         Name  Flags
      binding  

  <T> com.oracle.truffle.api.instrumentation.EventBinding<T> addSourceSectionBinding(com.oracle.truffle.api.instrumentation.EventBinding$Source<T>, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        start local 2 // boolean notifyLoaded
         0: .line 354
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 2
         1: .line 355
            ldc "BEGIN: Adding binding %s, %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getFilter:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            aastore
            dup
            iconst_1
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.hasLoadOrExecutionBinding:Z
         3: .line 359
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourceSectionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.add:(Ljava/lang/Object;)Z
            pop
         4: .line 361
            iload 2 /* notifyLoaded */
            ifeq 13
         5: .line 362
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.loadedRoots:Ljava/util/Collection;
            invokeinterface java.util.Collection.isEmpty:()Z
            ifne 13
         6: .line 363
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;)V
            astore 3 /* visitorBuilder */
        start local 3 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
         7: .line 364
            aload 3 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_ORIGINAL:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addNotifyLoadedOperationForBinding:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         8: .line 365
            aload 3 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_MATERIALIZED:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addNotifyLoadedOperationForAllBindings:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         9: .line 366
            aload 3 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_MATERIALIZED:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addInsertWrapperOperationForAllBindings:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
        10: .line 367
            aload 3 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_MATERIALIZED:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addFindSourcesOperation:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
        11: .line 368
            aload 3 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_MATERIALIZED:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addFindSourcesExecutedOperation:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
        12: .line 369
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.loadedRoots:Ljava/util/Collection;
            aload 3 /* visitorBuilder */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.buildVisitor:()Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.visitRoots:(Ljava/util/Collection;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;)V
        end local 3 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
        13: .line 373
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 15
        14: .line 374
            ldc "END: Added binding %s, %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getFilter:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            aastore
            dup
            iconst_1
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        15: .line 377
      StackMap locals:
      StackMap stack:
            aload 1 /* binding */
            areturn
        end local 2 // boolean notifyLoaded
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0            this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   16     1         binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<TT;>;
            0   16     2    notifyLoaded  Z
            7   13     3  visitorBuilder  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
    Signature: <T:Ljava/lang/Object;>(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<TT;>;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
              Name  Flags
      binding       
      notifyLoaded  

  private void visitLoadedSourceSections(com.oracle.truffle.api.instrumentation.EventBinding$Source<?>);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
         0: .line 381
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 2
         1: .line 382
            ldc "BEGIN: Visiting loaded source sections %s, %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getFilter:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            aastore
            dup
            iconst_1
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.loadedRoots:Ljava/util/Collection;
            invokeinterface java.util.Collection.isEmpty:()Z
            ifne 10
         3: .line 386
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;)V
            astore 2 /* visitorBuilder */
        start local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
         4: .line 387
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ALL:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addNotifyLoadedOperationForBinding:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         5: .line 388
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_MATERIALIZED:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addNotifyLoadedOperationForAllBindings:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         6: .line 389
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_MATERIALIZED:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addInsertWrapperOperationForAllBindings:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         7: .line 390
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_MATERIALIZED:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addFindSourcesOperation:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         8: .line 391
            aload 2 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ONLY_MATERIALIZED:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addFindSourcesExecutedOperation:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         9: .line 392
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.loadedRoots:Ljava/util/Collection;
            aload 2 /* visitorBuilder */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.buildVisitor:()Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.visitRoots:(Ljava/util/Collection;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;)V
        end local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
        10: .line 395
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 12
        11: .line 396
            ldc "END: Visited loaded source sections %s, %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getFilter:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            aastore
            dup
            iconst_1
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        12: .line 398
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   13     1         binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;
            4   10     2  visitorBuilder  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
    Signature: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;)V
    MethodParameters:
         Name  Flags
      binding  

  <T> com.oracle.truffle.api.instrumentation.EventBinding<T> addSourceLoadedBinding(com.oracle.truffle.api.instrumentation.EventBinding$Source<T>, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        start local 2 // boolean notifyLoaded
         0: .line 401
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 2
         1: .line 402
            ldc "BEGIN: Adding source binding %s, %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getFilter:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            aastore
            dup
            iconst_1
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.hasLoadOrExecutionBinding:Z
         3: .line 406
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesLoaded:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            aload 1 /* binding */
            iload 2 /* notifyLoaded */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.addBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Z)Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            astore 3 /* notifications */
        start local 3 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue notifications
         4: .line 408
            aload 3 /* notifications */
            ifnull 8
         5: .line 409
            aload 3 /* notifications */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.isSourcesInitializationRequired:()Z
            ifeq 7
         6: .line 410
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.lazyInitializeSourcesLoadedList:()V
         7: .line 412
      StackMap locals: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue
      StackMap stack:
            aload 3 /* notifications */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.process:()V
         8: .line 415
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 10
         9: .line 416
            ldc "END: Added source binding %s, %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getFilter:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            aastore
            dup
            iconst_1
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        10: .line 419
      StackMap locals:
      StackMap stack:
            aload 1 /* binding */
            areturn
        end local 3 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue notifications
        end local 2 // boolean notifyLoaded
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   11     1        binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<TT;>;
            0   11     2   notifyLoaded  Z
            4   11     3  notifications  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
    Signature: <T:Ljava/lang/Object;>(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<TT;>;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
              Name  Flags
      binding       
      notifyLoaded  

  <T> com.oracle.truffle.api.instrumentation.EventBinding<T> addSourceExecutionBinding(com.oracle.truffle.api.instrumentation.EventBinding$Source<T>, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        start local 2 // boolean notifyLoaded
         0: .line 423
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 2
         1: .line 424
            ldc "BEGIN: Adding source execution binding %s, %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getFilter:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            aastore
            dup
            iconst_1
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.hasLoadOrExecutionBinding:Z
         3: .line 428
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesExecuted:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            aload 1 /* binding */
            iload 2 /* notifyLoaded */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.addBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Z)Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            astore 3 /* notifications */
        start local 3 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue notifications
         4: .line 430
            aload 3 /* notifications */
            ifnull 8
         5: .line 431
            aload 3 /* notifications */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.isSourcesInitializationRequired:()Z
            ifeq 7
         6: .line 432
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.lazyInitializeSourcesExecutedList:()V
         7: .line 434
      StackMap locals: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue
      StackMap stack:
            aload 3 /* notifications */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.process:()V
         8: .line 437
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 10
         9: .line 438
            ldc "END: Added source execution binding %s, %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getFilter:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            aastore
            dup
            iconst_1
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        10: .line 441
      StackMap locals:
      StackMap stack:
            aload 1 /* binding */
            areturn
        end local 3 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue notifications
        end local 2 // boolean notifyLoaded
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   11     1        binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<TT;>;
            0   11     2   notifyLoaded  Z
            4   11     3  notifications  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
    Signature: <T:Ljava/lang/Object;>(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<TT;>;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
              Name  Flags
      binding       
      notifyLoaded  

  <T extends java.io.OutputStream> com.oracle.truffle.api.instrumentation.EventBinding<T> addOutputBinding(com.oracle.truffle.api.instrumentation.EventBinding<T>, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding binding
        start local 2 // boolean errorOutput
         0: .line 445
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 5
         1: .line 446
            iload 2 /* errorOutput */
            ifeq 2
            ldc "error"
            goto 3
      StackMap locals:
      StackMap stack:
         2: ldc "standard"
      StackMap locals:
      StackMap stack: java.lang.String
         3: astore 3 /* kind */
        start local 3 // java.lang.String kind
         4: .line 447
            new java.lang.StringBuilder
            dup
            ldc "BEGIN: Adding "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* kind */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " output binding %s%n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 3 // java.lang.String kind
         5: .line 450
      StackMap locals:
      StackMap stack:
            iload 2 /* errorOutput */
            ifeq 9
         6: .line 451
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.outputErrBindings:Ljava/util/Collection;
            aload 1 /* binding */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         7: .line 452
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.engineAccess:()Lcom/oracle/truffle/api/impl/Accessor$EngineSupport;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.err:Lcom/oracle/truffle/api/impl/DispatchOutputStream;
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            checkcast java.io.OutputStream
            invokevirtual com.oracle.truffle.api.impl.Accessor$EngineSupport.attachOutputConsumer:(Lcom/oracle/truffle/api/impl/DispatchOutputStream;Ljava/io/OutputStream;)V
         8: .line 453
            goto 11
         9: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.outputStdBindings:Ljava/util/Collection;
            aload 1 /* binding */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        10: .line 455
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.engineAccess:()Lcom/oracle/truffle/api/impl/Accessor$EngineSupport;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.out:Lcom/oracle/truffle/api/impl/DispatchOutputStream;
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            checkcast java.io.OutputStream
            invokevirtual com.oracle.truffle.api.impl.Accessor$EngineSupport.attachOutputConsumer:(Lcom/oracle/truffle/api/impl/DispatchOutputStream;Ljava/io/OutputStream;)V
        11: .line 458
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 16
        12: .line 459
            iload 2 /* errorOutput */
            ifeq 13
            ldc "error"
            goto 14
      StackMap locals:
      StackMap stack:
        13: ldc "standard"
      StackMap locals:
      StackMap stack: java.lang.String
        14: astore 3 /* kind */
        start local 3 // java.lang.String kind
        15: .line 460
            new java.lang.StringBuilder
            dup
            ldc "END: Added "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* kind */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " output binding %s%n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 3 // java.lang.String kind
        16: .line 463
      StackMap locals:
      StackMap stack:
            aload 1 /* binding */
            areturn
        end local 2 // boolean errorOutput
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding binding
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   17     1      binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
            0   17     2  errorOutput  Z
            4    5     3         kind  Ljava/lang/String;
           15   16     3         kind  Ljava/lang/String;
    Signature: <T:Ljava/io/OutputStream;>(Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
             Name  Flags
      binding      
      errorOutput  

  private <T extends com.oracle.truffle.api.instrumentation.AllocationListener> com.oracle.truffle.api.instrumentation.EventBinding<T> addAllocationBinding(com.oracle.truffle.api.instrumentation.EventBinding$Allocation<T>);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Allocation;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Allocation binding
         0: .line 467
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 2
         1: .line 468
            ldc "BEGIN: Adding allocation binding %s%n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Allocation.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.allocationBindings:Ljava/util/Collection;
            aload 1 /* binding */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         3: .line 472
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.allocationReporters:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.instrumentation.EventBinding$Allocation top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.AllocationReporter
            astore 2 /* allocationReporter */
        start local 2 // com.oracle.truffle.api.instrumentation.AllocationReporter allocationReporter
         5: .line 473
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Allocation.getAllocationFilter:()Lcom/oracle/truffle/api/instrumentation/AllocationEventFilter;
            aload 2 /* allocationReporter */
            getfield com.oracle.truffle.api.instrumentation.AllocationReporter.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationEventFilter.contains:(Lcom/oracle/truffle/api/nodes/LanguageInfo;)Z
            ifeq 7
         6: .line 474
            aload 2 /* allocationReporter */
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Allocation.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.AllocationListener
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationReporter.addListener:(Lcom/oracle/truffle/api/instrumentation/AllocationListener;)V
        end local 2 // com.oracle.truffle.api.instrumentation.AllocationReporter allocationReporter
         7: .line 472
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 478
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 10
         9: .line 479
            ldc "END: Added allocation binding %s%n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Allocation.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        10: .line 481
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.instrumentation.EventBinding$Allocation
      StackMap stack:
            aload 1 /* binding */
            areturn
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Allocation binding
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   11     0                this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   11     1             binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Allocation<TT;>;
            5    7     2  allocationReporter  Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
    Signature: <T::Lcom/oracle/truffle/api/instrumentation/AllocationListener;>(Lcom/oracle/truffle/api/instrumentation/EventBinding$Allocation<TT;>;)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
         Name  Flags
      binding  

  private <T extends com.oracle.truffle.api.instrumentation.ContextsListener> com.oracle.truffle.api.instrumentation.EventBinding<T> addContextsBinding(com.oracle.truffle.api.instrumentation.EventBinding<T>, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding binding
        start local 2 // boolean includeActiveContexts
         0: .line 485
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 2
         1: .line 486
            ldc "BEGIN: Adding contexts binding %s%n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.contextsBindings:Ljava/util/Collection;
            aload 1 /* binding */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         3: .line 490
            iload 2 /* includeActiveContexts */
            ifeq 6
         4: .line 491
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.engineAccess:()Lcom/oracle/truffle/api/impl/Accessor$EngineSupport;
            astore 3 /* engineAccess */
        start local 3 // com.oracle.truffle.api.impl.Accessor$EngineSupport engineAccess
         5: .line 492
            aload 3 /* engineAccess */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.polyglotEngine:Ljava/lang/Object;
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.impl.Accessor$EngineSupport.reportAllLanguageContexts:(Ljava/lang/Object;Ljava/lang/Object;)V
        end local 3 // com.oracle.truffle.api.impl.Accessor$EngineSupport engineAccess
         6: .line 495
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 8
         7: .line 496
            ldc "END: Added contexts binding %s%n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         8: .line 498
      StackMap locals:
      StackMap stack:
            aload 1 /* binding */
            areturn
        end local 2 // boolean includeActiveContexts
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding binding
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    9     0                   this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    9     1                binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
            0    9     2  includeActiveContexts  Z
            5    6     3           engineAccess  Lcom/oracle/truffle/api/impl/Accessor$EngineSupport;
    Signature: <T::Lcom/oracle/truffle/api/instrumentation/ContextsListener;>(Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
                       Name  Flags
      binding                
      includeActiveContexts  

  private <T extends com.oracle.truffle.api.instrumentation.ThreadsListener> com.oracle.truffle.api.instrumentation.EventBinding<T> addThreadsBinding(com.oracle.truffle.api.instrumentation.EventBinding<T>, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding binding
        start local 2 // boolean includeStartedThreads
         0: .line 502
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 2
         1: .line 503
            ldc "BEGIN: Adding threads binding %s%n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 506
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadsBindings:Ljava/util/Collection;
            aload 1 /* binding */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         3: .line 507
            iload 2 /* includeStartedThreads */
            ifeq 6
         4: .line 508
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.engineAccess:()Lcom/oracle/truffle/api/impl/Accessor$EngineSupport;
            astore 3 /* engineAccess */
        start local 3 // com.oracle.truffle.api.impl.Accessor$EngineSupport engineAccess
         5: .line 509
            aload 3 /* engineAccess */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.polyglotEngine:Ljava/lang/Object;
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.impl.Accessor$EngineSupport.reportAllContextThreads:(Ljava/lang/Object;Ljava/lang/Object;)V
        end local 3 // com.oracle.truffle.api.impl.Accessor$EngineSupport engineAccess
         6: .line 512
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 8
         7: .line 513
            ldc "END: Added threads binding %s%n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         8: .line 515
      StackMap locals:
      StackMap stack:
            aload 1 /* binding */
            areturn
        end local 2 // boolean includeStartedThreads
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding binding
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    9     0                   this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    9     1                binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
            0    9     2  includeStartedThreads  Z
            5    6     3           engineAccess  Lcom/oracle/truffle/api/impl/Accessor$EngineSupport;
    Signature: <T::Lcom/oracle/truffle/api/instrumentation/ThreadsListener;>(Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
                       Name  Flags
      binding                
      includeStartedThreads  

  private void lazyInitializeSourcesLoadedList();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
         0: .line 523
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;)V
            astore 1 /* visitorBuilder */
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
         1: .line 524
            aload 1 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ALL:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            iconst_1
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addFindSourcesOperation:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;Z)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         2: .line 525
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.loadedRoots:Ljava/util/Collection;
            aload 1 /* visitorBuilder */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.buildVisitor:()Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;
            iconst_0
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.visitRoots:(Ljava/util/Collection;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;Z)V
         3: .line 526
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesLoaded:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.setInitialized:()V
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
         4: .line 527
            goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1 /* t */
        start local 1 // java.lang.Throwable t
         6: .line 528
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesLoaded:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.clearAll:()V
         7: .line 529
            aload 1 /* t */
            athrow
        end local 1 // java.lang.Throwable t
         8: .line 531
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            1    4     1  visitorBuilder  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            6    8     1               t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.Throwable

  private void lazyInitializeSourcesExecutedList();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
         0: .line 538
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;)V
            astore 1 /* visitorBuilder */
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
         1: .line 539
            aload 1 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ALL:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            iconst_1
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addFindSourcesExecutedOperation:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;Z)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         2: .line 540
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executedRoots:Ljava/util/Collection;
            aload 1 /* visitorBuilder */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.buildVisitor:()Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;
            iconst_1
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.visitRoots:(Ljava/util/Collection;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;Z)V
         3: .line 541
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesExecuted:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.setInitialized:()V
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
         4: .line 542
            goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1 /* t */
        start local 1 // java.lang.Throwable t
         6: .line 543
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesExecuted:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.clearAll:()V
         7: .line 544
            aload 1 /* t */
            athrow
        end local 1 // java.lang.Throwable t
         8: .line 546
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            1    4     1  visitorBuilder  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            6    8     1               t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.Throwable

  private static void visitRoots(java.util.Collection<com.oracle.truffle.api.nodes.RootNode>, com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor);
    descriptor: (Ljava/util/Collection;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.util.Collection roots
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor visitor
         0: .line 549
            aload 0 /* roots */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: java.util.Collection com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.nodes.RootNode
            astore 2 /* root */
        start local 2 // com.oracle.truffle.api.nodes.RootNode root
         2: .line 550
            aload 2 /* root */
            aload 2 /* root */
            aload 1 /* visitor */
            iconst_0
            iconst_0
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.visitRoot:(Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;ZZ)V
        end local 2 // com.oracle.truffle.api.nodes.RootNode root
         3: .line 549
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 552
            return
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor visitor
        end local 0 // java.util.Collection roots
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0    roots  Ljava/util/Collection<Lcom/oracle/truffle/api/nodes/RootNode;>;
            0    5     1  visitor  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;
            2    3     2     root  Lcom/oracle/truffle/api/nodes/RootNode;
    Signature: (Ljava/util/Collection<Lcom/oracle/truffle/api/nodes/RootNode;>;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;)V
    MethodParameters:
         Name  Flags
      roots    
      visitor  

  private static void visitRoots(java.util.Collection<com.oracle.truffle.api.nodes.RootNode>, com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor, );
    descriptor: (Ljava/util/Collection;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;Z)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // java.util.Collection roots
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor visitor
        start local 2 // boolean setExecutedRootNodeBit
         0: .line 555
            aload 0 /* roots */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: java.util.Collection com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor int top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.nodes.RootNode
            astore 3 /* root */
        start local 3 // com.oracle.truffle.api.nodes.RootNode root
         2: .line 556
            aload 3 /* root */
            aload 3 /* root */
            aload 1 /* visitor */
            iconst_0
            iconst_0
            iload 2 /* setExecutedRootNodeBit */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.visitRoot:(Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;ZZZ)V
        end local 3 // com.oracle.truffle.api.nodes.RootNode root
         3: .line 555
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 558
            return
        end local 2 // boolean setExecutedRootNodeBit
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor visitor
        end local 0 // java.util.Collection roots
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    5     0                   roots  Ljava/util/Collection<Lcom/oracle/truffle/api/nodes/RootNode;>;
            0    5     1                 visitor  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;
            0    5     2  setExecutedRootNodeBit  Z
            2    3     3                    root  Lcom/oracle/truffle/api/nodes/RootNode;
    Signature: (Ljava/util/Collection<Lcom/oracle/truffle/api/nodes/RootNode;>;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;Z)V
    MethodParameters:
                        Name  Flags
      roots                   
      visitor                 
      setExecutedRootNodeBit  

  void disposeBinding(com.oracle.truffle.api.instrumentation.EventBinding<?>);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding binding
         0: .line 561
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 2
         1: .line 562
            ldc "BEGIN: Dispose binding %s%n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 565
      StackMap locals:
      StackMap stack:
            aload 1 /* binding */
            instanceof com.oracle.truffle.api.instrumentation.EventBinding$Source
            ifeq 20
         3: .line 566
            aload 1 /* binding */
            checkcast com.oracle.truffle.api.instrumentation.EventBinding$Source
            astore 2 /* sourceBinding */
        start local 2 // com.oracle.truffle.api.instrumentation.EventBinding$Source sourceBinding
         4: .line 567
            aload 2 /* sourceBinding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.isExecutionEvent:()Z
            ifeq 10
         5: .line 568
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;)V
            astore 3 /* visitorBuilder */
        start local 3 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
         6: .line 569
            aload 3 /* visitorBuilder */
            aload 2 /* sourceBinding */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addDisposeWrapperOperationForBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
         7: .line 570
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executedRoots:Ljava/util/Collection;
            aload 3 /* visitorBuilder */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.buildVisitor:()Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.visitRoots:(Ljava/util/Collection;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;)V
         8: .line 571
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            aload 2 /* sourceBinding */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.remove:(Ljava/lang/Object;)Z
            pop
        end local 3 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
         9: .line 572
            goto 47
        10: .line 573
      StackMap locals: com.oracle.truffle.api.instrumentation.EventBinding$Source
      StackMap stack:
            aload 2 /* sourceBinding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            astore 3 /* listener */
        start local 3 // java.lang.Object listener
        11: .line 574
            aload 3 /* listener */
            instanceof com.oracle.truffle.api.instrumentation.LoadSourceSectionListener
            ifeq 14
        12: .line 575
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourceSectionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            aload 2 /* sourceBinding */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.remove:(Ljava/lang/Object;)Z
            pop
        13: .line 576
            goto 47
      StackMap locals: java.lang.Object
      StackMap stack:
        14: aload 3 /* listener */
            instanceof com.oracle.truffle.api.instrumentation.LoadSourceListener
            ifeq 17
        15: .line 577
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesLoaded:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            aload 2 /* sourceBinding */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.clearForDisposedBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)V
        16: .line 578
            goto 47
      StackMap locals:
      StackMap stack:
        17: aload 3 /* listener */
            instanceof com.oracle.truffle.api.instrumentation.ExecuteSourceEvent
            ifeq 47
        18: .line 579
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesExecuted:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            aload 2 /* sourceBinding */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.clearForDisposedBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)V
        end local 3 // java.lang.Object listener
        end local 2 // com.oracle.truffle.api.instrumentation.EventBinding$Source sourceBinding
        19: .line 582
            goto 47
      StackMap locals:
      StackMap stack:
        20: aload 1 /* binding */
            instanceof com.oracle.truffle.api.instrumentation.EventBinding$Allocation
            ifeq 29
        21: .line 583
            aload 1 /* binding */
            checkcast com.oracle.truffle.api.instrumentation.EventBinding$Allocation
            astore 2 /* allocationBinding */
        start local 2 // com.oracle.truffle.api.instrumentation.EventBinding$Allocation allocationBinding
        22: .line 584
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.AllocationListener
            astore 3 /* l */
        start local 3 // com.oracle.truffle.api.instrumentation.AllocationListener l
        23: .line 585
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.allocationReporters:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 5
            goto 27
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.instrumentation.EventBinding com.oracle.truffle.api.instrumentation.EventBinding$Allocation com.oracle.truffle.api.instrumentation.AllocationListener top java.util.Iterator
      StackMap stack:
        24: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.AllocationReporter
            astore 4 /* allocationReporter */
        start local 4 // com.oracle.truffle.api.instrumentation.AllocationReporter allocationReporter
        25: .line 586
            aload 2 /* allocationBinding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Allocation.getAllocationFilter:()Lcom/oracle/truffle/api/instrumentation/AllocationEventFilter;
            aload 4 /* allocationReporter */
            getfield com.oracle.truffle.api.instrumentation.AllocationReporter.language:Lcom/oracle/truffle/api/nodes/LanguageInfo;
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationEventFilter.contains:(Lcom/oracle/truffle/api/nodes/LanguageInfo;)Z
            ifeq 27
        26: .line 587
            aload 4 /* allocationReporter */
            aload 3 /* l */
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationReporter.removeListener:(Lcom/oracle/truffle/api/instrumentation/AllocationListener;)V
        end local 4 // com.oracle.truffle.api.instrumentation.AllocationReporter allocationReporter
        27: .line 585
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 24
        end local 3 // com.oracle.truffle.api.instrumentation.AllocationListener l
        end local 2 // com.oracle.truffle.api.instrumentation.EventBinding$Allocation allocationBinding
        28: .line 590
            goto 47
        29: .line 591
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.instrumentation.EventBinding
      StackMap stack:
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            astore 2 /* elm */
        start local 2 // java.lang.Object elm
        30: .line 592
            aload 2 /* elm */
            instanceof java.io.OutputStream
            ifeq 37
        31: .line 593
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.outputErrBindings:Ljava/util/Collection;
            aload 1 /* binding */
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            ifeq 34
        32: .line 594
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.engineAccess:()Lcom/oracle/truffle/api/impl/Accessor$EngineSupport;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.err:Lcom/oracle/truffle/api/impl/DispatchOutputStream;
            aload 2 /* elm */
            checkcast java.io.OutputStream
            invokevirtual com.oracle.truffle.api.impl.Accessor$EngineSupport.detachOutputConsumer:(Lcom/oracle/truffle/api/impl/DispatchOutputStream;Ljava/io/OutputStream;)V
        33: .line 595
            goto 47
      StackMap locals: java.lang.Object
      StackMap stack:
        34: aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.outputStdBindings:Ljava/util/Collection;
            aload 1 /* binding */
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            ifeq 47
        35: .line 596
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.engineAccess:()Lcom/oracle/truffle/api/impl/Accessor$EngineSupport;
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.out:Lcom/oracle/truffle/api/impl/DispatchOutputStream;
            aload 2 /* elm */
            checkcast java.io.OutputStream
            invokevirtual com.oracle.truffle.api.impl.Accessor$EngineSupport.detachOutputConsumer:(Lcom/oracle/truffle/api/impl/DispatchOutputStream;Ljava/io/OutputStream;)V
        36: .line 598
            goto 47
      StackMap locals:
      StackMap stack:
        37: aload 2 /* elm */
            instanceof com.oracle.truffle.api.instrumentation.ContextsListener
            ifne 47
        38: .line 600
            aload 2 /* elm */
            instanceof com.oracle.truffle.api.instrumentation.ThreadsListener
            ifne 47
        39: .line 602
            aload 2 /* elm */
            instanceof com.oracle.truffle.api.instrumentation.ThreadsActivationListener
            ifeq 46
        40: .line 603
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadsActivationBindings:Ljava/util/Collection;
            dup
            astore 3
            monitorenter
        41: .line 604
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.invalidateThreadsActivationListeners:()V
        42: .line 603
            aload 3
            monitorexit
        43: goto 47
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.instrumentation.EventBinding java.lang.Object java.util.Collection
      StackMap stack: java.lang.Throwable
        44: aload 3
            monitorexit
        45: athrow
        46: .line 607
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.$assertionsDisabled:Z
            ifne 47
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected binding "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* binding */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " with element "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* elm */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.lang.Object elm
        47: .line 611
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 49
        48: .line 612
            ldc "END: Disposed binding %s%n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        49: .line 614
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding binding
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   50     0                this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   50     1             binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;
            4   19     2       sourceBinding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;
            6    9     3      visitorBuilder  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
           11   19     3            listener  Ljava/lang/Object;
           22   28     2   allocationBinding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Allocation<*>;
           23   28     3                   l  Lcom/oracle/truffle/api/instrumentation/AllocationListener;
           25   27     4  allocationReporter  Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
           30   47     2                 elm  Ljava/lang/Object;
      Exception table:
        from    to  target  type
          41    43      44  any
          44    45      44  any
    Signature: (Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;)V
    MethodParameters:
         Name  Flags
      binding  

  com.oracle.truffle.api.instrumentation.EventBinding$Source<?>[] getExecutionBindingsSnapshot();
    descriptor: ()[Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
         0: .line 617
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.getArray:()[Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding$Source[]
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
    Signature: ()[Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;

  com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode createBindings(com.oracle.truffle.api.frame.VirtualFrame, com.oracle.truffle.api.instrumentation.ProbeNode, com.oracle.truffle.api.instrumentation.EventBinding$Source<?>[]);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/api/instrumentation/ProbeNode;[Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventChainNode;
    flags: (0x0000) 
    Code:
      stack=7, locals=19, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // com.oracle.truffle.api.instrumentation.ProbeNode probeNodeImpl
        start local 3 // com.oracle.truffle.api.instrumentation.EventBinding$Source[] executionBindingsSnapshot
         0: .line 621
            aload 2 /* probeNodeImpl */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode.getContext:()Lcom/oracle/truffle/api/instrumentation/EventContext;
            astore 4 /* context */
        start local 4 // com.oracle.truffle.api.instrumentation.EventContext context
         1: .line 622
            aload 4 /* context */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            astore 5 /* sourceSection */
        start local 5 // com.oracle.truffle.api.source.SourceSection sourceSection
         2: .line 623
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 4
         3: .line 624
            ldc "BEGIN: Lazy update for %s%n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* sourceSection */
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 629
      StackMap locals: com.oracle.truffle.api.instrumentation.EventContext com.oracle.truffle.api.source.SourceSection
      StackMap stack:
            aconst_null
            astore 7 /* parentInstrumentable */
        start local 7 // com.oracle.truffle.api.nodes.Node parentInstrumentable
         5: .line 630
            aconst_null
            astore 8 /* parentInstrumentableSourceSection */
        start local 8 // com.oracle.truffle.api.source.SourceSection parentInstrumentableSourceSection
         6: .line 631
            aload 2 /* probeNodeImpl */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 9 /* parentNode */
        start local 9 // com.oracle.truffle.api.nodes.Node parentNode
         7: .line 632
            goto 14
         8: .line 633
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.frame.VirtualFrame com.oracle.truffle.api.instrumentation.ProbeNode com.oracle.truffle.api.instrumentation.EventBinding$Source[] com.oracle.truffle.api.instrumentation.EventContext com.oracle.truffle.api.source.SourceSection top com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.nodes.Node
      StackMap stack:
            aload 7 /* parentInstrumentable */
            ifnonnull 13
         9: .line 634
            aload 9 /* parentNode */
            invokevirtual com.oracle.truffle.api.nodes.Node.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            astore 10 /* parentSourceSection */
        start local 10 // com.oracle.truffle.api.source.SourceSection parentSourceSection
        10: .line 635
            aload 9 /* parentNode */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.isInstrumentableNode:(Lcom/oracle/truffle/api/nodes/Node;)Z
            ifeq 13
        11: .line 636
            aload 9 /* parentNode */
            astore 7 /* parentInstrumentable */
        12: .line 637
            aload 10 /* parentSourceSection */
            astore 8 /* parentInstrumentableSourceSection */
        end local 10 // com.oracle.truffle.api.source.SourceSection parentSourceSection
        13: .line 640
      StackMap locals:
      StackMap stack:
            aload 9 /* parentNode */
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 9 /* parentNode */
        14: .line 632
      StackMap locals:
      StackMap stack:
            aload 9 /* parentNode */
            ifnull 15
            aload 9 /* parentNode */
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            ifnonnull 8
        15: .line 642
      StackMap locals:
      StackMap stack:
            aload 9 /* parentNode */
            instanceof com.oracle.truffle.api.nodes.RootNode
            ifeq 18
        16: .line 643
            aload 9 /* parentNode */
            checkcast com.oracle.truffle.api.nodes.RootNode
            astore 6 /* rootNode */
        start local 6 // com.oracle.truffle.api.nodes.RootNode rootNode
        17: .line 644
            goto 19
        end local 6 // com.oracle.truffle.api.nodes.RootNode rootNode
        18: .line 645
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        start local 6 // com.oracle.truffle.api.nodes.RootNode rootNode
        19: .line 648
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.frame.VirtualFrame com.oracle.truffle.api.instrumentation.ProbeNode com.oracle.truffle.api.instrumentation.EventBinding$Source[] com.oracle.truffle.api.instrumentation.EventContext com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.nodes.RootNode com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.nodes.Node
      StackMap stack:
            aload 2 /* probeNodeImpl */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode.getContext:()Lcom/oracle/truffle/api/instrumentation/EventContext;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedNode:()Lcom/oracle/truffle/api/nodes/Node;
            astore 10 /* instrumentedNode */
        start local 10 // com.oracle.truffle.api.nodes.Node instrumentedNode
        20: .line 649
            aload 0 /* this */
            aload 6 /* rootNode */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.getProvidedTags:(Lcom/oracle/truffle/api/nodes/Node;)Ljava/util/Set;
            astore 11 /* providedTags */
        start local 11 // java.util.Set providedTags
        21: .line 650
            aconst_null
            astore 12 /* root */
        start local 12 // com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode root
        22: .line 651
            aconst_null
            astore 13 /* parent */
        start local 13 // com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode parent
        23: .line 652
            aload 3 /* executionBindingsSnapshot */
            dup
            astore 17
            arraylength
            istore 16
            iconst_0
            istore 15
            goto 52
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.frame.VirtualFrame com.oracle.truffle.api.instrumentation.ProbeNode com.oracle.truffle.api.instrumentation.EventBinding$Source[] com.oracle.truffle.api.instrumentation.EventContext com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.nodes.RootNode com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.nodes.Node java.util.Set com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode top int int com.oracle.truffle.api.instrumentation.EventBinding$Source[]
      StackMap stack:
        24: aload 17
            iload 15
            aaload
            astore 14 /* binding */
        start local 14 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        25: .line 653
            aload 14 /* binding */
            getfield com.oracle.truffle.api.instrumentation.EventBinding$Source.disposing:Z
            ifeq 27
        26: .line 654
            goto 51
        27: .line 656
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.frame.VirtualFrame com.oracle.truffle.api.instrumentation.ProbeNode com.oracle.truffle.api.instrumentation.EventBinding$Source[] com.oracle.truffle.api.instrumentation.EventContext com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.nodes.RootNode com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.nodes.Node java.util.Set com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode com.oracle.truffle.api.instrumentation.EventBinding$Source int int com.oracle.truffle.api.instrumentation.EventBinding$Source[]
      StackMap stack:
            aload 14 /* binding */
            aload 11 /* providedTags */
            aload 6 /* rootNode */
            aload 7 /* parentInstrumentable */
            aload 8 /* parentInstrumentableSourceSection */
            aload 10 /* instrumentedNode */
            aload 5 /* sourceSection */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.isChildInstrumentedFull:(Ljava/util/Set;Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)Z
            ifeq 39
        28: .line 657
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 30
        29: .line 658
            ldc "  Found input value binding %s, %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 14 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getInputFilter:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            aastore
            dup
            iconst_1
            aload 14 /* binding */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        30: .line 661
      StackMap locals:
      StackMap stack:
            aload 2 /* probeNodeImpl */
            aload 1 /* frame */
            aload 14 /* binding */
            aload 6 /* rootNode */
            aload 11 /* providedTags */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode.createParentEventChainCallback:(Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Lcom/oracle/truffle/api/nodes/RootNode;Ljava/util/Set;)Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventChainNode;
            astore 18 /* next */
        start local 18 // com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode next
        31: .line 662
            aload 18 /* next */
            ifnonnull 33
        32: .line 664
            goto 51
        33: .line 667
      StackMap locals: com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode
      StackMap stack:
            aload 12 /* root */
            ifnonnull 36
        34: .line 668
            aload 18 /* next */
            astore 12 /* root */
        35: .line 669
            goto 38
        36: .line 670
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.$assertionsDisabled:Z
            ifne 37
            aload 13 /* parent */
            ifnonnull 37
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        37: .line 671
      StackMap locals:
      StackMap stack:
            aload 13 /* parent */
            aload 18 /* next */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode.setNext:(Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventChainNode;)V
        38: .line 673
      StackMap locals:
      StackMap stack:
            aload 18 /* next */
            astore 13 /* parent */
        end local 18 // com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode next
        39: .line 676
      StackMap locals:
      StackMap stack:
            aload 14 /* binding */
            aload 11 /* providedTags */
            aload 6 /* rootNode */
            aload 10 /* instrumentedNode */
            aload 5 /* sourceSection */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.isInstrumentedFull:(Ljava/util/Set;Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)Z
            ifeq 51
        40: .line 677
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 42
        41: .line 678
            ldc "  Found binding %s, %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 14 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getFilter:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            aastore
            dup
            iconst_1
            aload 14 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        42: .line 680
      StackMap locals:
      StackMap stack:
            aload 2 /* probeNodeImpl */
            aload 1 /* frame */
            aload 14 /* binding */
            aload 6 /* rootNode */
            aload 11 /* providedTags */
            aload 10 /* instrumentedNode */
            aload 5 /* sourceSection */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode.createEventChainCallback:(Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Lcom/oracle/truffle/api/nodes/RootNode;Ljava/util/Set;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventChainNode;
            astore 18 /* next */
        start local 18 // com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode next
        43: .line 681
            aload 18 /* next */
            ifnonnull 45
        44: .line 682
            goto 51
        45: .line 684
      StackMap locals: com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode
      StackMap stack:
            aload 12 /* root */
            ifnonnull 48
        46: .line 685
            aload 18 /* next */
            astore 12 /* root */
        47: .line 686
            goto 50
        48: .line 687
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.$assertionsDisabled:Z
            ifne 49
            aload 13 /* parent */
            ifnonnull 49
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        49: .line 688
      StackMap locals:
      StackMap stack:
            aload 13 /* parent */
            aload 18 /* next */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode.setNext:(Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventChainNode;)V
        50: .line 690
      StackMap locals:
      StackMap stack:
            aload 18 /* next */
            astore 13 /* parent */
        end local 18 // com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode next
        end local 14 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        51: .line 652
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.frame.VirtualFrame com.oracle.truffle.api.instrumentation.ProbeNode com.oracle.truffle.api.instrumentation.EventBinding$Source[] com.oracle.truffle.api.instrumentation.EventContext com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.nodes.RootNode com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.nodes.Node java.util.Set com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode top int int com.oracle.truffle.api.instrumentation.EventBinding$Source[]
      StackMap stack:
            iinc 15 1
      StackMap locals:
      StackMap stack:
        52: iload 15
            iload 16
            if_icmplt 24
        53: .line 694
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 55
        54: .line 695
            ldc "END: Lazy updated for %s%n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* sourceSection */
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        55: .line 697
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.frame.VirtualFrame com.oracle.truffle.api.instrumentation.ProbeNode com.oracle.truffle.api.instrumentation.EventBinding$Source[] com.oracle.truffle.api.instrumentation.EventContext com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.nodes.RootNode com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.nodes.Node java.util.Set com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode
      StackMap stack:
            aload 12 /* root */
            areturn
        end local 13 // com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode parent
        end local 12 // com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode root
        end local 11 // java.util.Set providedTags
        end local 10 // com.oracle.truffle.api.nodes.Node instrumentedNode
        end local 9 // com.oracle.truffle.api.nodes.Node parentNode
        end local 8 // com.oracle.truffle.api.source.SourceSection parentInstrumentableSourceSection
        end local 7 // com.oracle.truffle.api.nodes.Node parentInstrumentable
        end local 6 // com.oracle.truffle.api.nodes.RootNode rootNode
        end local 5 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 4 // com.oracle.truffle.api.instrumentation.EventContext context
        end local 3 // com.oracle.truffle.api.instrumentation.EventBinding$Source[] executionBindingsSnapshot
        end local 2 // com.oracle.truffle.api.instrumentation.ProbeNode probeNodeImpl
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                               Name  Signature
            0   56     0                               this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   56     1                              frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0   56     2                      probeNodeImpl  Lcom/oracle/truffle/api/instrumentation/ProbeNode;
            0   56     3          executionBindingsSnapshot  [Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;
            1   56     4                            context  Lcom/oracle/truffle/api/instrumentation/EventContext;
            2   56     5                      sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
           17   18     6                           rootNode  Lcom/oracle/truffle/api/nodes/RootNode;
           19   56     6                           rootNode  Lcom/oracle/truffle/api/nodes/RootNode;
            5   56     7               parentInstrumentable  Lcom/oracle/truffle/api/nodes/Node;
            6   56     8  parentInstrumentableSourceSection  Lcom/oracle/truffle/api/source/SourceSection;
            7   56     9                         parentNode  Lcom/oracle/truffle/api/nodes/Node;
           10   13    10                parentSourceSection  Lcom/oracle/truffle/api/source/SourceSection;
           20   56    10                   instrumentedNode  Lcom/oracle/truffle/api/nodes/Node;
           21   56    11                       providedTags  Ljava/util/Set<Ljava/lang/Class<*>;>;
           22   56    12                               root  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventChainNode;
           23   56    13                             parent  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventChainNode;
           25   51    14                            binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;
           31   39    18                               next  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventChainNode;
           43   51    18                               next  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventChainNode;
    Signature: (Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/api/instrumentation/ProbeNode;[Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;)Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventChainNode;
    MethodParameters:
                           Name  Flags
      frame                      
      probeNodeImpl              
      executionBindingsSnapshot  

  public void onNodeInserted(com.oracle.truffle.api.nodes.RootNode, com.oracle.truffle.api.nodes.Node);
    descriptor: (Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/Node;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.nodes.RootNode rootNode
        start local 2 // com.oracle.truffle.api.nodes.Node tree
         0: .line 703
            aload 2 /* tree */
            astore 3 /* parentInstrumentable */
        start local 3 // com.oracle.truffle.api.nodes.Node parentInstrumentable
         1: .line 704
            goto 5
         2: .line 705
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
            aload 3 /* parentInstrumentable */
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 3 /* parentInstrumentable */
         3: .line 706
            aload 3 /* parentInstrumentable */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.isInstrumentableNode:(Lcom/oracle/truffle/api/nodes/Node;)Z
            ifeq 5
         4: .line 707
            goto 6
         5: .line 704
      StackMap locals:
      StackMap stack:
            aload 3 /* parentInstrumentable */
            ifnull 6
            aload 3 /* parentInstrumentable */
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            ifnonnull 2
         6: .line 710
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.$assertionsDisabled:Z
            ifne 7
            aload 3 /* parentInstrumentable */
            ifnonnull 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 713
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.hasLoadOrExecutionBinding:Z
            ifeq 15
         8: .line 714
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourceSectionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.isEmpty:()Z
            ifeq 9
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.executionBindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.isEmpty:()Z
            ifeq 9
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesLoaded:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.hasBindings:()Z
            ifne 9
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.sourcesExecuted:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.hasBindings:()Z
            ifeq 15
         9: .line 715
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;)V
            astore 4 /* visitorBuilder */
        start local 4 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
        10: .line 716
            aload 4 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ALL:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addNotifyLoadedOperationForAllBindings:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
        11: .line 717
            aload 4 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ALL:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addInsertWrapperOperationForAllBindings:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
        12: .line 718
            aload 4 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ALL:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addFindSourcesOperation:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
        13: .line 719
            aload 4 /* visitorBuilder */
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope.ALL:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.addFindSourcesExecutedOperation:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitOperation$Scope;)Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
            pop
        14: .line 720
            aload 1 /* rootNode */
            aload 3 /* parentInstrumentable */
            aload 4 /* visitorBuilder */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder.buildVisitor:()Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;
            iconst_1
            iconst_0
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.visitRoot:(Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;ZZ)V
        end local 4 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder visitorBuilder
        15: .line 723
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.oracle.truffle.api.nodes.Node parentInstrumentable
        end local 2 // com.oracle.truffle.api.nodes.Node tree
        end local 1 // com.oracle.truffle.api.nodes.RootNode rootNode
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   16     0                  this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   16     1              rootNode  Lcom/oracle/truffle/api/nodes/RootNode;
            0   16     2                  tree  Lcom/oracle/truffle/api/nodes/Node;
            1   16     3  parentInstrumentable  Lcom/oracle/truffle/api/nodes/Node;
           10   15     4        visitorBuilder  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$VisitorBuilder;
    MethodParameters:
          Name  Flags
      rootNode  
      tree      

  private static void notifySourceLoadedBindings(com.oracle.truffle.api.instrumentation.EventBinding$Source<?>[], com.oracle.truffle.api.source.Source);
    descriptor: ([Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Lcom/oracle/truffle/api/source/Source;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.EventBinding$Source[] bindings
        start local 1 // com.oracle.truffle.api.source.Source source
         0: .line 726
            aload 0 /* bindings */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: com.oracle.truffle.api.instrumentation.EventBinding$Source[] com.oracle.truffle.api.source.Source top int int com.oracle.truffle.api.instrumentation.EventBinding$Source[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* binding */
        start local 2 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
         2: .line 727
            aload 2 /* binding */
            aload 1 /* source */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.notifySourceLoadedBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Lcom/oracle/truffle/api/source/Source;)V
        end local 2 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
         3: .line 726
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 729
            return
        end local 1 // com.oracle.truffle.api.source.Source source
        end local 0 // com.oracle.truffle.api.instrumentation.EventBinding$Source[] bindings
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0  bindings  [Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;
            0    6     1    source  Lcom/oracle/truffle/api/source/Source;
            2    3     2   binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;
    Signature: ([Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;Lcom/oracle/truffle/api/source/Source;)V
    MethodParameters:
          Name  Flags
      bindings  
      source    

  private static void notifySourceLoadedBinding(com.oracle.truffle.api.instrumentation.EventBinding$Source<?>, com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Lcom/oracle/truffle/api/source/Source;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        start local 1 // com.oracle.truffle.api.source.Source source
         0: .line 732
            aload 0 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.isDisposed:()Z
            ifne 7
            aload 0 /* binding */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.isInstrumentedSource:(Lcom/oracle/truffle/api/source/Source;)Z
            ifeq 7
         1: .line 734
            aload 0 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.LoadSourceListener
            new com.oracle.truffle.api.instrumentation.LoadSourceEvent
            dup
            aload 1 /* source */
            invokespecial com.oracle.truffle.api.instrumentation.LoadSourceEvent.<init>:(Lcom/oracle/truffle/api/source/Source;)V
            invokeinterface com.oracle.truffle.api.instrumentation.LoadSourceListener.onLoad:(Lcom/oracle/truffle/api/instrumentation/LoadSourceEvent;)V
         2: .line 735
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2 /* t */
        start local 2 // java.lang.Throwable t
         4: .line 736
            aload 0 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.isLanguageBinding:()Z
            ifeq 6
         5: .line 737
            aload 2 /* t */
            athrow
         6: .line 739
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* binding */
            ldc "onLoad"
            aload 2 /* t */
            invokestatic com.oracle.truffle.api.instrumentation.ProbeNode.exceptionEventForClientInstrument:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable t
         7: .line 743
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.source.Source source
        end local 0 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0  binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;
            0    8     1   source  Lcom/oracle/truffle/api/source/Source;
            4    7     2        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    Signature: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;Lcom/oracle/truffle/api/source/Source;)V
    MethodParameters:
         Name  Flags
      binding  
      source   

  private static void notifySourceExecutedBindings(com.oracle.truffle.api.instrumentation.EventBinding$Source<?>[], com.oracle.truffle.api.source.Source);
    descriptor: ([Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Lcom/oracle/truffle/api/source/Source;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.EventBinding$Source[] bindings
        start local 1 // com.oracle.truffle.api.source.Source source
         0: .line 746
            aload 0 /* bindings */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: com.oracle.truffle.api.instrumentation.EventBinding$Source[] com.oracle.truffle.api.source.Source top int int com.oracle.truffle.api.instrumentation.EventBinding$Source[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* binding */
        start local 2 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
         2: .line 747
            aload 2 /* binding */
            aload 1 /* source */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.notifySourceExecutedBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Lcom/oracle/truffle/api/source/Source;)V
        end local 2 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
         3: .line 746
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 749
            return
        end local 1 // com.oracle.truffle.api.source.Source source
        end local 0 // com.oracle.truffle.api.instrumentation.EventBinding$Source[] bindings
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0  bindings  [Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;
            0    6     1    source  Lcom/oracle/truffle/api/source/Source;
            2    3     2   binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;
    Signature: ([Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;Lcom/oracle/truffle/api/source/Source;)V
    MethodParameters:
          Name  Flags
      bindings  
      source    

  private static void notifySourceExecutedBinding(com.oracle.truffle.api.instrumentation.EventBinding$Source<?>, com.oracle.truffle.api.source.Source);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Lcom/oracle/truffle/api/source/Source;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        start local 1 // com.oracle.truffle.api.source.Source source
         0: .line 752
            aload 0 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.isDisposed:()Z
            ifne 7
            aload 0 /* binding */
            aload 1 /* source */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.isInstrumentedSource:(Lcom/oracle/truffle/api/source/Source;)Z
            ifeq 7
         1: .line 754
            aload 0 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.ExecuteSourceListener
            new com.oracle.truffle.api.instrumentation.ExecuteSourceEvent
            dup
            aload 1 /* source */
            invokespecial com.oracle.truffle.api.instrumentation.ExecuteSourceEvent.<init>:(Lcom/oracle/truffle/api/source/Source;)V
            invokeinterface com.oracle.truffle.api.instrumentation.ExecuteSourceListener.onExecute:(Lcom/oracle/truffle/api/instrumentation/ExecuteSourceEvent;)V
         2: .line 755
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2 /* t */
        start local 2 // java.lang.Throwable t
         4: .line 756
            aload 0 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.isLanguageBinding:()Z
            ifeq 6
         5: .line 757
            aload 2 /* t */
            athrow
         6: .line 759
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* binding */
            ldc "onExecute"
            aload 2 /* t */
            invokestatic com.oracle.truffle.api.instrumentation.ProbeNode.exceptionEventForClientInstrument:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable t
         7: .line 763
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.source.Source source
        end local 0 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0  binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;
            0    8     1   source  Lcom/oracle/truffle/api/source/Source;
            4    7     2        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    Signature: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;Lcom/oracle/truffle/api/source/Source;)V
    MethodParameters:
         Name  Flags
      binding  
      source   

  static void notifySourceSectionLoaded(com.oracle.truffle.api.instrumentation.EventBinding$Source<?>, com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.source.SourceSection);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        start local 1 // com.oracle.truffle.api.nodes.Node node
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         0: .line 766
            aload 2 /* section */
            ifnull 1
            aload 0 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.isDisposed:()Z
            ifeq 2
         1: .line 768
      StackMap locals:
      StackMap stack:
            return
         2: .line 770
      StackMap locals:
      StackMap stack:
            aload 0 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.LoadSourceSectionListener
            astore 3 /* listener */
        start local 3 // com.oracle.truffle.api.instrumentation.LoadSourceSectionListener listener
         3: .line 772
            aload 3 /* listener */
            new com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent
            dup
            aload 2 /* section */
            aload 1 /* node */
            invokespecial com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent.<init>:(Lcom/oracle/truffle/api/source/SourceSection;Lcom/oracle/truffle/api/nodes/Node;)V
            invokeinterface com.oracle.truffle.api.instrumentation.LoadSourceSectionListener.onLoad:(Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionEvent;)V
         4: .line 773
            goto 9
      StackMap locals: com.oracle.truffle.api.instrumentation.EventBinding$Source com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.instrumentation.LoadSourceSectionListener
      StackMap stack: java.lang.Throwable
         5: astore 4 /* t */
        start local 4 // java.lang.Throwable t
         6: .line 774
            aload 0 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Source.isLanguageBinding:()Z
            ifeq 8
         7: .line 775
            aload 4 /* t */
            athrow
         8: .line 777
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* binding */
            ldc "onLoad"
            aload 4 /* t */
            invokestatic com.oracle.truffle.api.instrumentation.ProbeNode.exceptionEventForClientInstrument:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 4 // java.lang.Throwable t
         9: .line 780
      StackMap locals:
      StackMap stack:
            return
        end local 3 // com.oracle.truffle.api.instrumentation.LoadSourceSectionListener listener
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0   binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;
            0   10     1      node  Lcom/oracle/truffle/api/nodes/Node;
            0   10     2   section  Lcom/oracle/truffle/api/source/SourceSection;
            3   10     3  listener  Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionListener;
            6    9     4         t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Throwable
    Signature: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)V
    MethodParameters:
         Name  Flags
      binding  
      node     
      section  

  private void addInstrumenter(java.lang.Object, com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // java.lang.Object key
        start local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
         0: .line 783
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.instrumenterMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 1 /* key */
            aload 2 /* instrumenter */
            invokevirtual java.util.concurrent.ConcurrentHashMap.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* previousKey */
        start local 3 // java.lang.Object previousKey
         1: .line 784
            aload 3 /* previousKey */
            ifnull 3
         2: .line 785
            new java.lang.AssertionError
            dup
            ldc "Instrumenter already present."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 787
      StackMap locals: java.lang.Object
      StackMap stack:
            return
        end local 3 // java.lang.Object previousKey
        end local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        end local 1 // java.lang.Object key
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    4     1           key  Ljava/lang/Object;
            0    4     2  instrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            1    4     3   previousKey  Ljava/lang/Object;
    Exceptions:
      throws java.lang.AssertionError
    MethodParameters:
              Name  Flags
      key           
      instrumenter  

  static java.util.Collection<com.oracle.truffle.api.instrumentation.EventBinding<?>> filterBindingsForInstrumenter(java.util.Collection<? extends com.oracle.truffle.api.instrumentation.EventBinding<?>>, com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter);
    descriptor: (Ljava/util/Collection;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;)Ljava/util/Collection;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // java.util.Collection bindings
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
         0: .line 790
            aload 0 /* bindings */
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 2
         1: .line 791
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         2: .line 793
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* newBindings */
        start local 2 // java.util.Collection newBindings
         3: .line 794
            aload 0 /* bindings */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: java.util.Collection com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter java.util.Collection top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding
            astore 3 /* binding */
        start local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         5: .line 795
            aload 3 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            aload 1 /* instrumenter */
            if_acmpne 7
         6: .line 796
            aload 2 /* newBindings */
            aload 3 /* binding */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         7: .line 794
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 799
            aload 2 /* newBindings */
            areturn
        end local 2 // java.util.Collection newBindings
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        end local 0 // java.util.Collection bindings
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0      bindings  Ljava/util/Collection<+Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;>;
            0    9     1  instrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            3    9     2   newBindings  Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;>;
            5    7     3       binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;
    Signature: (Ljava/util/Collection<+Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;>;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;)Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;>;
    MethodParameters:
              Name  Flags
      bindings      
      instrumenter  

  private void insertWrapper(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.source.SourceSection);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.nodes.Node instrumentableNode
        start local 2 // com.oracle.truffle.api.source.SourceSection sourceSection
         0: .line 803
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.nodesAccess:()Lcom/oracle/truffle/api/impl/Accessor$NodeSupport;
            aload 1 /* instrumentableNode */
            invokevirtual com.oracle.truffle.api.impl.Accessor$NodeSupport.getLock:(Lcom/oracle/truffle/api/nodes/Node;)Ljava/util/concurrent/locks/Lock;
            astore 3 /* lock */
        start local 3 // java.util.concurrent.locks.Lock lock
         1: .line 805
            aload 3 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         2: .line 806
            aload 0 /* this */
            aload 1 /* instrumentableNode */
            aload 2 /* sourceSection */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.insertWrapperImpl:(Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)V
         3: .line 807
            goto 7
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.source.SourceSection java.util.concurrent.locks.Lock
      StackMap stack: java.lang.Throwable
         4: astore 4
         5: .line 808
            aload 3 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         6: .line 809
            aload 4
            athrow
         7: .line 808
      StackMap locals:
      StackMap stack:
            aload 3 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         8: .line 810
            return
        end local 3 // java.util.concurrent.locks.Lock lock
        end local 2 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 1 // com.oracle.truffle.api.nodes.Node instrumentableNode
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    9     1  instrumentableNode  Lcom/oracle/truffle/api/nodes/Node;
            0    9     2       sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
            1    9     3                lock  Ljava/util/concurrent/locks/Lock;
      Exception table:
        from    to  target  type
           1     4       4  any
    MethodParameters:
                    Name  Flags
      instrumentableNode  
      sourceSection       

  private void insertWrapperImpl(com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.source.SourceSection);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.nodes.Node node
        start local 2 // com.oracle.truffle.api.source.SourceSection sourceSection
         0: .line 814
            aload 1 /* node */
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 3 /* parent */
        start local 3 // com.oracle.truffle.api.nodes.Node parent
         1: .line 815
            aload 3 /* parent */
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            ifeq 4
         2: .line 817
            aload 3 /* parent */
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            aload 1 /* node */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.invalidateWrapperImpl:(Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;Lcom/oracle/truffle/api/nodes/Node;)V
         3: .line 818
            return
         4: .line 820
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
            new com.oracle.truffle.api.instrumentation.ProbeNode
            dup
            aload 0 /* this */
            aload 2 /* sourceSection */
            invokespecial com.oracle.truffle.api.instrumentation.ProbeNode.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;Lcom/oracle/truffle/api/source/SourceSection;)V
            astore 4 /* probe */
        start local 4 // com.oracle.truffle.api.instrumentation.ProbeNode probe
         5: .line 822
            aload 1 /* node */
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode
            ifeq 10
         6: .line 824
            aload 1 /* node */
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode
            aload 4 /* probe */
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode.createWrapper:(Lcom/oracle/truffle/api/instrumentation/ProbeNode;)Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
            astore 5 /* wrapper */
        start local 5 // com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode wrapper
         7: .line 825
            goto 11
        end local 5 // com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode wrapper
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.source.SourceSection com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.instrumentation.ProbeNode
      StackMap stack: java.lang.Exception
         8: astore 6 /* e */
        start local 6 // java.lang.Exception e
         9: .line 826
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Failed to create wrapper of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* node */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 6 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.lang.Exception e
        10: .line 829
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        start local 5 // com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode wrapper
        11: .line 832
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
      StackMap stack:
            aload 5 /* wrapper */
            aload 1 /* node */
            aload 3 /* parent */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.getWrapperNodeChecked:(Ljava/lang/Object;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
            astore 6 /* wrapperNode */
        start local 6 // com.oracle.truffle.api.nodes.Node wrapperNode
        12: .line 834
            aload 1 /* node */
            aload 6 /* wrapperNode */
            ldc "Insert instrumentation wrapper node."
            invokevirtual com.oracle.truffle.api.nodes.Node.replace:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/CharSequence;)Lcom/oracle/truffle/api/nodes/Node;
            pop
        13: .line 836
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.$assertionsDisabled:Z
            ifne 14
            aload 4 /* probe */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode.getContext:()Lcom/oracle/truffle/api/instrumentation/EventContext;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.validEventContextOnWrapperInsert:()Z
            ifne 14
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        14: .line 837
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
            return
        end local 6 // com.oracle.truffle.api.nodes.Node wrapperNode
        end local 5 // com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode wrapper
        end local 4 // com.oracle.truffle.api.instrumentation.ProbeNode probe
        end local 3 // com.oracle.truffle.api.nodes.Node parent
        end local 2 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   15     0           this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   15     1           node  Lcom/oracle/truffle/api/nodes/Node;
            0   15     2  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
            1   15     3         parent  Lcom/oracle/truffle/api/nodes/Node;
            5   15     4          probe  Lcom/oracle/truffle/api/instrumentation/ProbeNode;
            7    8     5        wrapper  Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
           11   15     5        wrapper  Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
            9   10     6              e  Ljava/lang/Exception;
           12   15     6    wrapperNode  Lcom/oracle/truffle/api/nodes/Node;
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.Exception
    MethodParameters:
               Name  Flags
      node           
      sourceSection  

  private static com.oracle.truffle.api.nodes.Node getWrapperNodeChecked(java.lang.Object, com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.nodes.Node);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // java.lang.Object wrapper
        start local 1 // com.oracle.truffle.api.nodes.Node node
        start local 2 // com.oracle.truffle.api.nodes.Node parent
         0: .line 840
            aload 0 /* wrapper */
            ifnonnull 2
         1: .line 841
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "No wrapper returned for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* node */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " of class "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* node */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 843
      StackMap locals:
      StackMap stack:
            aload 0 /* wrapper */
            instanceof com.oracle.truffle.api.nodes.Node
            ifne 6
         3: .line 844
            new java.lang.IllegalStateException
            dup
            ldc "Implementation of %s must be a subclass of %s."
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         4: .line 845
            aload 0 /* wrapper */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
         5: .line 844
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 848
      StackMap locals:
      StackMap stack:
            aload 0 /* wrapper */
            checkcast com.oracle.truffle.api.nodes.Node
            astore 3 /* wrapperNode */
        start local 3 // com.oracle.truffle.api.nodes.Node wrapperNode
         7: .line 849
            aload 3 /* wrapperNode */
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            ifnull 11
         8: .line 850
            new java.lang.IllegalStateException
            dup
            ldc "Instance of provided wrapper %s is already adopted by another parent: %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         9: .line 851
            aload 0 /* wrapper */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 3 /* wrapperNode */
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
        10: .line 850
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 853
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
            aload 2 /* parent */
            ifnonnull 13
        12: .line 854
            new java.lang.IllegalStateException
            dup
            ldc "Instance of instrumentable node %s is not adopted by a parent."
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* node */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 857
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            aload 1 /* node */
            aload 3 /* wrapperNode */
            invokestatic com.oracle.truffle.api.nodes.NodeUtil.isReplacementSafe:(Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/nodes/Node;)Z
            ifne 17
        14: .line 858
            new java.lang.IllegalStateException
            dup
        15: .line 859
            ldc "WrapperNode implementation %s cannot be safely replaced in parent node class %s."
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* wrapperNode */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* parent */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        16: .line 858
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 861
      StackMap locals:
      StackMap stack:
            aload 3 /* wrapperNode */
            areturn
        end local 3 // com.oracle.truffle.api.nodes.Node wrapperNode
        end local 2 // com.oracle.truffle.api.nodes.Node parent
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // java.lang.Object wrapper
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0      wrapper  Ljava/lang/Object;
            0   18     1         node  Lcom/oracle/truffle/api/nodes/Node;
            0   18     2       parent  Lcom/oracle/truffle/api/nodes/Node;
            7   18     3  wrapperNode  Lcom/oracle/truffle/api/nodes/Node;
    MethodParameters:
         Name  Flags
      wrapper  
      node     
      parent   

  private <T extends com.oracle.truffle.api.instrumentation.ExecutionEventNodeFactory> com.oracle.truffle.api.instrumentation.EventBinding<T> attachFactory(com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter, com.oracle.truffle.api.instrumentation.SourceSectionFilter, com.oracle.truffle.api.instrumentation.SourceSectionFilter, T);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventNodeFactory;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        start local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        start local 3 // com.oracle.truffle.api.instrumentation.SourceSectionFilter inputFilter
        start local 4 // com.oracle.truffle.api.instrumentation.ExecutionEventNodeFactory factory
         0: .line 865
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.EventBinding$Source
            dup
            aload 1 /* instrumenter */
            aload 2 /* filter */
            aload 3 /* inputFilter */
            aload 4 /* factory */
            iconst_1
            invokespecial com.oracle.truffle.api.instrumentation.EventBinding$Source.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Ljava/lang/Object;Z)V
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.addExecutionBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            areturn
        end local 4 // com.oracle.truffle.api.instrumentation.ExecutionEventNodeFactory factory
        end local 3 // com.oracle.truffle.api.instrumentation.SourceSectionFilter inputFilter
        end local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    1     1  instrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            0    1     2        filter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            0    1     3   inputFilter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            0    1     4       factory  TT;
    Signature: <T::Lcom/oracle/truffle/api/instrumentation/ExecutionEventNodeFactory;>(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;TT;)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
              Name  Flags
      instrumenter  
      filter        
      inputFilter   
      factory       

  private <T extends com.oracle.truffle.api.instrumentation.ExecutionEventListener> com.oracle.truffle.api.instrumentation.EventBinding<T> attachListener(com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter, com.oracle.truffle.api.instrumentation.SourceSectionFilter, com.oracle.truffle.api.instrumentation.SourceSectionFilter, T);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        start local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        start local 3 // com.oracle.truffle.api.instrumentation.SourceSectionFilter inputFilter
        start local 4 // com.oracle.truffle.api.instrumentation.ExecutionEventListener listener
         0: .line 869
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.EventBinding$Source
            dup
            aload 1 /* instrumenter */
            aload 2 /* filter */
            aload 3 /* inputFilter */
            aload 4 /* listener */
            iconst_1
            invokespecial com.oracle.truffle.api.instrumentation.EventBinding$Source.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Ljava/lang/Object;Z)V
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.addExecutionBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            areturn
        end local 4 // com.oracle.truffle.api.instrumentation.ExecutionEventListener listener
        end local 3 // com.oracle.truffle.api.instrumentation.SourceSectionFilter inputFilter
        end local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    1     1  instrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            0    1     2        filter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            0    1     3   inputFilter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            0    1     4      listener  TT;
    Signature: <T::Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;>(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;TT;)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
              Name  Flags
      instrumenter  
      filter        
      inputFilter   
      listener      

  private <T extends com.oracle.truffle.api.instrumentation.LoadSourceListener> com.oracle.truffle.api.instrumentation.EventBinding<T> attachSourceListener(com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter, com.oracle.truffle.api.instrumentation.SourceSectionFilter, T, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/LoadSourceListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter abstractInstrumenter
        start local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        start local 3 // com.oracle.truffle.api.instrumentation.LoadSourceListener listener
        start local 4 // boolean notifyLoaded
         0: .line 873
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.EventBinding$Source
            dup
            aload 1 /* abstractInstrumenter */
            aload 2 /* filter */
            aconst_null
            aload 3 /* listener */
            iconst_0
            invokespecial com.oracle.truffle.api.instrumentation.EventBinding$Source.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Ljava/lang/Object;Z)V
            iload 4 /* notifyLoaded */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.addSourceLoadedBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            areturn
        end local 4 // boolean notifyLoaded
        end local 3 // com.oracle.truffle.api.instrumentation.LoadSourceListener listener
        end local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter abstractInstrumenter
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    1     1  abstractInstrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            0    1     2                filter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            0    1     3              listener  TT;
            0    1     4          notifyLoaded  Z
    Signature: <T::Lcom/oracle/truffle/api/instrumentation/LoadSourceListener;>(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;TT;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
                      Name  Flags
      abstractInstrumenter  
      filter                
      listener              
      notifyLoaded          

  private <T> com.oracle.truffle.api.instrumentation.EventBinding<T> attachSourceSectionListener(com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter, com.oracle.truffle.api.instrumentation.SourceSectionFilter, T, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Ljava/lang/Object;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter abstractInstrumenter
        start local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        start local 3 // java.lang.Object listener
        start local 4 // boolean notifyLoaded
         0: .line 877
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.EventBinding$Source
            dup
            aload 1 /* abstractInstrumenter */
            aload 2 /* filter */
            aconst_null
            aload 3 /* listener */
            iconst_0
            invokespecial com.oracle.truffle.api.instrumentation.EventBinding$Source.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Ljava/lang/Object;Z)V
            iload 4 /* notifyLoaded */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.addSourceSectionBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            areturn
        end local 4 // boolean notifyLoaded
        end local 3 // java.lang.Object listener
        end local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter abstractInstrumenter
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    1     1  abstractInstrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            0    1     2                filter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            0    1     3              listener  TT;
            0    1     4          notifyLoaded  Z
    Signature: <T:Ljava/lang/Object;>(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;TT;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
                      Name  Flags
      abstractInstrumenter  
      filter                
      listener              
      notifyLoaded          

  private void visitLoadedSourceSections(com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter, com.oracle.truffle.api.instrumentation.SourceSectionFilter, com.oracle.truffle.api.instrumentation.LoadSourceSectionListener);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionListener;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter abstractInstrumenter
        start local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        start local 3 // com.oracle.truffle.api.instrumentation.LoadSourceSectionListener listener
         0: .line 881
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.EventBinding$Source
            dup
            aload 1 /* abstractInstrumenter */
            aload 2 /* filter */
            aconst_null
            aload 3 /* listener */
            iconst_0
            invokespecial com.oracle.truffle.api.instrumentation.EventBinding$Source.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Ljava/lang/Object;Z)V
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.visitLoadedSourceSections:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)V
         1: .line 882
            return
        end local 3 // com.oracle.truffle.api.instrumentation.LoadSourceSectionListener listener
        end local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter abstractInstrumenter
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    2     1  abstractInstrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            0    2     2                filter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            0    2     3              listener  Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionListener;
    MethodParameters:
                      Name  Flags
      abstractInstrumenter  
      filter                
      listener              

  private <T> com.oracle.truffle.api.instrumentation.EventBinding<T> attachExecuteSourceListener(com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter, com.oracle.truffle.api.instrumentation.SourceSectionFilter, T, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Ljava/lang/Object;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter abstractInstrumenter
        start local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        start local 3 // java.lang.Object listener
        start local 4 // boolean notifyLoaded
         0: .line 885
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.EventBinding$Source
            dup
            aload 1 /* abstractInstrumenter */
            aload 2 /* filter */
            aconst_null
            aload 3 /* listener */
            iconst_0
            invokespecial com.oracle.truffle.api.instrumentation.EventBinding$Source.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Ljava/lang/Object;Z)V
            iload 4 /* notifyLoaded */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.addSourceExecutionBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            areturn
        end local 4 // boolean notifyLoaded
        end local 3 // java.lang.Object listener
        end local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter abstractInstrumenter
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    1     1  abstractInstrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            0    1     2                filter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            0    1     3              listener  TT;
            0    1     4          notifyLoaded  Z
    Signature: <T:Ljava/lang/Object;>(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;TT;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
                      Name  Flags
      abstractInstrumenter  
      filter                
      listener              
      notifyLoaded          

  private <T extends java.io.OutputStream> com.oracle.truffle.api.instrumentation.EventBinding<T> attachOutputConsumer(com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter, T, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Ljava/io/OutputStream;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        start local 2 // java.io.OutputStream stream
        start local 3 // boolean errorOutput
         0: .line 889
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.EventBinding
            dup
            aload 1 /* instrumenter */
            aload 2 /* stream */
            invokespecial com.oracle.truffle.api.instrumentation.EventBinding.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Ljava/lang/Object;)V
            iload 3 /* errorOutput */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.addOutputBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            areturn
        end local 3 // boolean errorOutput
        end local 2 // java.io.OutputStream stream
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    1     1  instrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            0    1     2        stream  TT;
            0    1     3   errorOutput  Z
    Signature: <T:Ljava/io/OutputStream;>(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;TT;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
              Name  Flags
      instrumenter  
      stream        
      errorOutput   

  private <T extends com.oracle.truffle.api.instrumentation.AllocationListener> com.oracle.truffle.api.instrumentation.EventBinding<T> attachAllocationListener(com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter, com.oracle.truffle.api.instrumentation.AllocationEventFilter, T);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/AllocationEventFilter;Lcom/oracle/truffle/api/instrumentation/AllocationListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        start local 2 // com.oracle.truffle.api.instrumentation.AllocationEventFilter filter
        start local 3 // com.oracle.truffle.api.instrumentation.AllocationListener listener
         0: .line 893
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.EventBinding$Allocation
            dup
            aload 1 /* instrumenter */
            aload 2 /* filter */
            aload 3 /* listener */
            invokespecial com.oracle.truffle.api.instrumentation.EventBinding$Allocation.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/AllocationEventFilter;Ljava/lang/Object;)V
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.addAllocationBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Allocation;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            areturn
        end local 3 // com.oracle.truffle.api.instrumentation.AllocationListener listener
        end local 2 // com.oracle.truffle.api.instrumentation.AllocationEventFilter filter
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    1     1  instrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            0    1     2        filter  Lcom/oracle/truffle/api/instrumentation/AllocationEventFilter;
            0    1     3      listener  TT;
    Signature: <T::Lcom/oracle/truffle/api/instrumentation/AllocationListener;>(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/AllocationEventFilter;TT;)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
              Name  Flags
      instrumenter  
      filter        
      listener      

  private <T extends com.oracle.truffle.api.instrumentation.ContextsListener> com.oracle.truffle.api.instrumentation.EventBinding<T> attachContextsListener(com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter, T, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/ContextsListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        start local 2 // com.oracle.truffle.api.instrumentation.ContextsListener listener
        start local 3 // boolean includeActiveContexts
         0: .line 897
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.$assertionsDisabled:Z
            ifne 1
            aload 2 /* listener */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 898
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.EventBinding
            dup
            aload 1 /* instrumenter */
            aload 2 /* listener */
            invokespecial com.oracle.truffle.api.instrumentation.EventBinding.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Ljava/lang/Object;)V
            iload 3 /* includeActiveContexts */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.addContextsBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            areturn
        end local 3 // boolean includeActiveContexts
        end local 2 // com.oracle.truffle.api.instrumentation.ContextsListener listener
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    2     1           instrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            0    2     2               listener  TT;
            0    2     3  includeActiveContexts  Z
    Signature: <T::Lcom/oracle/truffle/api/instrumentation/ContextsListener;>(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;TT;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
                       Name  Flags
      instrumenter           
      listener               
      includeActiveContexts  

  private <T extends com.oracle.truffle.api.instrumentation.ThreadsListener> com.oracle.truffle.api.instrumentation.EventBinding<T> attachThreadsListener(com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter, T, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/ThreadsListener;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        start local 2 // com.oracle.truffle.api.instrumentation.ThreadsListener listener
        start local 3 // boolean includeStartedThreads
         0: .line 902
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.$assertionsDisabled:Z
            ifne 1
            aload 2 /* listener */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 903
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.EventBinding
            dup
            aload 1 /* instrumenter */
            aload 2 /* listener */
            invokespecial com.oracle.truffle.api.instrumentation.EventBinding.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Ljava/lang/Object;)V
            iload 3 /* includeStartedThreads */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.addThreadsBinding:(Lcom/oracle/truffle/api/instrumentation/EventBinding;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            areturn
        end local 3 // boolean includeStartedThreads
        end local 2 // com.oracle.truffle.api.instrumentation.ThreadsListener listener
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    2     1           instrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            0    2     2               listener  TT;
            0    2     3  includeStartedThreads  Z
    Signature: <T::Lcom/oracle/truffle/api/instrumentation/ThreadsListener;>(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;TT;Z)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
                       Name  Flags
      instrumenter           
      listener               
      includeStartedThreads  

  private <T extends com.oracle.truffle.api.instrumentation.ThreadsActivationListener> com.oracle.truffle.api.instrumentation.EventBinding<T> attachThreadsActivationListener(com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter, T);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Lcom/oracle/truffle/api/instrumentation/ThreadsActivationListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        start local 2 // com.oracle.truffle.api.instrumentation.ThreadsActivationListener listener
         0: .line 907
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.$assertionsDisabled:Z
            ifne 1
            aload 2 /* listener */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 908
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.api.instrumentation.EventBinding
            dup
            aload 1 /* instrumenter */
            aload 2 /* listener */
            invokespecial com.oracle.truffle.api.instrumentation.EventBinding.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;Ljava/lang/Object;)V
            astore 3 /* binding */
        start local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         2: .line 909
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 4
         3: .line 910
            ldc "BEGIN: Adding threads activaiton binding %s%n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 912
      StackMap locals: com.oracle.truffle.api.instrumentation.EventBinding
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadsActivationBindings:Ljava/util/Collection;
            dup
            astore 4
            monitorenter
         5: .line 913
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadsActivationBindings:Ljava/util/Collection;
            aload 3 /* binding */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         6: .line 914
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.invalidateThreadsActivationListeners:()V
         7: .line 912
            aload 4
            monitorexit
         8: goto 11
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter com.oracle.truffle.api.instrumentation.ThreadsActivationListener com.oracle.truffle.api.instrumentation.EventBinding java.util.Collection
      StackMap stack: java.lang.Throwable
         9: aload 4
            monitorexit
        10: athrow
        11: .line 916
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 13
        12: .line 917
            ldc "END: Added threads activation binding %s%n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 919
      StackMap locals:
      StackMap stack:
            aload 3 /* binding */
            areturn
        end local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
        end local 2 // com.oracle.truffle.api.instrumentation.ThreadsActivationListener listener
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter instrumenter
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   14     1  instrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            0   14     2      listener  TT;
            2   14     3       binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
      Exception table:
        from    to  target  type
           5     8       9  any
           9    10       9  any
    Signature: <T::Lcom/oracle/truffle/api/instrumentation/ThreadsActivationListener;>(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;TT;)Lcom/oracle/truffle/api/instrumentation/EventBinding<TT;>;
    MethodParameters:
              Name  Flags
      instrumenter  
      listener      

  private void invalidateThreadsActivationListeners();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
         0: .line 923
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadsActivationBindings:Ljava/util/Collection;
            invokestatic java.lang.Thread.holdsLock:(Ljava/lang/Object;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 924
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.stableActivationListeners:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$StableThreadsActivationListeners;
            astore 1 /* stableListeners */
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners stableListeners
         2: .line 925
            aload 1 /* stableListeners */
            ifnull 5
         3: .line 926
            aload 1 /* stableListeners */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners.assumption:Lcom/oracle/truffle/api/Assumption;
            invokeinterface com.oracle.truffle.api.Assumption.invalidate:()V
         4: .line 927
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.stableActivationListeners:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$StableThreadsActivationListeners;
         5: .line 929
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners stableListeners
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            2    6     1  stableListeners  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$StableThreadsActivationListeners;

  com.oracle.truffle.api.instrumentation.ThreadsActivationListener[] getThreadsActivationListeners();
    descriptor: ()[Lcom/oracle/truffle/api/instrumentation/ThreadsActivationListener;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
         0: .line 932
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.stableActivationListeners:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$StableThreadsActivationListeners;
            astore 1 /* stableListeners */
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners stableListeners
         1: .line 933
            aload 1 /* stableListeners */
            ifnull 2
            aload 1 /* stableListeners */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners.assumption:Lcom/oracle/truffle/api/Assumption;
            invokeinterface com.oracle.truffle.api.Assumption.isValid:()Z
            ifne 4
         2: .line 934
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         3: .line 935
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.updateStableActivationListeners:()Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$StableThreadsActivationListeners;
            astore 1 /* stableListeners */
         4: .line 937
      StackMap locals:
      StackMap stack:
            aload 1 /* stableListeners */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners.listeners:[Lcom/oracle/truffle/api/instrumentation/ThreadsActivationListener;
            areturn
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners stableListeners
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            1    5     1  stableListeners  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$StableThreadsActivationListeners;

  private com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners updateStableActivationListeners();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$StableThreadsActivationListeners;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
         0: .line 942
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadsActivationBindings:Ljava/util/Collection;
            dup
            astore 2
            monitorenter
         1: .line 943
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.stableActivationListeners:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$StableThreadsActivationListeners;
            astore 1 /* stableListeners */
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners stableListeners
         2: .line 944
            aload 1 /* stableListeners */
            ifnull 3
            aload 1 /* stableListeners */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners.assumption:Lcom/oracle/truffle/api/Assumption;
            invokeinterface com.oracle.truffle.api.Assumption.isValid:()Z
            ifne 12
         3: .line 945
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners java.util.Collection
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* listeners */
        start local 3 // java.util.List listeners
         4: .line 946
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadsActivationBindings:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 5
            goto 7
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners java.util.Collection java.util.List top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding
            astore 4 /* binding */
        start local 4 // com.oracle.truffle.api.instrumentation.EventBinding binding
         6: .line 947
            aload 3 /* listeners */
            aload 4 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.ThreadsActivationListener
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // com.oracle.truffle.api.instrumentation.EventBinding binding
         7: .line 946
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 949
            aload 1 /* stableListeners */
            astore 4 /* oldListeners */
        start local 4 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners oldListeners
         9: .line 950
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners
            dup
            aload 3 /* listeners */
            aload 3 /* listeners */
            invokeinterface java.util.List.size:()I
            anewarray com.oracle.truffle.api.instrumentation.ThreadsActivationListener
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.ThreadsActivationListener[]
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners.<init>:([Lcom/oracle/truffle/api/instrumentation/ThreadsActivationListener;)V
            dup
            astore 1 /* stableListeners */
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.stableActivationListeners:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$StableThreadsActivationListeners;
        10: .line 951
            aload 4 /* oldListeners */
            ifnull 12
        11: .line 952
            aload 4 /* oldListeners */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners.assumption:Lcom/oracle/truffle/api/Assumption;
            invokeinterface com.oracle.truffle.api.Assumption.invalidate:()V
        end local 4 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners oldListeners
        end local 3 // java.util.List listeners
        12: .line 942
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners java.util.Collection
      StackMap stack:
            aload 2
            monitorexit
        13: goto 16
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners stableListeners
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler top java.util.Collection
      StackMap stack: java.lang.Throwable
        14: aload 2
            monitorexit
        15: athrow
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners stableListeners
        16: .line 956
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners
      StackMap stack:
            aload 1 /* stableListeners */
            areturn
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners stableListeners
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   17     0             this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            2   14     1  stableListeners  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$StableThreadsActivationListeners;
           16   17     1  stableListeners  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$StableThreadsActivationListeners;
            4   12     3        listeners  Ljava/util/List<Lcom/oracle/truffle/api/instrumentation/ThreadsActivationListener;>;
            6    7     4          binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<+Lcom/oracle/truffle/api/instrumentation/ThreadsActivationListener;>;
            9   12     4     oldListeners  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$StableThreadsActivationListeners;
      Exception table:
        from    to  target  type
           1    13      14  any
          14    15      14  any

  boolean hasContextBindings();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
         0: .line 960
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.contextsBindings:Ljava/util/Collection;
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;

  void notifyContextCreated(com.oracle.truffle.api.TruffleContext);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.TruffleContext context
         0: .line 964
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.contextsBindings:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.TruffleContext top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding
            astore 2 /* binding */
        start local 2 // com.oracle.truffle.api.instrumentation.EventBinding binding
         2: .line 965
            aload 2 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.ContextsListener
            aload 1 /* context */
            invokeinterface com.oracle.truffle.api.instrumentation.ContextsListener.onContextCreated:(Lcom/oracle/truffle/api/TruffleContext;)V
        end local 2 // com.oracle.truffle.api.instrumentation.EventBinding binding
         3: .line 964
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 967
            return
        end local 1 // com.oracle.truffle.api.TruffleContext context
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    5     1  context  Lcom/oracle/truffle/api/TruffleContext;
            2    3     2  binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<+Lcom/oracle/truffle/api/instrumentation/ContextsListener;>;
    MethodParameters:
         Name  Flags
      context  

  void notifyContextClosed(com.oracle.truffle.api.TruffleContext);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.TruffleContext context
         0: .line 970
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.contextsBindings:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.TruffleContext top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding
            astore 2 /* binding */
        start local 2 // com.oracle.truffle.api.instrumentation.EventBinding binding
         2: .line 971
            aload 2 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.ContextsListener
            aload 1 /* context */
            invokeinterface com.oracle.truffle.api.instrumentation.ContextsListener.onContextClosed:(Lcom/oracle/truffle/api/TruffleContext;)V
        end local 2 // com.oracle.truffle.api.instrumentation.EventBinding binding
         3: .line 970
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 973
            return
        end local 1 // com.oracle.truffle.api.TruffleContext context
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    5     1  context  Lcom/oracle/truffle/api/TruffleContext;
            2    3     2  binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<+Lcom/oracle/truffle/api/instrumentation/ContextsListener;>;
    MethodParameters:
         Name  Flags
      context  

  void notifyContextResetLimit(com.oracle.truffle.api.TruffleContext);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.TruffleContext context
         0: .line 976
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.contextsBindings:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.TruffleContext top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding
            astore 2 /* binding */
        start local 2 // com.oracle.truffle.api.instrumentation.EventBinding binding
         2: .line 977
            aload 2 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.ContextsListener
            aload 1 /* context */
            invokeinterface com.oracle.truffle.api.instrumentation.ContextsListener.onContextResetLimits:(Lcom/oracle/truffle/api/TruffleContext;)V
        end local 2 // com.oracle.truffle.api.instrumentation.EventBinding binding
         3: .line 976
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 979
            return
        end local 1 // com.oracle.truffle.api.TruffleContext context
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    5     1  context  Lcom/oracle/truffle/api/TruffleContext;
            2    3     2  binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<+Lcom/oracle/truffle/api/instrumentation/ContextsListener;>;
    MethodParameters:
         Name  Flags
      context  

  void notifyLanguageContextCreated(com.oracle.truffle.api.TruffleContext, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.TruffleContext context
        start local 2 // com.oracle.truffle.api.nodes.LanguageInfo language
         0: .line 982
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.contextsBindings:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.TruffleContext com.oracle.truffle.api.nodes.LanguageInfo top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding
            astore 3 /* binding */
        start local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         2: .line 983
            aload 3 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.ContextsListener
            aload 1 /* context */
            aload 2 /* language */
            invokeinterface com.oracle.truffle.api.instrumentation.ContextsListener.onLanguageContextCreated:(Lcom/oracle/truffle/api/TruffleContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
        end local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         3: .line 982
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 985
            return
        end local 2 // com.oracle.truffle.api.nodes.LanguageInfo language
        end local 1 // com.oracle.truffle.api.TruffleContext context
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    5     1   context  Lcom/oracle/truffle/api/TruffleContext;
            0    5     2  language  Lcom/oracle/truffle/api/nodes/LanguageInfo;
            2    3     3   binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<+Lcom/oracle/truffle/api/instrumentation/ContextsListener;>;
    MethodParameters:
          Name  Flags
      context   
      language  

  void notifyLanguageContextInitialized(com.oracle.truffle.api.TruffleContext, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.TruffleContext context
        start local 2 // com.oracle.truffle.api.nodes.LanguageInfo language
         0: .line 988
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.contextsBindings:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.TruffleContext com.oracle.truffle.api.nodes.LanguageInfo top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding
            astore 3 /* binding */
        start local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         2: .line 989
            aload 3 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.ContextsListener
            aload 1 /* context */
            aload 2 /* language */
            invokeinterface com.oracle.truffle.api.instrumentation.ContextsListener.onLanguageContextInitialized:(Lcom/oracle/truffle/api/TruffleContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
        end local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         3: .line 988
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 991
            return
        end local 2 // com.oracle.truffle.api.nodes.LanguageInfo language
        end local 1 // com.oracle.truffle.api.TruffleContext context
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    5     1   context  Lcom/oracle/truffle/api/TruffleContext;
            0    5     2  language  Lcom/oracle/truffle/api/nodes/LanguageInfo;
            2    3     3   binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<+Lcom/oracle/truffle/api/instrumentation/ContextsListener;>;
    MethodParameters:
          Name  Flags
      context   
      language  

  void notifyLanguageContextFinalized(com.oracle.truffle.api.TruffleContext, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.TruffleContext context
        start local 2 // com.oracle.truffle.api.nodes.LanguageInfo language
         0: .line 994
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.contextsBindings:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.TruffleContext com.oracle.truffle.api.nodes.LanguageInfo top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding
            astore 3 /* binding */
        start local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         2: .line 995
            aload 3 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.ContextsListener
            aload 1 /* context */
            aload 2 /* language */
            invokeinterface com.oracle.truffle.api.instrumentation.ContextsListener.onLanguageContextFinalized:(Lcom/oracle/truffle/api/TruffleContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
        end local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         3: .line 994
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 997
            return
        end local 2 // com.oracle.truffle.api.nodes.LanguageInfo language
        end local 1 // com.oracle.truffle.api.TruffleContext context
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    5     1   context  Lcom/oracle/truffle/api/TruffleContext;
            0    5     2  language  Lcom/oracle/truffle/api/nodes/LanguageInfo;
            2    3     3   binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<+Lcom/oracle/truffle/api/instrumentation/ContextsListener;>;
    MethodParameters:
          Name  Flags
      context   
      language  

  void notifyLanguageContextDisposed(com.oracle.truffle.api.TruffleContext, com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.TruffleContext context
        start local 2 // com.oracle.truffle.api.nodes.LanguageInfo language
         0: .line 1000
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.contextsBindings:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.TruffleContext com.oracle.truffle.api.nodes.LanguageInfo top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding
            astore 3 /* binding */
        start local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         2: .line 1001
            aload 3 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.ContextsListener
            aload 1 /* context */
            aload 2 /* language */
            invokeinterface com.oracle.truffle.api.instrumentation.ContextsListener.onLanguageContextDisposed:(Lcom/oracle/truffle/api/TruffleContext;Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
        end local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         3: .line 1000
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1003
            return
        end local 2 // com.oracle.truffle.api.nodes.LanguageInfo language
        end local 1 // com.oracle.truffle.api.TruffleContext context
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    5     1   context  Lcom/oracle/truffle/api/TruffleContext;
            0    5     2  language  Lcom/oracle/truffle/api/nodes/LanguageInfo;
            2    3     3   binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<+Lcom/oracle/truffle/api/instrumentation/ContextsListener;>;
    MethodParameters:
          Name  Flags
      context   
      language  

  void notifyThreadStarted(com.oracle.truffle.api.TruffleContext, java.lang.Thread);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;Ljava/lang/Thread;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.TruffleContext context
        start local 2 // java.lang.Thread thread
         0: .line 1006
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadsBindings:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.TruffleContext java.lang.Thread top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding
            astore 3 /* binding */
        start local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         2: .line 1007
            aload 3 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.ThreadsListener
            aload 1 /* context */
            aload 2 /* thread */
            invokeinterface com.oracle.truffle.api.instrumentation.ThreadsListener.onThreadInitialized:(Lcom/oracle/truffle/api/TruffleContext;Ljava/lang/Thread;)V
        end local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         3: .line 1006
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1009
            return
        end local 2 // java.lang.Thread thread
        end local 1 // com.oracle.truffle.api.TruffleContext context
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    5     1  context  Lcom/oracle/truffle/api/TruffleContext;
            0    5     2   thread  Ljava/lang/Thread;
            2    3     3  binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<+Lcom/oracle/truffle/api/instrumentation/ThreadsListener;>;
    MethodParameters:
         Name  Flags
      context  
      thread   

  void notifyThreadFinished(com.oracle.truffle.api.TruffleContext, java.lang.Thread);
    descriptor: (Lcom/oracle/truffle/api/TruffleContext;Ljava/lang/Thread;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.TruffleContext context
        start local 2 // java.lang.Thread thread
         0: .line 1012
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.threadsBindings:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.TruffleContext java.lang.Thread top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding
            astore 3 /* binding */
        start local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         2: .line 1013
            aload 3 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.ThreadsListener
            aload 1 /* context */
            aload 2 /* thread */
            invokeinterface com.oracle.truffle.api.instrumentation.ThreadsListener.onThreadDisposed:(Lcom/oracle/truffle/api/TruffleContext;Ljava/lang/Thread;)V
        end local 3 // com.oracle.truffle.api.instrumentation.EventBinding binding
         3: .line 1012
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1015
            return
        end local 2 // java.lang.Thread thread
        end local 1 // com.oracle.truffle.api.TruffleContext context
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    5     1  context  Lcom/oracle/truffle/api/TruffleContext;
            0    5     2   thread  Ljava/lang/Thread;
            2    3     3  binding  Lcom/oracle/truffle/api/instrumentation/EventBinding<+Lcom/oracle/truffle/api/instrumentation/ThreadsListener;>;
    MethodParameters:
         Name  Flags
      context  
      thread   

  java.util.Set<java.lang.Class<?>> getProvidedTags(com.oracle.truffle.api.TruffleLanguage<?>);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage;)Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.TruffleLanguage lang
         0: .line 1018
            aload 1 /* lang */
            ifnonnull 2
         1: .line 1019
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            areturn
         2: .line 1021
      StackMap locals:
      StackMap stack:
            aload 1 /* lang */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            astore 2 /* languageClass */
        start local 2 // java.lang.Class languageClass
         3: .line 1022
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.cachedProvidedTags:Ljava/util/Map;
            aload 2 /* languageClass */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Set
            astore 3 /* tags */
        start local 3 // java.util.Set tags
         4: .line 1023
            aload 3 /* tags */
            ifnonnull 11
         5: .line 1024
            aload 2 /* languageClass */
            ldc Lcom/oracle/truffle/api/instrumentation/ProvidedTags;
            invokevirtual java.lang.Class.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast com.oracle.truffle.api.instrumentation.ProvidedTags
            astore 4 /* languageTags */
        start local 4 // com.oracle.truffle.api.instrumentation.ProvidedTags languageTags
         6: .line 1025
            aload 4 /* languageTags */
            ifnull 7
            aload 4 /* languageTags */
            invokeinterface com.oracle.truffle.api.instrumentation.ProvidedTags.value:()[Ljava/lang/Class;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            goto 8
      StackMap locals: java.lang.Class java.util.Set com.oracle.truffle.api.instrumentation.ProvidedTags
      StackMap stack:
         7: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
         8: astore 5 /* languageTagsList */
        start local 5 // java.util.List languageTagsList
         9: .line 1026
            new java.util.HashSet
            dup
            aload 5 /* languageTagsList */
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
            astore 3 /* tags */
        10: .line 1027
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.cachedProvidedTags:Ljava/util/Map;
            aload 2 /* languageClass */
            aload 3 /* tags */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // java.util.List languageTagsList
        end local 4 // com.oracle.truffle.api.instrumentation.ProvidedTags languageTags
        11: .line 1029
      StackMap locals:
      StackMap stack:
            aload 3 /* tags */
            areturn
        end local 3 // java.util.Set tags
        end local 2 // java.lang.Class languageClass
        end local 1 // com.oracle.truffle.api.TruffleLanguage lang
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   12     0              this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0   12     1              lang  Lcom/oracle/truffle/api/TruffleLanguage<*>;
            3   12     2     languageClass  Ljava/lang/Class<*>;
            4   12     3              tags  Ljava/util/Set<Ljava/lang/Class<*>;>;
            6   11     4      languageTags  Lcom/oracle/truffle/api/instrumentation/ProvidedTags;
            9   11     5  languageTagsList  Ljava/util/List<Ljava/lang/Class<*>;>;
    Signature: (Lcom/oracle/truffle/api/TruffleLanguage<*>;)Ljava/util/Set<Ljava/lang/Class<*>;>;
    MethodParameters:
      Name  Flags
      lang  

  java.util.Set<java.lang.Class<?>> getProvidedTags(com.oracle.truffle.api.nodes.Node);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;)Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.nodes.Node root
         0: .line 1033
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.nodesAccess:()Lcom/oracle/truffle/api/impl/Accessor$NodeSupport;
            aload 1 /* root */
            invokevirtual com.oracle.truffle.api.nodes.Node.getRootNode:()Lcom/oracle/truffle/api/nodes/RootNode;
            invokevirtual com.oracle.truffle.api.impl.Accessor$NodeSupport.getLanguage:(Lcom/oracle/truffle/api/nodes/RootNode;)Lcom/oracle/truffle/api/TruffleLanguage;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler.getProvidedTags:(Lcom/oracle/truffle/api/TruffleLanguage;)Ljava/util/Set;
            areturn
        end local 1 // com.oracle.truffle.api.nodes.Node root
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    1     1  root  Lcom/oracle/truffle/api/nodes/Node;
    Signature: (Lcom/oracle/truffle/api/nodes/Node;)Ljava/util/Set<Ljava/lang/Class<*>;>;
    MethodParameters:
      Name  Flags
      root  

  static boolean isInstrumentableNode(com.oracle.truffle.api.nodes.Node);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.nodes.Node node
         0: .line 1037
            aload 0 /* node */
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            ifeq 2
         1: .line 1038
            iconst_0
            ireturn
         2: .line 1040
      StackMap locals:
      StackMap stack:
            aload 0 /* node */
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode
            ifeq 4
         3: .line 1041
            aload 0 /* node */
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode.isInstrumentable:()Z
            ireturn
         4: .line 1043
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.nodes.Node node
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  node  Lcom/oracle/truffle/api/nodes/Node;
    MethodParameters:
      Name  Flags
      node  

  static void trace(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0088) ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.String message
        start local 1 // java.lang.Object[] args
         0: .line 1048
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            astore 2 /* out */
        start local 2 // java.io.PrintStream out
         1: .line 1049
            aload 2 /* out */
            aload 0 /* message */
            aload 1 /* args */
            invokevirtual java.io.PrintStream.printf:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;
            pop
         2: .line 1050
            return
        end local 2 // java.io.PrintStream out
        end local 1 // java.lang.Object[] args
        end local 0 // java.lang.String message
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  message  Ljava/lang/String;
            0    3     1     args  [Ljava/lang/Object;
            1    3     2      out  Ljava/io/PrintStream;
    MethodParameters:
         Name  Flags
      message  
      args     

  private static void visitRoot(com.oracle.truffle.api.nodes.RootNode, com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor, boolean, boolean);
    descriptor: (Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;ZZ)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.nodes.RootNode root
        start local 1 // com.oracle.truffle.api.nodes.Node node
        start local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor visitor
        start local 3 // boolean forceRootBitComputation
        start local 4 // boolean firstExecution
         0: .line 1053
            aload 0 /* root */
            aload 1 /* node */
            aload 2 /* visitor */
            iload 3 /* forceRootBitComputation */
            iload 4 /* firstExecution */
            iconst_0
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.visitRoot:(Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;ZZZ)V
         1: .line 1054
            return
        end local 4 // boolean firstExecution
        end local 3 // boolean forceRootBitComputation
        end local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor visitor
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // com.oracle.truffle.api.nodes.RootNode root
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     root  Lcom/oracle/truffle/api/nodes/RootNode;
            0    2     1                     node  Lcom/oracle/truffle/api/nodes/Node;
            0    2     2                  visitor  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;
            0    2     3  forceRootBitComputation  Z
            0    2     4           firstExecution  Z
    MethodParameters:
                         Name  Flags
      root                     
      node                     final
      visitor                  final
      forceRootBitComputation  
      firstExecution           

  private static void visitRoot(com.oracle.truffle.api.nodes.RootNode, com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor, boolean, boolean, boolean);
    descriptor: (Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;ZZZ)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=9, args_size=6
        start local 0 // com.oracle.truffle.api.nodes.RootNode root
        start local 1 // com.oracle.truffle.api.nodes.Node node
        start local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor visitor
        start local 3 // boolean forceRootBitComputation
        start local 4 // boolean firstExecution
        start local 5 // boolean setExecutedRootNodeBit
         0: .line 1057
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 2
         1: .line 1058
            ldc "BEGIN: Visit root %s for %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* root */
            invokevirtual com.oracle.truffle.api.nodes.RootNode.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* visitor */
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 1061
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.runtimeAccess:()Lcom/oracle/truffle/api/impl/Accessor$RuntimeSupport;
            aload 0 /* root */
            invokevirtual com.oracle.truffle.api.impl.Accessor$RuntimeSupport.isOSRRootNode:(Lcom/oracle/truffle/api/nodes/RootNode;)Z
            ifeq 4
         3: .line 1066
            return
         4: .line 1069
      StackMap locals:
      StackMap stack:
            aload 2 /* visitor */
            aload 0 /* root */
            invokestatic com.oracle.truffle.api.instrumentation.RootNodeBits.get:(Lcom/oracle/truffle/api/nodes/RootNode;)I
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.rootBits:I
         5: .line 1070
            aload 2 /* visitor */
            iload 5 /* setExecutedRootNodeBit */
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.setExecutedRootNodeBit:Z
         6: .line 1071
            aload 2 /* visitor */
            aload 0 /* root */
            aload 1 /* node */
            iload 4 /* firstExecution */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.preVisit:(Lcom/oracle/truffle/api/nodes/RootNode;Lcom/oracle/truffle/api/nodes/Node;Z)V
         7: .line 1073
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentAccessor.nodesAccess:()Lcom/oracle/truffle/api/impl/Accessor$NodeSupport;
            aload 1 /* node */
            invokevirtual com.oracle.truffle.api.impl.Accessor$NodeSupport.getLock:(Lcom/oracle/truffle/api/nodes/Node;)Ljava/util/concurrent/locks/Lock;
            astore 6 /* lock */
        start local 6 // java.util.concurrent.locks.Lock lock
         8: .line 1074
            aload 6 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         9: .line 1076
            aload 2 /* visitor */
            aload 0 /* root */
            invokestatic com.oracle.truffle.api.instrumentation.RootNodeBits.get:(Lcom/oracle/truffle/api/nodes/RootNode;)I
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.rootBits:I
        10: .line 1078
            aload 2 /* visitor */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.shouldVisit:()Z
            ifne 11
            iload 3 /* forceRootBitComputation */
            ifeq 26
        11: .line 1079
      StackMap locals: java.util.concurrent.locks.Lock
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 13
        12: .line 1080
            ldc "BEGIN: Traverse root %s for %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* root */
            invokevirtual com.oracle.truffle.api.nodes.RootNode.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* visitor */
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 1082
      StackMap locals:
      StackMap stack:
            iload 3 /* forceRootBitComputation */
            ifeq 18
        14: .line 1083
            aload 2 /* visitor */
            aload 2 /* visitor */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.rootBits:I
            invokestatic com.oracle.truffle.api.instrumentation.RootNodeBits.isUninitialized:(I)Z
            ifeq 15
            invokestatic com.oracle.truffle.api.instrumentation.RootNodeBits.getAll:()I
            goto 16
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor
        15: aload 2 /* visitor */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.rootBits:I
      StackMap locals: com.oracle.truffle.api.nodes.RootNode com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor int int int java.util.concurrent.locks.Lock
      StackMap stack: com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor int
        16: putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.computingRootNodeBits:I
        17: .line 1084
            goto 20
      StackMap locals:
      StackMap stack:
        18: aload 2 /* visitor */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.rootBits:I
            invokestatic com.oracle.truffle.api.instrumentation.RootNodeBits.isUninitialized:(I)Z
            ifeq 20
        19: .line 1085
            aload 2 /* visitor */
            invokestatic com.oracle.truffle.api.instrumentation.RootNodeBits.getAll:()I
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.computingRootNodeBits:I
        20: .line 1088
      StackMap locals:
      StackMap stack:
            aload 2 /* visitor */
            aload 1 /* node */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.visit:(Lcom/oracle/truffle/api/nodes/Node;)Z
            pop
        21: .line 1090
            aload 2 /* visitor */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.computingRootNodeBits:I
            invokestatic com.oracle.truffle.api.instrumentation.RootNodeBits.isUninitialized:(I)Z
            ifne 24
        22: .line 1091
            aload 2 /* visitor */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.root:Lcom/oracle/truffle/api/nodes/RootNode;
            aload 2 /* visitor */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.computingRootNodeBits:I
            invokestatic com.oracle.truffle.api.instrumentation.RootNodeBits.set:(Lcom/oracle/truffle/api/nodes/RootNode;I)V
        23: .line 1092
            aload 2 /* visitor */
            aload 2 /* visitor */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.computingRootNodeBits:I
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.rootBits:I
        24: .line 1094
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 26
        25: .line 1095
            ldc "END: Traverse root %s for %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* root */
            invokevirtual com.oracle.truffle.api.nodes.RootNode.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* visitor */
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        26: .line 1099
      StackMap locals:
      StackMap stack:
            iload 5 /* setExecutedRootNodeBit */
            ifeq 33
            aload 2 /* visitor */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.rootBits:I
            invokestatic com.oracle.truffle.api.instrumentation.RootNodeBits.wasNotExecuted:(I)Z
            ifeq 33
        27: .line 1100
            aload 2 /* visitor */
            aload 2 /* visitor */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.rootBits:I
            invokestatic com.oracle.truffle.api.instrumentation.RootNodeBits.setExecuted:(I)I
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.rootBits:I
        28: .line 1101
            aload 0 /* root */
            aload 2 /* visitor */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.rootBits:I
            invokestatic com.oracle.truffle.api.instrumentation.RootNodeBits.set:(Lcom/oracle/truffle/api/nodes/RootNode;I)V
        29: .line 1103
            goto 33
      StackMap locals:
      StackMap stack: java.lang.Throwable
        30: astore 7
        31: .line 1104
            aload 6 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        32: .line 1105
            aload 7
            athrow
        33: .line 1104
      StackMap locals:
      StackMap stack:
            aload 6 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        end local 6 // java.util.concurrent.locks.Lock lock
        34: .line 1106
            goto 38
      StackMap locals: com.oracle.truffle.api.nodes.RootNode com.oracle.truffle.api.nodes.Node com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor int int int
      StackMap stack: java.lang.Throwable
        35: astore 8
        36: .line 1107
            aload 2 /* visitor */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.postVisit:()V
        37: .line 1108
            aload 8
            athrow
        38: .line 1107
      StackMap locals:
      StackMap stack:
            aload 2 /* visitor */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor.postVisit:()V
        39: .line 1110
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 41
        40: .line 1111
            ldc "END: Visited root %s for %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* root */
            invokevirtual com.oracle.truffle.api.nodes.RootNode.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 2 /* visitor */
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        41: .line 1113
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean setExecutedRootNodeBit
        end local 4 // boolean firstExecution
        end local 3 // boolean forceRootBitComputation
        end local 2 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor visitor
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // com.oracle.truffle.api.nodes.RootNode root
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   42     0                     root  Lcom/oracle/truffle/api/nodes/RootNode;
            0   42     1                     node  Lcom/oracle/truffle/api/nodes/Node;
            0   42     2                  visitor  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$Visitor;
            0   42     3  forceRootBitComputation  Z
            0   42     4           firstExecution  Z
            0   42     5   setExecutedRootNodeBit  Z
            8   34     6                     lock  Ljava/util/concurrent/locks/Lock;
      Exception table:
        from    to  target  type
           9    30      30  any
           7    35      35  any
    MethodParameters:
                         Name  Flags
      root                     
      node                     final
      visitor                  final
      forceRootBitComputation  
      firstExecution           
      setExecutedRootNodeBit   

  static void removeWrapper(com.oracle.truffle.api.instrumentation.ProbeNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/ProbeNode;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.ProbeNode node
         0: .line 1117
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 2
         1: .line 1118
            ldc "Remove wrapper for %s%n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* node */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode.getContext:()Lcom/oracle/truffle/api/instrumentation/EventContext;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 1120
      StackMap locals:
      StackMap stack:
            aload 0 /* node */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode.findWrapper:()Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
            astore 1 /* wrapperNode */
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode wrapperNode
         3: .line 1121
            aload 1 /* wrapperNode */
            checkcast com.oracle.truffle.api.nodes.Node
            aload 1 /* wrapperNode */
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode.getDelegateNode:()Lcom/oracle/truffle/api/nodes/Node;
            invokevirtual com.oracle.truffle.api.nodes.Node.replace:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
            pop
         4: .line 1122
            return
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode wrapperNode
        end local 0 // com.oracle.truffle.api.instrumentation.ProbeNode node
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         node  Lcom/oracle/truffle/api/instrumentation/ProbeNode;
            3    5     1  wrapperNode  Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
    MethodParameters:
      Name  Flags
      node  

  private static void invalidateWrapper(com.oracle.truffle.api.nodes.Node);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.nodes.Node node
         0: .line 1126
            aload 0 /* node */
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 1 /* parent */
        start local 1 // com.oracle.truffle.api.nodes.Node parent
         1: .line 1127
            aload 1 /* parent */
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            ifne 3
         2: .line 1129
            return
         3: .line 1131
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
            aload 1 /* parent */
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            aload 0 /* node */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.invalidateWrapperImpl:(Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;Lcom/oracle/truffle/api/nodes/Node;)V
         4: .line 1132
            return
        end local 1 // com.oracle.truffle.api.nodes.Node parent
        end local 0 // com.oracle.truffle.api.nodes.Node node
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    node  Lcom/oracle/truffle/api/nodes/Node;
            1    5     1  parent  Lcom/oracle/truffle/api/nodes/Node;
    MethodParameters:
      Name  Flags
      node  

  private static void invalidateWrapperImpl(com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode, com.oracle.truffle.api.nodes.Node);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;Lcom/oracle/truffle/api/nodes/Node;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode parent
        start local 1 // com.oracle.truffle.api.nodes.Node node
         0: .line 1135
            aload 0 /* parent */
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode.getProbeNode:()Lcom/oracle/truffle/api/instrumentation/ProbeNode;
            astore 2 /* probeNode */
        start local 2 // com.oracle.truffle.api.instrumentation.ProbeNode probeNode
         1: .line 1136
            getstatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.TRACE:Z
            ifeq 4
         2: .line 1137
            aload 2 /* probeNode */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode.getContext:()Lcom/oracle/truffle/api/instrumentation/EventContext;
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            astore 3 /* section */
        start local 3 // com.oracle.truffle.api.source.SourceSection section
         3: .line 1138
            ldc "Invalidate wrapper for %s, section %s %n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* node */
            aastore
            dup
            iconst_1
            aload 3 /* section */
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 3 // com.oracle.truffle.api.source.SourceSection section
         4: .line 1140
      StackMap locals: com.oracle.truffle.api.instrumentation.ProbeNode
      StackMap stack:
            aload 2 /* probeNode */
            ifnull 6
         5: .line 1141
            aload 2 /* probeNode */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode.invalidate:()V
         6: .line 1143
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.truffle.api.instrumentation.ProbeNode probeNode
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode parent
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0     parent  Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
            0    7     1       node  Lcom/oracle/truffle/api/nodes/Node;
            1    7     2  probeNode  Lcom/oracle/truffle/api/instrumentation/ProbeNode;
            3    4     3    section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
        Name  Flags
      parent  
      node    

  static boolean hasTagImpl(java.util.Set<java.lang.Class<?>>, com.oracle.truffle.api.nodes.Node, java.lang.Class<?>);
    descriptor: (Ljava/util/Set;Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/Class;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.util.Set providedTags
        start local 1 // com.oracle.truffle.api.nodes.Node node
        start local 2 // java.lang.Class tag
         0: .line 1147
            aload 0 /* providedTags */
            aload 2 /* tag */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 1148
            aload 1 /* node */
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode
            ifeq 3
         2: .line 1149
            aload 1 /* node */
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode
            aload 2 /* tag */
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode.hasTag:(Ljava/lang/Class;)Z
            ireturn
         3: .line 1151
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 1154
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.lang.Class tag
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // java.util.Set providedTags
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0  providedTags  Ljava/util/Set<Ljava/lang/Class<*>;>;
            0    5     1          node  Lcom/oracle/truffle/api/nodes/Node;
            0    5     2           tag  Ljava/lang/Class<*>;
    Signature: (Ljava/util/Set<Ljava/lang/Class<*>;>;Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/Class<*>;)Z
    MethodParameters:
              Name  Flags
      providedTags  
      node          
      tag           

  <T> T lookup(, java.lang.Class<T>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Class type
         0: .line 1158
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.instrumenterMap:Ljava/util/concurrent/ConcurrentHashMap;
            aload 1 /* key */
            invokevirtual java.util.concurrent.ConcurrentHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter
            astore 3 /* value */
        start local 3 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter value
         1: .line 1159
            aload 3 /* value */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter
      StackMap stack:
         2: aload 3 /* value */
            aload 0 /* this */
            aload 2 /* type */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter.lookup:(Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;Ljava/lang/Class;)Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         3: areturn
        end local 3 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter value
        end local 2 // java.lang.Class type
        end local 1 // java.lang.Object key
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    4     1    key  Ljava/lang/Object;
            0    4     2   type  Ljava/lang/Class<TT;>;
            1    4     3  value  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Object;Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
      Name  Flags
      key   
      type  

  com.oracle.truffle.api.instrumentation.AllocationReporter getAllocationReporter(com.oracle.truffle.api.nodes.LanguageInfo);
    descriptor: (Lcom/oracle/truffle/api/nodes/LanguageInfo;)Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.nodes.LanguageInfo info
         0: .line 1163
            new com.oracle.truffle.api.instrumentation.AllocationReporter
            dup
            aload 1 /* info */
            invokespecial com.oracle.truffle.api.instrumentation.AllocationReporter.<init>:(Lcom/oracle/truffle/api/nodes/LanguageInfo;)V
            astore 2 /* allocationReporter */
        start local 2 // com.oracle.truffle.api.instrumentation.AllocationReporter allocationReporter
         1: .line 1164
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.allocationReporters:Ljava/util/Collection;
            aload 2 /* allocationReporter */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1165
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.allocationBindings:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentationHandler com.oracle.truffle.api.nodes.LanguageInfo com.oracle.truffle.api.instrumentation.AllocationReporter top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.EventBinding$Allocation
            astore 3 /* binding */
        start local 3 // com.oracle.truffle.api.instrumentation.EventBinding$Allocation binding
         4: .line 1166
            aload 3 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Allocation.getAllocationFilter:()Lcom/oracle/truffle/api/instrumentation/AllocationEventFilter;
            aload 1 /* info */
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationEventFilter.contains:(Lcom/oracle/truffle/api/nodes/LanguageInfo;)Z
            ifeq 6
         5: .line 1167
            aload 2 /* allocationReporter */
            aload 3 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.EventBinding$Allocation.getElement:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.instrumentation.AllocationListener
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationReporter.addListener:(Lcom/oracle/truffle/api/instrumentation/AllocationListener;)V
        end local 3 // com.oracle.truffle.api.instrumentation.EventBinding$Allocation binding
         6: .line 1165
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 1170
            aload 2 /* allocationReporter */
            areturn
        end local 2 // com.oracle.truffle.api.instrumentation.AllocationReporter allocationReporter
        end local 1 // com.oracle.truffle.api.nodes.LanguageInfo info
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    8     0                this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    8     1                info  Lcom/oracle/truffle/api/nodes/LanguageInfo;
            1    8     2  allocationReporter  Lcom/oracle/truffle/api/instrumentation/AllocationReporter;
            4    6     3             binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Allocation<+Lcom/oracle/truffle/api/instrumentation/AllocationListener;>;
    MethodParameters:
      Name  Flags
      info  

  void finalizeStore();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
         0: .line 1174
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.out:Lcom/oracle/truffle/api/impl/DispatchOutputStream;
         1: .line 1175
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.err:Lcom/oracle/truffle/api/impl/DispatchOutputStream;
         2: .line 1176
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.in:Ljava/io/InputStream;
         3: .line 1177
            return
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;

  void patch(com.oracle.truffle.api.impl.DispatchOutputStream, com.oracle.truffle.api.impl.DispatchOutputStream, java.io.InputStream);
    descriptor: (Lcom/oracle/truffle/api/impl/DispatchOutputStream;Lcom/oracle/truffle/api/impl/DispatchOutputStream;Ljava/io/InputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
        start local 1 // com.oracle.truffle.api.impl.DispatchOutputStream newOut
        start local 2 // com.oracle.truffle.api.impl.DispatchOutputStream newErr
        start local 3 // java.io.InputStream newIn
         0: .line 1180
            aload 0 /* this */
            aload 1 /* newOut */
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.out:Lcom/oracle/truffle/api/impl/DispatchOutputStream;
         1: .line 1181
            aload 0 /* this */
            aload 2 /* newErr */
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.err:Lcom/oracle/truffle/api/impl/DispatchOutputStream;
         2: .line 1182
            aload 0 /* this */
            aload 3 /* newIn */
            putfield com.oracle.truffle.api.instrumentation.InstrumentationHandler.in:Ljava/io/InputStream;
         3: .line 1183
            return
        end local 3 // java.io.InputStream newIn
        end local 2 // com.oracle.truffle.api.impl.DispatchOutputStream newErr
        end local 1 // com.oracle.truffle.api.impl.DispatchOutputStream newOut
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler;
            0    4     1  newOut  Lcom/oracle/truffle/api/impl/DispatchOutputStream;
            0    4     2  newErr  Lcom/oracle/truffle/api/impl/DispatchOutputStream;
            0    4     3   newIn  Ljava/io/InputStream;
    MethodParameters:
        Name  Flags
      newOut  
      newErr  
      newIn   

  static void failInstrumentInitialization(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env, java.lang.String, java.lang.Throwable);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable t
         0: .line 1186
            new java.lang.Exception
            dup
            aload 1 /* message */
            aload 2 /* t */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            astore 3 /* exception */
        start local 3 // java.lang.Exception exception
         1: .line 1187
            new java.io.PrintStream
            dup
            aload 0 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.err:()Ljava/io/OutputStream;
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
            astore 4 /* stream */
        start local 4 // java.io.PrintStream stream
         2: .line 1188
            aload 3 /* exception */
            aload 4 /* stream */
            invokevirtual java.lang.Exception.printStackTrace:(Ljava/io/PrintStream;)V
         3: .line 1189
            return
        end local 4 // java.io.PrintStream stream
        end local 3 // java.lang.Exception exception
        end local 2 // java.lang.Throwable t
        end local 1 // java.lang.String message
        end local 0 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0        env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            0    4     1    message  Ljava/lang/String;
            0    4     2          t  Ljava/lang/Throwable;
            1    4     3  exception  Ljava/lang/Exception;
            2    4     4     stream  Ljava/io/PrintStream;
    MethodParameters:
         Name  Flags
      env      
      message  
      t        

  private static com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode getWrapperNode(com.oracle.truffle.api.nodes.Node);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.nodes.Node node
         0: .line 1192
            aload 0 /* node */
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 1 /* parent */
        start local 1 // com.oracle.truffle.api.nodes.Node parent
         1: .line 1193
            aload 1 /* parent */
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            ifeq 2
            aload 1 /* parent */
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            goto 3
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
         3: areturn
        end local 1 // com.oracle.truffle.api.nodes.Node parent
        end local 0 // com.oracle.truffle.api.nodes.Node node
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    node  Lcom/oracle/truffle/api/nodes/Node;
            1    4     1  parent  Lcom/oracle/truffle/api/nodes/Node;
    MethodParameters:
      Name  Flags
      node  

  private static void clearRetiredNodeReference(com.oracle.truffle.api.nodes.Node);
    descriptor: (Lcom/oracle/truffle/api/nodes/Node;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.nodes.Node node
         0: .line 1198
            aload 0 /* node */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.getWrapperNode:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
            astore 1 /* wrapperNode */
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode wrapperNode
         1: .line 1199
            aload 1 /* wrapperNode */
            ifnull 4
         2: .line 1200
            aload 1 /* wrapperNode */
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode.getProbeNode:()Lcom/oracle/truffle/api/instrumentation/ProbeNode;
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode.clearRetiredNodeReference:()V
         3: .line 1204
            aload 1 /* wrapperNode */
            aload 0 /* node */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.invalidateWrapperImpl:(Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;Lcom/oracle/truffle/api/nodes/Node;)V
         4: .line 1206
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode wrapperNode
        end local 0 // com.oracle.truffle.api.nodes.Node node
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         node  Lcom/oracle/truffle/api/nodes/Node;
            1    5     1  wrapperNode  Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
    MethodParameters:
      Name  Flags
      node  

  private static void traceFilterCheck(java.lang.String, com.oracle.truffle.api.nodes.Node, com.oracle.truffle.api.source.SourceSection);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/nodes/Node;Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.String result
        start local 1 // com.oracle.truffle.api.nodes.Node instrumentableNode
        start local 2 // com.oracle.truffle.api.source.SourceSection sourceSection
         0: .line 1972
            ldc "  Filter %4s node:%s section:%s %n"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* result */
            aastore
            dup
            iconst_1
            aload 1 /* instrumentableNode */
            aastore
            dup
            iconst_2
            aload 2 /* sourceSection */
            aastore
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         1: .line 1973
            return
        end local 2 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 1 // com.oracle.truffle.api.nodes.Node instrumentableNode
        end local 0 // java.lang.String result
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0              result  Ljava/lang/String;
            0    2     1  instrumentableNode  Lcom/oracle/truffle/api/nodes/Node;
            0    2     2       sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
                    Name  Flags
      result              
      instrumentableNode  
      sourceSection       
}
SourceFile: "InstrumentationHandler.java"
NestMembers:
  com.oracle.truffle.api.instrumentation.InstrumentationHandler$1  com.oracle.truffle.api.instrumentation.InstrumentationHandler$2  com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractAsyncCollection  com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractAsyncCollection$1  com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter  com.oracle.truffle.api.instrumentation.InstrumentationHandler$BindingLoadSourceSectionEvent  com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList  com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList$1  com.oracle.truffle.api.instrumentation.InstrumentationHandler$DisposeWrapperOperation  com.oracle.truffle.api.instrumentation.InstrumentationHandler$EngineInstrumenter  com.oracle.truffle.api.instrumentation.InstrumentationHandler$EventBindingList  com.oracle.truffle.api.instrumentation.InstrumentationHandler$FindSourcesOperation  com.oracle.truffle.api.instrumentation.InstrumentationHandler$InsertWrapperOperation  com.oracle.truffle.api.instrumentation.InstrumentationHandler$InstrumentClientInstrumenter  com.oracle.truffle.api.instrumentation.InstrumentationHandler$LanguageClientInstrumenter  com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation  com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners  com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation  com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope  com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor  com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder  com.oracle.truffle.api.instrumentation.InstrumentationHandler$WeakAsyncList
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  public abstract EngineSupport = com.oracle.truffle.api.impl.Accessor$EngineSupport of com.oracle.truffle.api.impl.Accessor
  public abstract NodeSupport = com.oracle.truffle.api.impl.Accessor$NodeSupport of com.oracle.truffle.api.impl.Accessor
  public abstract RuntimeSupport = com.oracle.truffle.api.impl.Accessor$RuntimeSupport of com.oracle.truffle.api.impl.Accessor
  final Allocation = com.oracle.truffle.api.instrumentation.EventBinding$Allocation of com.oracle.truffle.api.instrumentation.EventBinding
  final Source = com.oracle.truffle.api.instrumentation.EventBinding$Source of com.oracle.truffle.api.instrumentation.EventBinding
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  com.oracle.truffle.api.instrumentation.InstrumentationHandler$1
  com.oracle.truffle.api.instrumentation.InstrumentationHandler$2
  private abstract AbstractAsyncCollection = com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractAsyncCollection of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  abstract AbstractInstrumenter = com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  private BindingLoadSourceSectionEvent = com.oracle.truffle.api.instrumentation.InstrumentationHandler$BindingLoadSourceSectionEvent of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  CopyOnWriteList = com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  private DisposeWrapperOperation = com.oracle.truffle.api.instrumentation.InstrumentationHandler$DisposeWrapperOperation of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  final EngineInstrumenter = com.oracle.truffle.api.instrumentation.InstrumentationHandler$EngineInstrumenter of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  private final EventBindingList = com.oracle.truffle.api.instrumentation.InstrumentationHandler$EventBindingList of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  private FindSourcesOperation = com.oracle.truffle.api.instrumentation.InstrumentationHandler$FindSourcesOperation of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  private InsertWrapperOperation = com.oracle.truffle.api.instrumentation.InstrumentationHandler$InsertWrapperOperation of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  final InstrumentClientInstrumenter = com.oracle.truffle.api.instrumentation.InstrumentationHandler$InstrumentClientInstrumenter of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  final LanguageClientInstrumenter = com.oracle.truffle.api.instrumentation.InstrumentationHandler$LanguageClientInstrumenter of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  private NotifyLoadedOperation = com.oracle.truffle.api.instrumentation.InstrumentationHandler$NotifyLoadedOperation of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  final StableThreadsActivationListeners = com.oracle.truffle.api.instrumentation.InstrumentationHandler$StableThreadsActivationListeners of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  private abstract VisitOperation = com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  final Scope = com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation$Scope of com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitOperation
  private final Visitor = com.oracle.truffle.api.instrumentation.InstrumentationHandler$Visitor of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  private VisitorBuilder = com.oracle.truffle.api.instrumentation.InstrumentationHandler$VisitorBuilder of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  final WeakAsyncList = com.oracle.truffle.api.instrumentation.InstrumentationHandler$WeakAsyncList of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  abstract EventChainNode = com.oracle.truffle.api.instrumentation.ProbeNode$EventChainNode of com.oracle.truffle.api.instrumentation.ProbeNode
  final SourcesNotificationQueue = com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue of com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument