class com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification extends com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotification
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification
  super_class: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotification
{
  final com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler this$0;
    descriptor: Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  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 355
            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$InitializeSourcesNotification.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification this
         0: .line 355
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification.this$0:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotification.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$InitializeSourcesNotification;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void runNotifications();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification this
         0: .line 358
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification.notificationsRun:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            istore 1 /* firstCall */
        start local 1 // boolean firstCall
         1: .line 359
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification.$assertionsDisabled:Z
            ifne 2
            iload 1 /* firstCall */
            ifne 2
            new java.lang.AssertionError
            dup
            ldc "runNotifications called more than once."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 360
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // boolean firstCall
        end local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$InitializeSourcesNotification;
            1    3     1  firstCall  Z

  protected void resolveSources();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification this
         0: .line 364
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification.this$0:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            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 365
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification.this$0:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            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 366
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification.$assertionsDisabled:Z
            ifne 3
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification.this$0:Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler;
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler.sourcesInitialized:Ljava/util/concurrent/atomic/AtomicBoolean;
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.get:()Z
            ifne 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification.sourcesResolved:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            istore 1 /* firstCall */
        start local 1 // boolean firstCall
         4: .line 368
            getstatic com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification.$assertionsDisabled:Z
            ifne 5
            iload 1 /* firstCall */
            ifne 5
            new java.lang.AssertionError
            dup
            ldc "resolveSources called more than once."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         5: .line 369
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // boolean firstCall
        end local 0 // com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/oracle/truffle/api/instrumentation/SourceInstrumentationHandler$InitializeSourcesNotification;
            4    6     1  firstCall  Z
}
SourceFile: "SourceInstrumentationHandler.java"
NestHost: com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler
InnerClasses:
  private InitializeSourcesNotification = com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$InitializeSourcesNotification of com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler
  private abstract SourcesNotification = com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler$SourcesNotification of com.oracle.truffle.api.instrumentation.SourceInstrumentationHandler