final class com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler
  super_class: java.lang.Object
{
  private final com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList<com.oracle.truffle.api.instrumentation.EventBinding$Source<?>> bindings;
    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 java.util.WeakHashMap<com.oracle.truffle.api.source.Source, java.lang.Void> sources;
    descriptor: Ljava/util/WeakHashMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/WeakHashMap<Lcom/oracle/truffle/api/source/Source;Ljava/lang/Void;>;

  private final com.oracle.truffle.api.instrumentation.InstrumentationHandler$WeakAsyncList<com.oracle.truffle.api.source.Source> sourcesList;
    descriptor: Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$WeakAsyncList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$WeakAsyncList<Lcom/oracle/truffle/api/source/Source;>;

  private final java.util.concurrent.atomic.AtomicBoolean sourcesInitialized;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.locks.ReentrantReadWriteLock bindingsLock;
    descriptor: Ljava/util/concurrent/locks/ReentrantReadWriteLock;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.function.BiConsumer<com.oracle.truffle.api.instrumentation.EventBinding$Source<?>[], com.oracle.truffle.api.source.Source> notificationConsumer;
    descriptor: Ljava/util/function/BiConsumer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/BiConsumer<[Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;Lcom/oracle/truffle/api/source/Source;>;

  private com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue notifications;
    descriptor: Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
    flags: (0x0002) ACC_PRIVATE

  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 69
            ldc Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            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.SourceInstrumentationHandler.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.util.function.BiConsumer<com.oracle.truffle.api.instrumentation.EventBinding$Source<?>[], com.oracle.truffle.api.source.Source>);
    descriptor: (Ljava/util/function/BiConsumer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
        start local 1 // java.util.function.BiConsumer notificationConsumer
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 75
            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.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
         2: .line 80
            aload 0 /* this */
            new java.util.WeakHashMap
            dup
            invokespecial java.util.WeakHashMap.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.sources:Ljava/util/WeakHashMap;
         3: .line 81
            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.SourceInstrumentationHandler.sourcesList:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$WeakAsyncList;
         4: .line 82
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.sourcesInitialized:Ljava/util/concurrent/atomic/AtomicBoolean;
         5: .line 83
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantReadWriteLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantReadWriteLock.<init>:()V
            putfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindingsLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
         6: .line 85
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.<init>:(Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;)V
            putfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
         7: .line 88
            aload 0 /* this */
            aload 1 /* notificationConsumer */
            putfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notificationConsumer:Ljava/util/function/BiConsumer;
         8: .line 89
            return
        end local 1 // java.util.function.BiConsumer notificationConsumer
        end local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    9     0                  this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            0    9     1  notificationConsumer  Ljava/util/function/BiConsumer<[Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;Lcom/oracle/truffle/api/source/Source;>;
    Signature: (Ljava/util/function/BiConsumer<[Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;Lcom/oracle/truffle/api/source/Source;>;)V
    MethodParameters:
                      Name  Flags
      notificationConsumer  

  private com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue addInitializeSourcesNotification();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
         0: .line 92
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindingsLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.getWriteHoldCount:()I
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 93
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.size:()I
            iconst_1
            if_icmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            new com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification.<init>:(Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;)V
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.enqueue:(Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotification;)V
         3: .line 97
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.shouldProcess:()Z
            ifne 4
            new java.lang.AssertionError
            dup
            ldc "Thread that added InitializeSourcesNotification is not the one to process the notification queue."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         4: .line 98
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.isSourcesInitializationRequired:()Z
            ifne 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;

  private com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue addAllSourcesNotification(com.oracle.truffle.api.instrumentation.EventBinding$Source<?>);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
         0: .line 104
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindingsLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.getWriteHoldCount:()I
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            new com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$AllSourcesNotification
            dup
            aload 0 /* this */
            iconst_1
            anewarray com.oracle.truffle.api.instrumentation.EventBinding$Source
            dup
            iconst_0
            aload 1 /* binding */
            aastore
            invokespecial com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$AllSourcesNotification.<init>:(Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;[Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)V
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.enqueue:(Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotification;)V
         2: .line 107
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.shouldProcess:()Z
            ifeq 7
         3: .line 108
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.$assertionsDisabled:Z
            ifne 6
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.isSourcesInitializationRequired:()Z
            ifne 4
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.size:()I
            iconst_1
            if_icmpgt 6
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.isSourcesInitializationRequired:()Z
            ifeq 5
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.size:()I
            iconst_1
            if_icmpeq 6
      StackMap locals:
      StackMap stack:
         5: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            areturn
         7: .line 111
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        end local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            0    8     1  binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;
    Signature: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;)Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
    MethodParameters:
         Name  Flags
      binding  

  private com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue addNotification(java.util.Map<com.oracle.truffle.api.source.Source, java.lang.Void>, com.oracle.truffle.api.instrumentation.EventBinding$Source<?>[]);
    descriptor: (Ljava/util/Map;[Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
        start local 1 // java.util.Map collectedSources
        start local 2 // com.oracle.truffle.api.instrumentation.EventBinding$Source[] bindingsToNotify
         0: .line 116
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindingsLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.getReadHoldCount:()I
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 117
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.sources:Ljava/util/WeakHashMap;
            invokestatic java.lang.Thread.holdsLock:(Ljava/lang/Object;)Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 118
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.$assertionsDisabled:Z
            ifne 3
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.isEmpty:()Z
            ifeq 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            new com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$NewSourcesNotification
            dup
            aload 0 /* this */
            aload 2 /* bindingsToNotify */
            aload 1 /* collectedSources */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokespecial com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$NewSourcesNotification.<init>:(Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;[Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Ljava/util/Collection;)V
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.enqueue:(Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotification;)V
         4: .line 121
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.shouldProcess:()Z
            ifeq 7
         5: .line 122
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.$assertionsDisabled:Z
            ifne 6
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.isSourcesInitializationRequired:()Z
            ifeq 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            areturn
         7: .line 125
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // com.oracle.truffle.api.instrumentation.EventBinding$Source[] bindingsToNotify
        end local 1 // java.util.Map collectedSources
        end local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            0    8     1  collectedSources  Ljava/util/Map<Lcom/oracle/truffle/api/source/Source;Ljava/lang/Void;>;
            0    8     2  bindingsToNotify  [Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;
    Signature: (Ljava/util/Map<Lcom/oracle/truffle/api/source/Source;Ljava/lang/Void;>;[Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;)Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
    MethodParameters:
                  Name  Flags
      collectedSources  
      bindingsToNotify  

  void setInitialized();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
         0: .line 130
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.sourcesInitialized:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
         1: .line 131
            return
        end local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;

  boolean hasBindings();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
         0: .line 134
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.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.SourceInstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;

  com.oracle.truffle.api.instrumentation.EventBinding$Source<?>[] getBindingsArray();
    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.SourceInstrumentationHandler this
         0: .line 138
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings: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.SourceInstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
    Signature: ()[Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;

  void clearForDisposedBinding(com.oracle.truffle.api.instrumentation.EventBinding$Source<?>);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source disposedBinding
         0: .line 142
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindingsLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            astore 2 /* lock */
        start local 2 // java.util.concurrent.locks.Lock lock
         1: .line 143
            aload 2 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         2: .line 145
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            aload 1 /* disposedBinding */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.remove:(Ljava/lang/Object;)Z
            pop
         3: .line 146
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.isEmpty:()Z
            ifeq 9
         4: .line 147
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.clearAllInternal:()V
         5: .line 149
            goto 9
      StackMap locals: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler com.oracle.truffle.api.instrumentation.EventBinding$Source java.util.concurrent.locks.Lock
      StackMap stack: java.lang.Throwable
         6: astore 3
         7: .line 150
            aload 2 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         8: .line 151
            aload 3
            athrow
         9: .line 150
      StackMap locals:
      StackMap stack:
            aload 2 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        10: .line 152
            return
        end local 2 // java.util.concurrent.locks.Lock lock
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source disposedBinding
        end local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            0   11     1  disposedBinding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;
            1   11     2             lock  Ljava/util/concurrent/locks/Lock;
      Exception table:
        from    to  target  type
           2     6       6  any
    Signature: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;)V
    MethodParameters:
                 Name  Flags
      disposedBinding  

  void clearForDisposedInstrumenter(com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter disposedInstrumenter
         0: .line 155
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindingsLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            astore 2 /* lock */
        start local 2 // java.util.concurrent.locks.Lock lock
         1: .line 156
            aload 2 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         2: .line 158
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            aload 1 /* disposedInstrumenter */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.filterBindingsForInstrumenter:(Ljava/util/Collection;Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;)Ljava/util/Collection;
            astore 3 /* disposedSourceLoadedBindings */
        start local 3 // java.util.Collection disposedSourceLoadedBindings
         3: .line 159
            aload 3 /* disposedSourceLoadedBindings */
            invokestatic com.oracle.truffle.api.instrumentation.InstrumentationHandler.disposeBindingsBulk:(Ljava/util/Collection;)V
         4: .line 160
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            aload 3 /* disposedSourceLoadedBindings */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.removeAll:(Ljava/util/Collection;)Z
            pop
         5: .line 161
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.isEmpty:()Z
            ifeq 11
         6: .line 162
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.clearAllInternal:()V
        end local 3 // java.util.Collection disposedSourceLoadedBindings
         7: .line 164
            goto 11
      StackMap locals: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter java.util.concurrent.locks.Lock
      StackMap stack: java.lang.Throwable
         8: astore 4
         9: .line 165
            aload 2 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        10: .line 166
            aload 4
            athrow
        11: .line 165
      StackMap locals:
      StackMap stack:
            aload 2 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        12: .line 167
            return
        end local 2 // java.util.concurrent.locks.Lock lock
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter disposedInstrumenter
        end local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0   13     0                          this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            0   13     1          disposedInstrumenter  Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$AbstractInstrumenter;
            1   13     2                          lock  Ljava/util/concurrent/locks/Lock;
            3    7     3  disposedSourceLoadedBindings  Ljava/util/Collection<Lcom/oracle/truffle/api/instrumentation/EventBinding<*>;>;
      Exception table:
        from    to  target  type
           2     8       8  any
    MethodParameters:
                      Name  Flags
      disposedInstrumenter  

  void clearAll();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
         0: .line 170
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindingsLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            astore 1 /* lock */
        start local 1 // java.util.concurrent.locks.Lock lock
         1: .line 171
            aload 1 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         2: .line 173
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.clearAllInternal:()V
         3: .line 174
            goto 7
      StackMap locals: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler java.util.concurrent.locks.Lock
      StackMap stack: java.lang.Throwable
         4: astore 2
         5: .line 175
            aload 1 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         6: .line 176
            aload 2
            athrow
         7: .line 175
      StackMap locals:
      StackMap stack:
            aload 1 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
         8: .line 177
            return
        end local 1 // java.util.concurrent.locks.Lock lock
        end local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            1    9     1  lock  Ljava/util/concurrent/locks/Lock;
      Exception table:
        from    to  target  type
           2     4       4  any

  private void clearAllInternal();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
         0: .line 180
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindingsLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.getWriteHoldCount:()I
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.clear:()V
         2: .line 182
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.sources:Ljava/util/WeakHashMap;
            invokevirtual java.util.WeakHashMap.clear:()V
         3: .line 183
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.sourcesList:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$WeakAsyncList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$WeakAsyncList.clear:()V
         4: .line 184
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.sourcesInitialized:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
         5: .line 185
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.clear:()V
         6: .line 186
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.invalidate:()V
         7: .line 187
            aload 0 /* this */
            new com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue.<init>:(Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;)V
            putfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.notifications:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
         8: .line 188
            return
        end local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;

  com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue addBinding(com.oracle.truffle.api.instrumentation.EventBinding$Source<?>, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;Z)Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
        start local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        start local 2 // boolean notify
         0: .line 191
            aconst_null
            astore 3 /* notificationsToProcess */
        start local 3 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue notificationsToProcess
         1: .line 192
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindingsLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.writeLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;
            astore 4 /* lock */
        start local 4 // java.util.concurrent.locks.Lock lock
         2: .line 193
            aload 4 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         3: .line 195
            iconst_0
            istore 5 /* initializeSources */
        start local 5 // boolean initializeSources
         4: .line 196
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.isEmpty:()Z
            ifeq 6
         5: .line 197
            iconst_1
            istore 5 /* initializeSources */
         6: .line 199
      StackMap locals: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue java.util.concurrent.locks.Lock int
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.add:(Ljava/lang/Object;)Z
            pop
         7: .line 200
            iload 2 /* notify */
            ifeq 10
         8: .line 201
            aload 0 /* this */
            aload 1 /* binding */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.addAllSourcesNotification:(Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            astore 3 /* notificationsToProcess */
         9: .line 202
            goto 16
      StackMap locals:
      StackMap stack:
        10: iload 5 /* initializeSources */
            ifeq 16
        11: .line 203
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.addInitializeSourcesNotification:()Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            astore 3 /* notificationsToProcess */
        end local 5 // boolean initializeSources
        12: .line 205
            goto 16
      StackMap locals: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler com.oracle.truffle.api.instrumentation.EventBinding$Source int com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue java.util.concurrent.locks.Lock
      StackMap stack: java.lang.Throwable
        13: astore 6
        14: .line 206
            aload 4 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        15: .line 207
            aload 6
            athrow
        16: .line 206
      StackMap locals:
      StackMap stack:
            aload 4 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        17: .line 209
            aload 3 /* notificationsToProcess */
            areturn
        end local 4 // java.util.concurrent.locks.Lock lock
        end local 3 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue notificationsToProcess
        end local 2 // boolean notify
        end local 1 // com.oracle.truffle.api.instrumentation.EventBinding$Source binding
        end local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   18     0                    this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            0   18     1                 binding  Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;
            0   18     2                  notify  Z
            1   18     3  notificationsToProcess  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            2   18     4                    lock  Ljava/util/concurrent/locks/Lock;
            4   12     5       initializeSources  Z
      Exception table:
        from    to  target  type
           3    13      13  any
    Signature: (Lcom/oracle/truffle/api/instrumentation/EventBinding$Source<*>;Z)Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
    MethodParameters:
         Name  Flags
      binding  
      notify   

  com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue addNewSources(java.util.Map<com.oracle.truffle.api.source.Source, java.lang.Void>, boolean);
    descriptor: (Ljava/util/Map;Z)Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
    flags: (0x0000) 
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
        start local 1 // java.util.Map newSources
        start local 2 // boolean notify
         0: .line 213
            aconst_null
            astore 3 /* notificationsToProcess */
        start local 3 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue notificationsToProcess
         1: .line 214
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindingsLock:Ljava/util/concurrent/locks/ReentrantReadWriteLock;
            invokevirtual java.util.concurrent.locks.ReentrantReadWriteLock.readLock:()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;
            astore 4 /* lock */
        start local 4 // java.util.concurrent.locks.Lock lock
         2: .line 215
            aload 4 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
         3: .line 217
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$CopyOnWriteList;
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList.isEmpty:()Z
            ifne 21
         4: .line 218
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.sources:Ljava/util/WeakHashMap;
            dup
            astore 5
            monitorenter
         5: .line 219
            iload 2 /* notify */
            ifeq 8
         6: .line 220
            aload 0 /* this */
            aload 1 /* newSources */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.bindings: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[]
            invokevirtual com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.addNotification:(Ljava/util/Map;[Lcom/oracle/truffle/api/instrumentation/EventBinding$Source;)Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            astore 3 /* notificationsToProcess */
         7: .line 221
            goto 14
         8: .line 222
      StackMap locals: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue java.util.concurrent.locks.Lock java.util.WeakHashMap
      StackMap stack:
            aload 1 /* newSources */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 7
            goto 13
      StackMap locals: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler java.util.Map int com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue java.util.concurrent.locks.Lock java.util.WeakHashMap top java.util.Iterator
      StackMap stack:
         9: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.source.Source
            astore 6 /* src */
        start local 6 // com.oracle.truffle.api.source.Source src
        10: .line 223
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.sources:Ljava/util/WeakHashMap;
            aload 6 /* src */
            invokevirtual java.util.WeakHashMap.containsKey:(Ljava/lang/Object;)Z
            ifne 13
        11: .line 224
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.sources:Ljava/util/WeakHashMap;
            aload 6 /* src */
            aconst_null
            invokevirtual java.util.WeakHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        12: .line 225
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.sourcesList:Lcom/oracle/truffle/api/instrumentation/InstrumentationHandler$WeakAsyncList;
            aload 6 /* src */
            invokevirtual com.oracle.truffle.api.instrumentation.InstrumentationHandler$WeakAsyncList.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // com.oracle.truffle.api.source.Source src
        13: .line 222
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        14: .line 218
      StackMap locals: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler java.util.Map int com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue java.util.concurrent.locks.Lock java.util.WeakHashMap
      StackMap stack:
            aload 5
            monitorexit
        15: goto 21
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: aload 5
            monitorexit
        17: athrow
        18: .line 231
      StackMap locals: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler java.util.Map int com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue java.util.concurrent.locks.Lock
      StackMap stack: java.lang.Throwable
            astore 8
        19: .line 232
            aload 4 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        20: .line 233
            aload 8
            athrow
        21: .line 232
      StackMap locals:
      StackMap stack:
            aload 4 /* lock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        22: .line 235
            aload 3 /* notificationsToProcess */
            areturn
        end local 4 // java.util.concurrent.locks.Lock lock
        end local 3 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue notificationsToProcess
        end local 2 // boolean notify
        end local 1 // java.util.Map newSources
        end local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   23     0                    this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            0   23     1              newSources  Ljava/util/Map<Lcom/oracle/truffle/api/source/Source;Ljava/lang/Void;>;
            0   23     2                  notify  Z
            1   23     3  notificationsToProcess  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
            2   23     4                    lock  Ljava/util/concurrent/locks/Lock;
           10   13     6                     src  Lcom/oracle/truffle/api/source/Source;
      Exception table:
        from    to  target  type
           5    15      16  any
          16    17      16  any
           3    18      18  any
    Signature: (Ljava/util/Map<Lcom/oracle/truffle/api/source/Source;Ljava/lang/Void;>;Z)Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$SourcesNotificationQueue;
    MethodParameters:
            Name  Flags
      newSources  
      notify      
}
SourceFile: "SourceInstrumentationHandler.java"
NestMembers:
  com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$AllSourcesNotification  com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification  com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$NewSourcesNotification  com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotification  com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue
InnerClasses:
  final Source = com.oracle.truffle.api.instrumentation.EventBinding$Source of com.oracle.truffle.api.instrumentation.EventBinding
  abstract AbstractInstrumenter = com.oracle.truffle.api.instrumentation.InstrumentationHandler$AbstractInstrumenter of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  CopyOnWriteList = com.oracle.truffle.api.instrumentation.InstrumentationHandler$CopyOnWriteList of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  final WeakAsyncList = com.oracle.truffle.api.instrumentation.InstrumentationHandler$WeakAsyncList of com.oracle.truffle.api.instrumentation.InstrumentationHandler
  private AllSourcesNotification = com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$AllSourcesNotification of com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler
  private InitializeSourcesNotification = com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification of com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler
  private NewSourcesNotification = com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$NewSourcesNotification of com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler
  private abstract SourcesNotification = com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotification of com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler
  final SourcesNotificationQueue = com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotificationQueue of com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler
  public ReadLock = java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock of java.util.concurrent.locks.ReentrantReadWriteLock
  public WriteLock = java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock of java.util.concurrent.locks.ReentrantReadWriteLock