final class org.apache.lucene.index.DocumentsWriter implements java.io.Closeable, org.apache.lucene.util.Accountable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.index.DocumentsWriter
  super_class: java.lang.Object
{
  private final java.util.concurrent.atomic.AtomicLong pendingNumDocs;
    descriptor: Ljava/util/concurrent/atomic/AtomicLong;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.index.DocumentsWriter$FlushNotifications flushNotifications;
    descriptor: Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final org.apache.lucene.util.InfoStream infoStream;
    descriptor: Lorg/apache/lucene/util/InfoStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.index.LiveIndexWriterConfig config;
    descriptor: Lorg/apache/lucene/index/LiveIndexWriterConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  volatile org.apache.lucene.index.DocumentsWriterDeleteQueue deleteQueue;
    descriptor: Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
    flags: (0x0040) ACC_VOLATILE

  private final org.apache.lucene.index.DocumentsWriterFlushQueue ticketQueue;
    descriptor: Lorg/apache/lucene/index/DocumentsWriterFlushQueue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  final org.apache.lucene.index.DocumentsWriterPerThreadPool perThreadPool;
    descriptor: Lorg/apache/lucene/index/DocumentsWriterPerThreadPool;
    flags: (0x0010) ACC_FINAL

  final org.apache.lucene.index.DocumentsWriterFlushControl flushControl;
    descriptor: Lorg/apache/lucene/index/DocumentsWriterFlushControl;
    flags: (0x0010) ACC_FINAL

  private volatile org.apache.lucene.index.DocumentsWriterDeleteQueue currentFullFlushDelQueue;
    descriptor: Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  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 103
            ldc Lorg/apache/lucene/index/DocumentsWriter;
            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 org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.apache.lucene.index.DocumentsWriter$FlushNotifications, int, java.util.concurrent.atomic.AtomicLong, boolean, java.util.function.Supplier<java.lang.String>, org.apache.lucene.index.LiveIndexWriterConfig, org.apache.lucene.store.Directory, org.apache.lucene.store.Directory, org.apache.lucene.index.FieldInfos$FieldNumbers);
    descriptor: (Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;ILjava/util/concurrent/atomic/AtomicLong;ZLjava/util/function/Supplier;Lorg/apache/lucene/index/LiveIndexWriterConfig;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/index/FieldInfos$FieldNumbers;)V
    flags: (0x0000) 
    Code:
      stack=12, locals=10, args_size=10
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // org.apache.lucene.index.DocumentsWriter$FlushNotifications flushNotifications
        start local 2 // int indexCreatedVersionMajor
        start local 3 // java.util.concurrent.atomic.AtomicLong pendingNumDocs
        start local 4 // boolean enableTestPoints
        start local 5 // java.util.function.Supplier segmentNameSupplier
        start local 6 // org.apache.lucene.index.LiveIndexWriterConfig config
        start local 7 // org.apache.lucene.store.Directory directoryOrig
        start local 8 // org.apache.lucene.store.Directory directory
        start local 9 // org.apache.lucene.index.FieldInfos$FieldNumbers globalFieldNumberMap
         0: .line 130
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 114
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:(I)V
            putfield org.apache.lucene.index.DocumentsWriter.numDocsInRAM:Ljava/util/concurrent/atomic/AtomicInteger;
         2: .line 118
            aload 0 /* this */
            new org.apache.lucene.index.DocumentsWriterFlushQueue
            dup
            invokespecial org.apache.lucene.index.DocumentsWriterFlushQueue.<init>:()V
            putfield org.apache.lucene.index.DocumentsWriter.ticketQueue:Lorg/apache/lucene/index/DocumentsWriterFlushQueue;
         3: .line 612
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.index.DocumentsWriter.currentFullFlushDelQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
         4: .line 133
            aload 0 /* this */
            aload 6 /* config */
            putfield org.apache.lucene.index.DocumentsWriter.config:Lorg/apache/lucene/index/LiveIndexWriterConfig;
         5: .line 134
            aload 0 /* this */
            aload 6 /* config */
            invokevirtual org.apache.lucene.index.LiveIndexWriterConfig.getInfoStream:()Lorg/apache/lucene/util/InfoStream;
            putfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
         6: .line 135
            aload 0 /* this */
            new org.apache.lucene.index.DocumentsWriterDeleteQueue
            dup
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            invokespecial org.apache.lucene.index.DocumentsWriterDeleteQueue.<init>:(Lorg/apache/lucene/util/InfoStream;)V
            putfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
         7: .line 136
            aload 0 /* this */
            new org.apache.lucene.index.DocumentsWriterPerThreadPool
            dup
            aload 0 /* this */
            aload 9 /* globalFieldNumberMap */
            iload 2 /* indexCreatedVersionMajor */
            aload 5 /* segmentNameSupplier */
            aload 7 /* directoryOrig */
            aload 8 /* directory */
            aload 6 /* config */
            aload 3 /* pendingNumDocs */
            iload 4 /* enableTestPoints */
            invokedynamic get(Lorg/apache/lucene/index/DocumentsWriter;Lorg/apache/lucene/index/FieldInfos$FieldNumbers;ILjava/util/function/Supplier;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/index/LiveIndexWriterConfig;Ljava/util/concurrent/atomic/AtomicLong;Z)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/apache/lucene/index/DocumentsWriter.lambda$0(Lorg/apache/lucene/index/FieldInfos$FieldNumbers;ILjava/util/function/Supplier;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/index/LiveIndexWriterConfig;Ljava/util/concurrent/atomic/AtomicLong;Z)Lorg/apache/lucene/index/DocumentsWriterPerThread; (7)
                  ()Lorg/apache/lucene/index/DocumentsWriterPerThread;
            invokespecial org.apache.lucene.index.DocumentsWriterPerThreadPool.<init>:(Ljava/util/function/Supplier;)V
            putfield org.apache.lucene.index.DocumentsWriter.perThreadPool:Lorg/apache/lucene/index/DocumentsWriterPerThreadPool;
         8: .line 143
            aload 0 /* this */
            aload 3 /* pendingNumDocs */
            putfield org.apache.lucene.index.DocumentsWriter.pendingNumDocs:Ljava/util/concurrent/atomic/AtomicLong;
         9: .line 144
            aload 0 /* this */
            new org.apache.lucene.index.DocumentsWriterFlushControl
            dup
            aload 0 /* this */
            aload 6 /* config */
            invokespecial org.apache.lucene.index.DocumentsWriterFlushControl.<init>:(Lorg/apache/lucene/index/DocumentsWriter;Lorg/apache/lucene/index/LiveIndexWriterConfig;)V
            putfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
        10: .line 145
            aload 0 /* this */
            aload 1 /* flushNotifications */
            putfield org.apache.lucene.index.DocumentsWriter.flushNotifications:Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;
        11: .line 146
            return
        end local 9 // org.apache.lucene.index.FieldInfos$FieldNumbers globalFieldNumberMap
        end local 8 // org.apache.lucene.store.Directory directory
        end local 7 // org.apache.lucene.store.Directory directoryOrig
        end local 6 // org.apache.lucene.index.LiveIndexWriterConfig config
        end local 5 // java.util.function.Supplier segmentNameSupplier
        end local 4 // boolean enableTestPoints
        end local 3 // java.util.concurrent.atomic.AtomicLong pendingNumDocs
        end local 2 // int indexCreatedVersionMajor
        end local 1 // org.apache.lucene.index.DocumentsWriter$FlushNotifications flushNotifications
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   12     0                      this  Lorg/apache/lucene/index/DocumentsWriter;
            0   12     1        flushNotifications  Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;
            0   12     2  indexCreatedVersionMajor  I
            0   12     3            pendingNumDocs  Ljava/util/concurrent/atomic/AtomicLong;
            0   12     4          enableTestPoints  Z
            0   12     5       segmentNameSupplier  Ljava/util/function/Supplier<Ljava/lang/String;>;
            0   12     6                    config  Lorg/apache/lucene/index/LiveIndexWriterConfig;
            0   12     7             directoryOrig  Lorg/apache/lucene/store/Directory;
            0   12     8                 directory  Lorg/apache/lucene/store/Directory;
            0   12     9      globalFieldNumberMap  Lorg/apache/lucene/index/FieldInfos$FieldNumbers;
    Signature: (Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;ILjava/util/concurrent/atomic/AtomicLong;ZLjava/util/function/Supplier<Ljava/lang/String;>;Lorg/apache/lucene/index/LiveIndexWriterConfig;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/index/FieldInfos$FieldNumbers;)V
    MethodParameters:
                          Name  Flags
      flushNotifications        
      indexCreatedVersionMajor  
      pendingNumDocs            
      enableTestPoints          
      segmentNameSupplier       
      config                    
      directoryOrig             
      directory                 
      globalFieldNumberMap      

  long deleteQueries(org.apache.lucene.search.Query[]);
    descriptor: ([Lorg/apache/lucene/search/Query;)J
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // org.apache.lucene.search.Query[] queries
         0: .line 149
            aload 0 /* this */
            aload 1 /* queries */
            invokedynamic applyAsLong([Lorg/apache/lucene/search/Query;)Ljava/util/function/ToLongFunction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)J
                  org/apache/lucene/index/DocumentsWriter.lambda$1([Lorg/apache/lucene/search/Query;Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)J (6)
                  (Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)J
            invokevirtual org.apache.lucene.index.DocumentsWriter.applyDeleteOrUpdate:(Ljava/util/function/ToLongFunction;)J
            lreturn
        end local 1 // org.apache.lucene.search.Query[] queries
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/lucene/index/DocumentsWriter;
            0    1     1  queries  [Lorg/apache/lucene/search/Query;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      queries  final

  long deleteTerms(org.apache.lucene.index.Term[]);
    descriptor: ([Lorg/apache/lucene/index/Term;)J
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // org.apache.lucene.index.Term[] terms
         0: .line 153
            aload 0 /* this */
            aload 1 /* terms */
            invokedynamic applyAsLong([Lorg/apache/lucene/index/Term;)Ljava/util/function/ToLongFunction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)J
                  org/apache/lucene/index/DocumentsWriter.lambda$2([Lorg/apache/lucene/index/Term;Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)J (6)
                  (Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)J
            invokevirtual org.apache.lucene.index.DocumentsWriter.applyDeleteOrUpdate:(Ljava/util/function/ToLongFunction;)J
            lreturn
        end local 1 // org.apache.lucene.index.Term[] terms
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/DocumentsWriter;
            0    1     1  terms  [Lorg/apache/lucene/index/Term;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      terms  final

  long updateDocValues(org.apache.lucene.index.DocValuesUpdate[]);
    descriptor: ([Lorg/apache/lucene/index/DocValuesUpdate;)J
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // org.apache.lucene.index.DocValuesUpdate[] updates
         0: .line 157
            aload 0 /* this */
            aload 1 /* updates */
            invokedynamic applyAsLong([Lorg/apache/lucene/index/DocValuesUpdate;)Ljava/util/function/ToLongFunction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)J
                  org/apache/lucene/index/DocumentsWriter.lambda$3([Lorg/apache/lucene/index/DocValuesUpdate;Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)J (6)
                  (Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)J
            invokevirtual org.apache.lucene.index.DocumentsWriter.applyDeleteOrUpdate:(Ljava/util/function/ToLongFunction;)J
            lreturn
        end local 1 // org.apache.lucene.index.DocValuesUpdate[] updates
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/lucene/index/DocumentsWriter;
            0    1     1  updates  [Lorg/apache/lucene/index/DocValuesUpdate;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      updates  

  private synchronized long applyDeleteOrUpdate(java.util.function.ToLongFunction<org.apache.lucene.index.DocumentsWriterDeleteQueue>);
    descriptor: (Ljava/util/function/ToLongFunction;)J
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // java.util.function.ToLongFunction function
         0: .line 163
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            astore 2 /* deleteQueue */
        start local 2 // org.apache.lucene.index.DocumentsWriterDeleteQueue deleteQueue
         1: .line 164
            aload 1 /* function */
            aload 2 /* deleteQueue */
            invokeinterface java.util.function.ToLongFunction.applyAsLong:(Ljava/lang/Object;)J
            lstore 3 /* seqNo */
        start local 3 // long seqNo
         2: .line 165
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.doOnDelete:()V
         3: .line 166
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.DocumentsWriter.applyAllDeletes:()Z
            ifeq 5
         4: .line 167
            lload 3 /* seqNo */
            lneg
            lstore 3 /* seqNo */
         5: .line 169
      StackMap locals: org.apache.lucene.index.DocumentsWriterDeleteQueue long
      StackMap stack:
            lload 3 /* seqNo */
            lreturn
        end local 3 // long seqNo
        end local 2 // org.apache.lucene.index.DocumentsWriterDeleteQueue deleteQueue
        end local 1 // java.util.function.ToLongFunction function
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/apache/lucene/index/DocumentsWriter;
            0    6     1     function  Ljava/util/function/ToLongFunction<Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;>;
            1    6     2  deleteQueue  Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            2    6     3        seqNo  J
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/function/ToLongFunction<Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;>;)J
    MethodParameters:
          Name  Flags
      function  

  private boolean applyAllDeletes();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 174
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            astore 1 /* deleteQueue */
        start local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue deleteQueue
         1: .line 175
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.isFullFlush:()Z
            ifne 7
         2: .line 176
            aload 1 /* deleteQueue */
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.isOpen:()Z
            ifeq 7
         3: .line 177
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.getAndResetApplyAllDeletes:()Z
            ifeq 7
         4: .line 178
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.ticketQueue:Lorg/apache/lucene/index/DocumentsWriterFlushQueue;
            aload 1 /* deleteQueue */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushQueue.addDeletes:(Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)Z
            ifeq 7
         5: .line 179
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushNotifications:Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;
            invokeinterface org.apache.lucene.index.DocumentsWriter$FlushNotifications.onDeletesApplied:()V
         6: .line 180
            iconst_1
            ireturn
         7: .line 183
      StackMap locals: org.apache.lucene.index.DocumentsWriterDeleteQueue
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue deleteQueue
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lorg/apache/lucene/index/DocumentsWriter;
            1    8     1  deleteQueue  Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
    Exceptions:
      throws java.io.IOException

  void purgeFlushTickets(boolean, org.apache.lucene.util.IOUtils$IOConsumer<org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket>);
    descriptor: (ZLorg/apache/lucene/util/IOUtils$IOConsumer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // boolean forced
        start local 2 // org.apache.lucene.util.IOUtils$IOConsumer consumer
         0: .line 188
            iload 1 /* forced */
            ifeq 3
         1: .line 189
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.ticketQueue:Lorg/apache/lucene/index/DocumentsWriterFlushQueue;
            aload 2 /* consumer */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushQueue.forcePurge:(Lorg/apache/lucene/util/IOUtils$IOConsumer;)V
         2: .line 190
            goto 4
         3: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.ticketQueue:Lorg/apache/lucene/index/DocumentsWriterFlushQueue;
            aload 2 /* consumer */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushQueue.tryPurge:(Lorg/apache/lucene/util/IOUtils$IOConsumer;)V
         4: .line 193
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.apache.lucene.util.IOUtils$IOConsumer consumer
        end local 1 // boolean forced
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/lucene/index/DocumentsWriter;
            0    5     1    forced  Z
            0    5     2  consumer  Lorg/apache/lucene/util/IOUtils$IOConsumer<Lorg/apache/lucene/index/DocumentsWriterFlushQueue$FlushTicket;>;
    Exceptions:
      throws java.io.IOException
    Signature: (ZLorg/apache/lucene/util/IOUtils$IOConsumer<Lorg/apache/lucene/index/DocumentsWriterFlushQueue$FlushTicket;>;)V
    MethodParameters:
          Name  Flags
      forced    
      consumer  

  int getNumDocs();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 197
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.numDocsInRAM:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            ireturn
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocumentsWriter;

  private void ensureOpen();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 201
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.closed:Z
            ifeq 2
         1: .line 202
            new org.apache.lucene.store.AlreadyClosedException
            dup
            ldc "this DocumentsWriter is closed"
            invokespecial org.apache.lucene.store.AlreadyClosedException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 204
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/DocumentsWriter;
    Exceptions:
      throws org.apache.lucene.store.AlreadyClosedException

  synchronized void abort();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 211
            iconst_0
            istore 1 /* success */
        start local 1 // boolean success
         1: .line 213
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.clear:()V
         2: .line 214
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            invokevirtual org.apache.lucene.util.InfoStream.isEnabled:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 215
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            ldc "abort"
            invokevirtual org.apache.lucene.util.InfoStream.message:(Ljava/lang/String;Ljava/lang/String;)V
         4: .line 217
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.perThreadPool:Lorg/apache/lucene/index/DocumentsWriterPerThreadPool;
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  org/apache/lucene/index/DocumentsWriter.lambda$4(Lorg/apache/lucene/index/DocumentsWriterPerThread;)Z (6)
                  (Lorg/apache/lucene/index/DocumentsWriterPerThread;)Z
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThreadPool.filterAndLock:(Ljava/util/function/Predicate;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 12
      StackMap locals: org.apache.lucene.index.DocumentsWriter int top java.util.Iterator
      StackMap stack:
         5: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.index.DocumentsWriterPerThread
            astore 2 /* perThread */
        start local 2 // org.apache.lucene.index.DocumentsWriterPerThread perThread
         6: .line 219
            aload 0 /* this */
            aload 2 /* perThread */
            invokevirtual org.apache.lucene.index.DocumentsWriter.abortDocumentsWriterPerThread:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)V
         7: .line 220
            goto 11
      StackMap locals: org.apache.lucene.index.DocumentsWriter int org.apache.lucene.index.DocumentsWriterPerThread java.util.Iterator
      StackMap stack: java.lang.Throwable
         8: astore 4
         9: .line 221
            aload 2 /* perThread */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.unlock:()V
        10: .line 222
            aload 4
            athrow
        11: .line 221
      StackMap locals:
      StackMap stack:
            aload 2 /* perThread */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.unlock:()V
        end local 2 // org.apache.lucene.index.DocumentsWriterPerThread perThread
        12: .line 217
      StackMap locals: org.apache.lucene.index.DocumentsWriter int top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        13: .line 224
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.abortPendingFlushes:()V
        14: .line 225
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.waitForFlush:()V
        15: .line 226
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 17
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.perThreadPool:Lorg/apache/lucene/index/DocumentsWriterPerThreadPool;
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThreadPool.size:()I
            ifeq 17
            new java.lang.AssertionError
            dup
        16: .line 227
            new java.lang.StringBuilder
            dup
            ldc "There are still active DWPT in the pool: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.perThreadPool:Lorg/apache/lucene/index/DocumentsWriterPerThreadPool;
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThreadPool.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        17: .line 228
      StackMap locals: org.apache.lucene.index.DocumentsWriter int
      StackMap stack:
            iconst_1
            istore 1 /* success */
        18: .line 229
            goto 26
      StackMap locals:
      StackMap stack: java.lang.Throwable
        19: astore 5
        20: .line 230
            iload 1 /* success */
            ifeq 23
        21: .line 231
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 22
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.getFlushingBytes:()J
            lconst_0
            lcmp
            ifeq 22
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "flushingBytes has unexpected value 0 != "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.getFlushingBytes:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        22: .line 232
      StackMap locals: org.apache.lucene.index.DocumentsWriter int top top top java.lang.Throwable
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 23
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.netBytes:()J
            lconst_0
            lcmp
            ifeq 23
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "netBytes has unexpected value 0 != "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.netBytes:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        23: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            invokevirtual org.apache.lucene.util.InfoStream.isEnabled:(Ljava/lang/String;)Z
            ifeq 25
        24: .line 235
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            new java.lang.StringBuilder
            dup
            ldc "done abort success="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* success */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.apache.lucene.util.InfoStream.message:(Ljava/lang/String;Ljava/lang/String;)V
        25: .line 237
      StackMap locals:
      StackMap stack:
            aload 5
            athrow
        26: .line 230
      StackMap locals: org.apache.lucene.index.DocumentsWriter int
      StackMap stack:
            iload 1 /* success */
            ifeq 29
        27: .line 231
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 28
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.getFlushingBytes:()J
            lconst_0
            lcmp
            ifeq 28
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "flushingBytes has unexpected value 0 != "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.getFlushingBytes:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        28: .line 232
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 29
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.netBytes:()J
            lconst_0
            lcmp
            ifeq 29
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "netBytes has unexpected value 0 != "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.netBytes:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        29: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            invokevirtual org.apache.lucene.util.InfoStream.isEnabled:(Ljava/lang/String;)Z
            ifeq 31
        30: .line 235
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            new java.lang.StringBuilder
            dup
            ldc "done abort success="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* success */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.apache.lucene.util.InfoStream.message:(Ljava/lang/String;Ljava/lang/String;)V
        31: .line 238
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean success
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   32     0       this  Lorg/apache/lucene/index/DocumentsWriter;
            1   32     1    success  Z
            6   12     2  perThread  Lorg/apache/lucene/index/DocumentsWriterPerThread;
      Exception table:
        from    to  target  type
           6     8       8  any
           1    19      19  any
    Exceptions:
      throws java.io.IOException

  final boolean flushOneDWPT();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 241
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            invokevirtual org.apache.lucene.util.InfoStream.isEnabled:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 242
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            ldc "startFlushOneDWPT"
            invokevirtual org.apache.lucene.util.InfoStream.message:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.nextPendingFlush:()Lorg/apache/lucene/index/DocumentsWriterPerThread;
            astore 1 /* documentsWriterPerThread */
        start local 1 // org.apache.lucene.index.DocumentsWriterPerThread documentsWriterPerThread
         3: .line 246
            aload 1 /* documentsWriterPerThread */
            ifnonnull 5
         4: .line 247
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.checkoutLargestNonPendingWriter:()Lorg/apache/lucene/index/DocumentsWriterPerThread;
            astore 1 /* documentsWriterPerThread */
         5: .line 249
      StackMap locals: org.apache.lucene.index.DocumentsWriterPerThread
      StackMap stack:
            aload 1 /* documentsWriterPerThread */
            ifnull 7
         6: .line 250
            aload 0 /* this */
            aload 1 /* documentsWriterPerThread */
            invokevirtual org.apache.lucene.index.DocumentsWriter.doFlush:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)Z
            ireturn
         7: .line 252
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.apache.lucene.index.DocumentsWriterPerThread documentsWriterPerThread
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    8     0                      this  Lorg/apache/lucene/index/DocumentsWriter;
            3    8     1  documentsWriterPerThread  Lorg/apache/lucene/index/DocumentsWriterPerThread;
    Exceptions:
      throws java.io.IOException

  synchronized java.io.Closeable lockAndAbortAll();
    descriptor: ()Ljava/io/Closeable;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 259
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            invokevirtual org.apache.lucene.util.InfoStream.isEnabled:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 260
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            ldc "lockAndAbortAll"
            invokevirtual org.apache.lucene.util.InfoStream.message:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.ticketQueue:Lorg/apache/lucene/index/DocumentsWriterFlushQueue;
            aload 0 /* this */
            invokedynamic accept(Lorg/apache/lucene/index/DocumentsWriter;)Lorg/apache/lucene/util/IOUtils$IOConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/apache/lucene/index/DocumentsWriter.lambda$5(Lorg/apache/lucene/index/DocumentsWriterFlushQueue$FlushTicket;)V (7)
                  (Lorg/apache/lucene/index/DocumentsWriterFlushQueue$FlushTicket;)V
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushQueue.forcePurge:(Lorg/apache/lucene/util/IOUtils$IOConsumer;)V
         3: .line 268
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* writers */
        start local 1 // java.util.List writers
         4: .line 269
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:(Z)V
            astore 2 /* released */
        start local 2 // java.util.concurrent.atomic.AtomicBoolean released
         5: .line 270
            aload 0 /* this */
            aload 2 /* released */
            aload 1 /* writers */
            invokedynamic close(Lorg/apache/lucene/index/DocumentsWriter;Ljava/util/concurrent/atomic/AtomicBoolean;Ljava/util/List;)Ljava/io/Closeable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  org/apache/lucene/index/DocumentsWriter.lambda$6(Ljava/util/concurrent/atomic/AtomicBoolean;Ljava/util/List;)V (7)
                  ()V
            astore 3 /* release */
        start local 3 // java.io.Closeable release
         6: .line 285
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.clear:()V
         7: .line 286
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.perThreadPool:Lorg/apache/lucene/index/DocumentsWriterPerThreadPool;
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThreadPool.lockNewWriters:()V
         8: .line 287
            aload 1 /* writers */
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.perThreadPool:Lorg/apache/lucene/index/DocumentsWriterPerThreadPool;
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  org/apache/lucene/index/DocumentsWriter.lambda$7(Lorg/apache/lucene/index/DocumentsWriterPerThread;)Z (6)
                  (Lorg/apache/lucene/index/DocumentsWriterPerThread;)Z
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThreadPool.filterAndLock:(Ljava/util/function/Predicate;)Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         9: .line 288
            aload 1 /* writers */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 13
      StackMap locals: org.apache.lucene.index.DocumentsWriter java.util.List java.util.concurrent.atomic.AtomicBoolean java.io.Closeable top java.util.Iterator
      StackMap stack:
        10: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.index.DocumentsWriterPerThread
            astore 4 /* perThread */
        start local 4 // org.apache.lucene.index.DocumentsWriterPerThread perThread
        11: .line 289
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 12
            aload 4 /* perThread */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.isHeldByCurrentThread:()Z
            ifne 12
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        12: .line 290
      StackMap locals: org.apache.lucene.index.DocumentsWriter java.util.List java.util.concurrent.atomic.AtomicBoolean java.io.Closeable org.apache.lucene.index.DocumentsWriterPerThread java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            aload 4 /* perThread */
            invokevirtual org.apache.lucene.index.DocumentsWriter.abortDocumentsWriterPerThread:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)V
        end local 4 // org.apache.lucene.index.DocumentsWriterPerThread perThread
        13: .line 288
      StackMap locals: org.apache.lucene.index.DocumentsWriter java.util.List java.util.concurrent.atomic.AtomicBoolean java.io.Closeable top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        14: .line 292
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.clear:()V
        15: .line 295
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.perThreadPool:Lorg/apache/lucene/index/DocumentsWriterPerThreadPool;
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThreadPool.size:()I
            iconst_1
            iadd
            i2l
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.skipSequenceNumbers:(J)V
        16: .line 297
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.abortPendingFlushes:()V
        17: .line 298
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.waitForFlush:()V
        18: .line 299
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            invokevirtual org.apache.lucene.util.InfoStream.isEnabled:(Ljava/lang/String;)Z
            ifeq 20
        19: .line 300
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            ldc "finished lockAndAbortAll success=true"
            invokevirtual org.apache.lucene.util.InfoStream.message:(Ljava/lang/String;Ljava/lang/String;)V
        20: .line 302
      StackMap locals: org.apache.lucene.index.DocumentsWriter java.util.List java.util.concurrent.atomic.AtomicBoolean java.io.Closeable
      StackMap stack:
            aload 3 /* release */
        21: areturn
        22: .line 303
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4 /* t */
        start local 4 // java.lang.Throwable t
        23: .line 304
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            invokevirtual org.apache.lucene.util.InfoStream.isEnabled:(Ljava/lang/String;)Z
            ifeq 25
        24: .line 305
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            ldc "finished lockAndAbortAll success=false"
            invokevirtual org.apache.lucene.util.InfoStream.message:(Ljava/lang/String;Ljava/lang/String;)V
        25: .line 309
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 3 /* release */
            invokeinterface java.io.Closeable.close:()V
        26: .line 310
            goto 29
      StackMap locals:
      StackMap stack: java.lang.Throwable
        27: astore 5 /* t1 */
        start local 5 // java.lang.Throwable t1
        28: .line 311
            aload 4 /* t */
            aload 5 /* t1 */
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
        end local 5 // java.lang.Throwable t1
        29: .line 313
      StackMap locals:
      StackMap stack:
            aload 4 /* t */
            athrow
        end local 4 // java.lang.Throwable t
        end local 3 // java.io.Closeable release
        end local 2 // java.util.concurrent.atomic.AtomicBoolean released
        end local 1 // java.util.List writers
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   30     0       this  Lorg/apache/lucene/index/DocumentsWriter;
            4   30     1    writers  Ljava/util/List<Lorg/apache/lucene/index/DocumentsWriterPerThread;>;
            5   30     2   released  Ljava/util/concurrent/atomic/AtomicBoolean;
            6   30     3    release  Ljava/io/Closeable;
           11   13     4  perThread  Lorg/apache/lucene/index/DocumentsWriterPerThread;
           23   30     4          t  Ljava/lang/Throwable;
           28   29     5         t1  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           6    21      22  Class java.lang.Throwable
          25    26      27  Class java.lang.Throwable
    Exceptions:
      throws java.io.IOException

  private void abortDocumentsWriterPerThread(org.apache.lucene.index.DocumentsWriterPerThread);
    descriptor: (Lorg/apache/lucene/index/DocumentsWriterPerThread;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // org.apache.lucene.index.DocumentsWriterPerThread perThread
         0: .line 319
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 1
            aload 1 /* perThread */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.isHeldByCurrentThread:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* perThread */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.getNumDocsInRAM:()I
            invokevirtual org.apache.lucene.index.DocumentsWriter.subtractFlushedNumDocs:(I)V
         2: .line 322
            aload 1 /* perThread */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.abort:()V
         3: .line 323
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 2
         5: .line 324
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            aload 1 /* perThread */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.doOnAbort:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)V
         6: .line 325
            aload 2
            athrow
         7: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            aload 1 /* perThread */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.doOnAbort:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)V
         8: .line 326
            return
        end local 1 // org.apache.lucene.index.DocumentsWriterPerThread perThread
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/apache/lucene/index/DocumentsWriter;
            0    9     1  perThread  Lorg/apache/lucene/index/DocumentsWriterPerThread;
      Exception table:
        from    to  target  type
           1     4       4  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      perThread  final

  long getMaxCompletedSequenceNumber();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 330
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.getMaxCompletedSeqNo:()J
            lreturn
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocumentsWriter;

  boolean anyChanges();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 342
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.numDocsInRAM:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            ifne 1
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.DocumentsWriter.anyDeletions:()Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.ticketQueue:Lorg/apache/lucene/index/DocumentsWriterFlushQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushQueue.hasTickets:()Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.pendingChangesInCurrentFullFlush:Z
            ifne 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* anyChanges */
        start local 1 // boolean anyChanges
         3: .line 343
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            invokevirtual org.apache.lucene.util.InfoStream.isEnabled:(Ljava/lang/String;)Z
            ifeq 9
            iload 1 /* anyChanges */
            ifeq 9
         4: .line 344
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            new java.lang.StringBuilder
            dup
            ldc "anyChanges? numDocsInRam="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.numDocsInRAM:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         5: .line 345
            ldc " deletes="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.DocumentsWriter.anyDeletions:()Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            ldc " hasTickets:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 346
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.ticketQueue:Lorg/apache/lucene/index/DocumentsWriterFlushQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushQueue.hasTickets:()Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            ldc " pendingChangesInFullFlush: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 347
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.pendingChangesInCurrentFullFlush:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 344
            invokevirtual org.apache.lucene.util.InfoStream.message:(Ljava/lang/String;Ljava/lang/String;)V
         9: .line 349
      StackMap locals: int
      StackMap stack:
            iload 1 /* anyChanges */
            ireturn
        end local 1 // boolean anyChanges
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/apache/lucene/index/DocumentsWriter;
            3   10     1  anyChanges  Z

  int getBufferedDeleteTermsSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 353
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.getBufferedUpdatesTermsSize:()I
            ireturn
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocumentsWriter;

  int getNumBufferedDeleteTerms();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 358
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.numGlobalTermDeletes:()I
            ireturn
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocumentsWriter;

  boolean anyDeletions();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 362
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.anyChanges:()Z
            ireturn
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocumentsWriter;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 367
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.index.DocumentsWriter.closed:Z
            iconst_2
            anewarray java.io.Closeable
            dup
            iconst_0
         1: .line 368
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.perThreadPool:Lorg/apache/lucene/index/DocumentsWriterPerThreadPool;
            aastore
            invokestatic org.apache.lucene.util.IOUtils.close:([Ljava/io/Closeable;)V
         2: .line 369
            return
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/DocumentsWriter;
    Exceptions:
      throws java.io.IOException

  private boolean preUpdate();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 372
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.DocumentsWriter.ensureOpen:()V
         1: .line 373
            iconst_0
            istore 1 /* hasEvents */
        start local 1 // boolean hasEvents
         2: .line 375
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.anyStalledThreads:()Z
            ifne 5
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.numQueuedFlushes:()I
            ifle 9
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.config:Lorg/apache/lucene/index/LiveIndexWriterConfig;
            getfield org.apache.lucene.index.LiveIndexWriterConfig.checkPendingFlushOnUpdate:Z
            ifeq 9
         3: .line 380
            goto 5
        start local 2 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
         4: .line 382
      StackMap locals: int org.apache.lucene.index.DocumentsWriterPerThread
      StackMap stack:
            iload 1 /* hasEvents */
            aload 0 /* this */
            aload 2 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriter.doFlush:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)Z
            ior
            istore 1 /* hasEvents */
        end local 2 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
         5: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.nextPendingFlush:()Lorg/apache/lucene/index/DocumentsWriterPerThread;
            dup
            astore 2 /* flushingDWPT */
        start local 2 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
         6: ifnonnull 4
         7: .line 385
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.waitIfStalled:()V
        end local 2 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
         8: .line 386
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.numQueuedFlushes:()I
            ifne 5
         9: .line 388
      StackMap locals:
      StackMap stack:
            iload 1 /* hasEvents */
            ireturn
        end local 1 // boolean hasEvents
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/apache/lucene/index/DocumentsWriter;
            2   10     1     hasEvents  Z
            4    5     2  flushingDWPT  Lorg/apache/lucene/index/DocumentsWriterPerThread;
            6    8     2  flushingDWPT  Lorg/apache/lucene/index/DocumentsWriterPerThread;
    Exceptions:
      throws java.io.IOException

  private boolean postUpdate(org.apache.lucene.index.DocumentsWriterPerThread, boolean);
    descriptor: (Lorg/apache/lucene/index/DocumentsWriterPerThread;Z)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
        start local 2 // boolean hasEvents
         0: .line 392
            iload 2 /* hasEvents */
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.DocumentsWriter.applyAllDeletes:()Z
            ior
            istore 2 /* hasEvents */
         1: .line 393
            aload 1 /* flushingDWPT */
            ifnull 4
         2: .line 394
            iload 2 /* hasEvents */
            aload 0 /* this */
            aload 1 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriter.doFlush:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)Z
            ior
            istore 2 /* hasEvents */
         3: .line 395
            goto 8
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.config:Lorg/apache/lucene/index/LiveIndexWriterConfig;
            getfield org.apache.lucene.index.LiveIndexWriterConfig.checkPendingFlushOnUpdate:Z
            ifeq 8
         5: .line 396
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.nextPendingFlush:()Lorg/apache/lucene/index/DocumentsWriterPerThread;
            astore 3 /* nextPendingFlush */
        start local 3 // org.apache.lucene.index.DocumentsWriterPerThread nextPendingFlush
         6: .line 397
            aload 3 /* nextPendingFlush */
            ifnull 8
         7: .line 398
            iload 2 /* hasEvents */
            aload 0 /* this */
            aload 3 /* nextPendingFlush */
            invokevirtual org.apache.lucene.index.DocumentsWriter.doFlush:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)Z
            ior
            istore 2 /* hasEvents */
        end local 3 // org.apache.lucene.index.DocumentsWriterPerThread nextPendingFlush
         8: .line 402
      StackMap locals:
      StackMap stack:
            iload 2 /* hasEvents */
            ireturn
        end local 2 // boolean hasEvents
        end local 1 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lorg/apache/lucene/index/DocumentsWriter;
            0    9     1      flushingDWPT  Lorg/apache/lucene/index/DocumentsWriterPerThread;
            0    9     2         hasEvents  Z
            6    8     3  nextPendingFlush  Lorg/apache/lucene/index/DocumentsWriterPerThread;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      flushingDWPT  
      hasEvents     

  long updateDocuments(java.lang.Iterable<? extends java.lang.Iterable<? extends org.apache.lucene.index.IndexableField>>, org.apache.lucene.index.DocumentsWriterDeleteQueue$Node<?>);
    descriptor: (Ljava/lang/Iterable;Lorg/apache/lucene/index/DocumentsWriterDeleteQueue$Node;)J
    flags: (0x0000) 
    Code:
      stack=4, locals=11, args_size=3
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // java.lang.Iterable docs
        start local 2 // org.apache.lucene.index.DocumentsWriterDeleteQueue$Node delNode
         0: .line 407
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.DocumentsWriter.preUpdate:()Z
            istore 3 /* hasEvents */
        start local 3 // boolean hasEvents
         1: .line 409
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.obtainAndLock:()Lorg/apache/lucene/index/DocumentsWriterPerThread;
            astore 4 /* dwpt */
        start local 4 // org.apache.lucene.index.DocumentsWriterPerThread dwpt
         2: .line 416
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.DocumentsWriter.ensureOpen:()V
         3: .line 417
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.getNumDocsInRAM:()I
            istore 8 /* dwptNumDocs */
        start local 8 // int dwptNumDocs
         4: .line 419
            aload 4 /* dwpt */
            aload 1 /* docs */
            aload 2 /* delNode */
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushNotifications:Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments:(Ljava/lang/Iterable;Lorg/apache/lucene/index/DocumentsWriterDeleteQueue$Node;Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;)J
            lstore 6 /* seqNo */
        start local 6 // long seqNo
         5: .line 420
            goto 11
        end local 6 // long seqNo
      StackMap locals: org.apache.lucene.index.DocumentsWriter java.lang.Iterable org.apache.lucene.index.DocumentsWriterDeleteQueue$Node int org.apache.lucene.index.DocumentsWriterPerThread top top top int
      StackMap stack: java.lang.Throwable
         6: astore 9
         7: .line 421
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.isAborted:()Z
            ifeq 9
         8: .line 422
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.doOnAbort:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)V
         9: .line 427
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.numDocsInRAM:Ljava/util/concurrent/atomic/AtomicInteger;
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.getNumDocsInRAM:()I
            iload 8 /* dwptNumDocs */
            isub
            invokevirtual java.util.concurrent.atomic.AtomicInteger.addAndGet:(I)I
            pop
        10: .line 428
            aload 9
            athrow
        start local 6 // long seqNo
        11: .line 421
      StackMap locals: org.apache.lucene.index.DocumentsWriter java.lang.Iterable org.apache.lucene.index.DocumentsWriterDeleteQueue$Node int org.apache.lucene.index.DocumentsWriterPerThread top long int
      StackMap stack:
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.isAborted:()Z
            ifeq 13
        12: .line 422
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.doOnAbort:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)V
        13: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.numDocsInRAM:Ljava/util/concurrent/atomic/AtomicInteger;
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.getNumDocsInRAM:()I
            iload 8 /* dwptNumDocs */
            isub
            invokevirtual java.util.concurrent.atomic.AtomicInteger.addAndGet:(I)I
            pop
        14: .line 429
            aload 2 /* delNode */
            ifnull 15
            aload 2 /* delNode */
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue$Node.isDelete:()Z
            ifeq 15
            iconst_1
            goto 16
      StackMap locals:
      StackMap stack:
        15: iconst_0
      StackMap locals:
      StackMap stack: int
        16: istore 9 /* isUpdate */
        start local 9 // boolean isUpdate
        17: .line 430
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            aload 4 /* dwpt */
            iload 9 /* isUpdate */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.doAfterDocument:(Lorg/apache/lucene/index/DocumentsWriterPerThread;Z)Lorg/apache/lucene/index/DocumentsWriterPerThread;
            astore 5 /* flushingDWPT */
        end local 9 // boolean isUpdate
        end local 8 // int dwptNumDocs
        start local 5 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
        18: .line 431
            goto 26
        end local 6 // long seqNo
        end local 5 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
      StackMap locals: org.apache.lucene.index.DocumentsWriter java.lang.Iterable org.apache.lucene.index.DocumentsWriterDeleteQueue$Node int org.apache.lucene.index.DocumentsWriterPerThread
      StackMap stack: java.lang.Throwable
        19: astore 10
        20: .line 432
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.isFlushPending:()Z
            ifne 21
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.isAborted:()Z
            ifeq 23
        21: .line 433
      StackMap locals: org.apache.lucene.index.DocumentsWriter java.lang.Iterable org.apache.lucene.index.DocumentsWriterDeleteQueue$Node int org.apache.lucene.index.DocumentsWriterPerThread top top top top top java.lang.Throwable
      StackMap stack:
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.unlock:()V
        22: .line 434
            goto 24
        23: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.perThreadPool:Lorg/apache/lucene/index/DocumentsWriterPerThreadPool;
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThreadPool.marksAsFreeAndUnlock:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)V
        24: .line 437
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 25
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.isHeldByCurrentThread:()Z
            ifeq 25
            new java.lang.AssertionError
            dup
            ldc "we didn't release the dwpt even on abort"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        25: .line 438
      StackMap locals:
      StackMap stack:
            aload 10
            athrow
        start local 5 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
        start local 6 // long seqNo
        26: .line 432
      StackMap locals: org.apache.lucene.index.DocumentsWriter java.lang.Iterable org.apache.lucene.index.DocumentsWriterDeleteQueue$Node int org.apache.lucene.index.DocumentsWriterPerThread org.apache.lucene.index.DocumentsWriterPerThread long
      StackMap stack:
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.isFlushPending:()Z
            ifne 27
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.isAborted:()Z
            ifeq 29
        27: .line 433
      StackMap locals:
      StackMap stack:
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.unlock:()V
        28: .line 434
            goto 30
        29: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.perThreadPool:Lorg/apache/lucene/index/DocumentsWriterPerThreadPool;
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThreadPool.marksAsFreeAndUnlock:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)V
        30: .line 437
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 31
            aload 4 /* dwpt */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.isHeldByCurrentThread:()Z
            ifeq 31
            new java.lang.AssertionError
            dup
            ldc "we didn't release the dwpt even on abort"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        31: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* flushingDWPT */
            iload 3 /* hasEvents */
            invokevirtual org.apache.lucene.index.DocumentsWriter.postUpdate:(Lorg/apache/lucene/index/DocumentsWriterPerThread;Z)Z
            ifeq 33
        32: .line 441
            lload 6 /* seqNo */
            lneg
            lstore 6 /* seqNo */
        33: .line 443
      StackMap locals:
      StackMap stack:
            lload 6 /* seqNo */
            lreturn
        end local 6 // long seqNo
        end local 5 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
        end local 4 // org.apache.lucene.index.DocumentsWriterPerThread dwpt
        end local 3 // boolean hasEvents
        end local 2 // org.apache.lucene.index.DocumentsWriterDeleteQueue$Node delNode
        end local 1 // java.lang.Iterable docs
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   34     0          this  Lorg/apache/lucene/index/DocumentsWriter;
            0   34     1          docs  Ljava/lang/Iterable<+Ljava/lang/Iterable<+Lorg/apache/lucene/index/IndexableField;>;>;
            0   34     2       delNode  Lorg/apache/lucene/index/DocumentsWriterDeleteQueue$Node<*>;
            1   34     3     hasEvents  Z
            2   34     4          dwpt  Lorg/apache/lucene/index/DocumentsWriterPerThread;
           18   19     5  flushingDWPT  Lorg/apache/lucene/index/DocumentsWriterPerThread;
           26   34     5  flushingDWPT  Lorg/apache/lucene/index/DocumentsWriterPerThread;
            5    6     6         seqNo  J
           11   19     6         seqNo  J
           26   34     6         seqNo  J
            4   18     8   dwptNumDocs  I
           17   18     9      isUpdate  Z
      Exception table:
        from    to  target  type
           4     6       6  any
           2    19      19  any
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/Iterable<+Ljava/lang/Iterable<+Lorg/apache/lucene/index/IndexableField;>;>;Lorg/apache/lucene/index/DocumentsWriterDeleteQueue$Node<*>;)J
    MethodParameters:
         Name  Flags
      docs     final
      delNode  final

  private boolean doFlush(org.apache.lucene.index.DocumentsWriterPerThread);
    descriptor: (Lorg/apache/lucene/index/DocumentsWriterPerThread;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=11, locals=12, args_size=2
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
         0: .line 447
            iconst_0
            istore 2 /* hasEvents */
        start local 2 // boolean hasEvents
         1: .line 448
            goto 53
         2: .line 449
      StackMap locals: int
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 3
            aload 1 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.hasFlushed:()Z
            ifeq 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 450
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* hasEvents */
         4: .line 451
            iconst_0
            istore 3 /* success */
        start local 3 // boolean success
         5: .line 452
            aconst_null
            astore 4 /* ticket */
        start local 4 // org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket ticket
         6: .line 454
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 10
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.currentFullFlushDelQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            ifnull 10
         7: .line 455
            aload 1 /* flushingDWPT */
            getfield org.apache.lucene.index.DocumentsWriterPerThread.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.currentFullFlushDelQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            if_acmpeq 10
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "expected: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         8: .line 456
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.currentFullFlushDelQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "but was: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* flushingDWPT */
            getfield org.apache.lucene.index.DocumentsWriterPerThread.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         9: .line 457
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.isFullFlush:()Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        10: .line 473
      StackMap locals: int org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 11
            aload 0 /* this */
            aload 1 /* flushingDWPT */
            getfield org.apache.lucene.index.DocumentsWriterPerThread.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriter.assertTicketQueueModification:(Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)Z
            ifne 11
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        11: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.ticketQueue:Lorg/apache/lucene/index/DocumentsWriterFlushQueue;
            aload 1 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushQueue.addFlushTicket:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)Lorg/apache/lucene/index/DocumentsWriterFlushQueue$FlushTicket;
            astore 4 /* ticket */
        12: .line 476
            aload 1 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.getNumDocsInRAM:()I
            istore 5 /* flushingDocsInRam */
        start local 5 // int flushingDocsInRam
        13: .line 477
            iconst_0
            istore 6 /* dwptSuccess */
        start local 6 // boolean dwptSuccess
        14: .line 480
            aload 1 /* flushingDWPT */
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushNotifications:Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.flush:(Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;)Lorg/apache/lucene/index/DocumentsWriterPerThread$FlushedSegment;
            astore 7 /* newSegment */
        start local 7 // org.apache.lucene.index.DocumentsWriterPerThread$FlushedSegment newSegment
        15: .line 481
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.ticketQueue:Lorg/apache/lucene/index/DocumentsWriterFlushQueue;
            aload 4 /* ticket */
            aload 7 /* newSegment */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushQueue.addSegment:(Lorg/apache/lucene/index/DocumentsWriterFlushQueue$FlushTicket;Lorg/apache/lucene/index/DocumentsWriterPerThread$FlushedSegment;)V
        16: .line 482
            iconst_1
            istore 6 /* dwptSuccess */
        end local 7 // org.apache.lucene.index.DocumentsWriterPerThread$FlushedSegment newSegment
        17: .line 483
            goto 28
      StackMap locals: org.apache.lucene.index.DocumentsWriter org.apache.lucene.index.DocumentsWriterPerThread int int org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket int int
      StackMap stack: java.lang.Throwable
        18: astore 8
        19: .line 484
            aload 0 /* this */
            iload 5 /* flushingDocsInRam */
            invokevirtual org.apache.lucene.index.DocumentsWriter.subtractFlushedNumDocs:(I)V
        20: .line 485
            aload 1 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.pendingFilesToDelete:()Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 24
        21: .line 486
            aload 1 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.pendingFilesToDelete:()Ljava/util/Set;
            astore 9 /* files */
        start local 9 // java.util.Set files
        22: .line 487
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushNotifications:Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;
            aload 9 /* files */
            invokeinterface org.apache.lucene.index.DocumentsWriter$FlushNotifications.deleteUnusedFiles:(Ljava/util/Collection;)V
        23: .line 488
            iconst_1
            istore 2 /* hasEvents */
        end local 9 // java.util.Set files
        24: .line 490
      StackMap locals: org.apache.lucene.index.DocumentsWriter org.apache.lucene.index.DocumentsWriterPerThread int int org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket int int top java.lang.Throwable
      StackMap stack:
            iload 6 /* dwptSuccess */
            ifne 27
        25: .line 491
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushNotifications:Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;
            aload 1 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.getSegmentInfo:()Lorg/apache/lucene/index/SegmentInfo;
            invokeinterface org.apache.lucene.index.DocumentsWriter$FlushNotifications.flushFailed:(Lorg/apache/lucene/index/SegmentInfo;)V
        26: .line 492
            iconst_1
            istore 2 /* hasEvents */
        27: .line 494
      StackMap locals:
      StackMap stack:
            aload 8
            athrow
        28: .line 484
      StackMap locals: org.apache.lucene.index.DocumentsWriter org.apache.lucene.index.DocumentsWriterPerThread int int org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket int int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* flushingDocsInRam */
            invokevirtual org.apache.lucene.index.DocumentsWriter.subtractFlushedNumDocs:(I)V
        29: .line 485
            aload 1 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.pendingFilesToDelete:()Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 33
        30: .line 486
            aload 1 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.pendingFilesToDelete:()Ljava/util/Set;
            astore 9 /* files */
        start local 9 // java.util.Set files
        31: .line 487
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushNotifications:Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;
            aload 9 /* files */
            invokeinterface org.apache.lucene.index.DocumentsWriter$FlushNotifications.deleteUnusedFiles:(Ljava/util/Collection;)V
        32: .line 488
            iconst_1
            istore 2 /* hasEvents */
        end local 9 // java.util.Set files
        33: .line 490
      StackMap locals:
      StackMap stack:
            iload 6 /* dwptSuccess */
            ifne 36
        34: .line 491
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushNotifications:Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;
            aload 1 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.getSegmentInfo:()Lorg/apache/lucene/index/SegmentInfo;
            invokeinterface org.apache.lucene.index.DocumentsWriter$FlushNotifications.flushFailed:(Lorg/apache/lucene/index/SegmentInfo;)V
        35: .line 492
            iconst_1
            istore 2 /* hasEvents */
        36: .line 496
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* success */
        end local 6 // boolean dwptSuccess
        end local 5 // int flushingDocsInRam
        37: .line 497
            goto 42
      StackMap locals: org.apache.lucene.index.DocumentsWriter org.apache.lucene.index.DocumentsWriterPerThread int int org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket
      StackMap stack: java.lang.Throwable
        38: astore 10
        39: .line 498
            iload 3 /* success */
            ifne 41
            aload 4 /* ticket */
            ifnull 41
        40: .line 502
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.ticketQueue:Lorg/apache/lucene/index/DocumentsWriterFlushQueue;
            aload 4 /* ticket */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushQueue.markTicketFailed:(Lorg/apache/lucene/index/DocumentsWriterFlushQueue$FlushTicket;)V
        41: .line 504
      StackMap locals: org.apache.lucene.index.DocumentsWriter org.apache.lucene.index.DocumentsWriterPerThread int int org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket top top top top top java.lang.Throwable
      StackMap stack:
            aload 10
            athrow
        42: .line 498
      StackMap locals: org.apache.lucene.index.DocumentsWriter org.apache.lucene.index.DocumentsWriterPerThread int int org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket
      StackMap stack:
            iload 3 /* success */
            ifne 44
            aload 4 /* ticket */
            ifnull 44
        43: .line 502
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.ticketQueue:Lorg/apache/lucene/index/DocumentsWriterFlushQueue;
            aload 4 /* ticket */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushQueue.markTicketFailed:(Lorg/apache/lucene/index/DocumentsWriterFlushQueue$FlushTicket;)V
        44: .line 509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.ticketQueue:Lorg/apache/lucene/index/DocumentsWriterFlushQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushQueue.getTicketCount:()I
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.perThreadPool:Lorg/apache/lucene/index/DocumentsWriterPerThreadPool;
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThreadPool.size:()I
            if_icmplt 51
        45: .line 514
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushNotifications:Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;
            invokeinterface org.apache.lucene.index.DocumentsWriter$FlushNotifications.onTicketBacklog:()V
        46: .line 518
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            aload 1 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.doAfterFlush:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)V
        47: .line 515
            goto 54
        48: .line 517
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 11
        49: .line 518
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            aload 1 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.doAfterFlush:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)V
        50: .line 519
            aload 11
            athrow
        51: .line 518
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            aload 1 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.doAfterFlush:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)V
        52: .line 521
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.nextPendingFlush:()Lorg/apache/lucene/index/DocumentsWriterPerThread;
            astore 1 /* flushingDWPT */
        end local 4 // org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket ticket
        end local 3 // boolean success
        53: .line 448
      StackMap locals:
      StackMap stack:
            aload 1 /* flushingDWPT */
            ifnonnull 2
        54: .line 524
      StackMap locals:
      StackMap stack:
            iload 2 /* hasEvents */
            ifeq 56
        55: .line 525
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushNotifications:Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;
            invokeinterface org.apache.lucene.index.DocumentsWriter$FlushNotifications.afterSegmentsFlushed:()V
        56: .line 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.config:Lorg/apache/lucene/index/LiveIndexWriterConfig;
            invokevirtual org.apache.lucene.index.LiveIndexWriterConfig.getRAMBufferSizeMB:()D
            dstore 3 /* ramBufferSizeMB */
        start local 3 // double ramBufferSizeMB
        57: .line 533
            dload 3 /* ramBufferSizeMB */
            ldc -1.0
            dcmpl
            ifeq 67
        58: .line 534
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.getDeleteBytesUsed:()J
            l2d
            ldc 1048576.0
            dload 3 /* ramBufferSizeMB */
            dmul
            ldc 2.0
            ddiv
            dcmpl
            ifle 67
        59: .line 535
            iconst_1
            istore 2 /* hasEvents */
        60: .line 536
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.DocumentsWriter.applyAllDeletes:()Z
            ifne 67
        61: .line 537
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            invokevirtual org.apache.lucene.util.InfoStream.isEnabled:(Ljava/lang/String;)Z
            ifeq 66
        62: .line 538
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            getstatic java.util.Locale.ROOT:Ljava/util/Locale;
            ldc "force apply deletes after flush bytesUsed=%.1f MB vs ramBuffer=%.1f MB"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
        63: .line 539
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.getDeleteBytesUsed:()J
            l2d
            ldc 1048576.0
            ddiv
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_1
        64: .line 540
            dload 3 /* ramBufferSizeMB */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
        65: .line 538
            invokestatic java.lang.String.format:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual org.apache.lucene.util.InfoStream.message:(Ljava/lang/String;Ljava/lang/String;)V
        66: .line 542
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushNotifications:Lorg/apache/lucene/index/DocumentsWriter$FlushNotifications;
            invokeinterface org.apache.lucene.index.DocumentsWriter$FlushNotifications.onDeletesApplied:()V
        67: .line 546
      StackMap locals:
      StackMap stack:
            iload 2 /* hasEvents */
            ireturn
        end local 3 // double ramBufferSizeMB
        end local 2 // boolean hasEvents
        end local 1 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   68     0               this  Lorg/apache/lucene/index/DocumentsWriter;
            0   68     1       flushingDWPT  Lorg/apache/lucene/index/DocumentsWriterPerThread;
            1   68     2          hasEvents  Z
            5   53     3            success  Z
            6   53     4             ticket  Lorg/apache/lucene/index/DocumentsWriterFlushQueue$FlushTicket;
           13   37     5  flushingDocsInRam  I
           14   37     6        dwptSuccess  Z
           15   17     7         newSegment  Lorg/apache/lucene/index/DocumentsWriterPerThread$FlushedSegment;
           22   24     9              files  Ljava/util/Set<Ljava/lang/String;>;
           31   33     9              files  Ljava/util/Set<Ljava/lang/String;>;
           57   68     3    ramBufferSizeMB  D
      Exception table:
        from    to  target  type
          14    18      18  any
          10    38      38  any
           6    46      48  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      flushingDWPT  

  synchronized long getNextSequenceNumber();
    descriptor: ()J
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 551
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.getNextSequenceNumber:()J
            lreturn
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocumentsWriter;

  synchronized void resetDeleteQueue(org.apache.lucene.index.DocumentsWriterDeleteQueue);
    descriptor: (Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue newQueue
         0: .line 555
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.isAdvanced:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 556
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 2
            aload 1 /* newQueue */
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.isAdvanced:()Z
            ifeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 557
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 3
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.getLastSequenceNumber:()J
            aload 1 /* newQueue */
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.getLastSequenceNumber:()J
            lcmp
            ifle 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 558
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.getMaxSeqNo:()J
            aload 1 /* newQueue */
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.getLastSequenceNumber:()J
            lcmp
            ifle 5
            new java.lang.AssertionError
            dup
         4: .line 559
            new java.lang.StringBuilder
            dup
            ldc "maxSeqNo: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.getMaxSeqNo:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " vs. "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* newQueue */
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.getLastSequenceNumber:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         5: .line 560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* newQueue */
            putfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
         6: .line 561
            return
        end local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue newQueue
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/apache/lucene/index/DocumentsWriter;
            0    7     1  newQueue  Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
    MethodParameters:
          Name  Flags
      newQueue  

  void subtractFlushedNumDocs(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // int numFlushed
         0: .line 604
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.numDocsInRAM:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            istore 2 /* oldValue */
        start local 2 // int oldValue
         1: .line 605
            goto 3
         2: .line 606
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.numDocsInRAM:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            istore 2 /* oldValue */
         3: .line 605
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.numDocsInRAM:Ljava/util/concurrent/atomic/AtomicInteger;
            iload 2 /* oldValue */
            iload 2 /* oldValue */
            iload 1 /* numFlushed */
            isub
            invokevirtual java.util.concurrent.atomic.AtomicInteger.compareAndSet:(II)Z
            ifeq 2
         4: .line 608
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.numDocsInRAM:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            ifge 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 609
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int oldValue
        end local 1 // int numFlushed
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/apache/lucene/index/DocumentsWriter;
            0    6     1  numFlushed  I
            1    6     2    oldValue  I
    MethodParameters:
            Name  Flags
      numFlushed  

  private synchronized boolean setFlushingDeleteQueue(org.apache.lucene.index.DocumentsWriterDeleteQueue);
    descriptor: (Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)Z
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue session
         0: .line 616
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.currentFullFlushDelQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            ifnull 2
         1: .line 617
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.currentFullFlushDelQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.isOpen:()Z
            ifeq 2
            new java.lang.AssertionError
            dup
            ldc "Can not replace a full flush queue if the queue is not closed"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* session */
            putfield org.apache.lucene.index.DocumentsWriter.currentFullFlushDelQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
         3: .line 619
            iconst_1
            ireturn
        end local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue session
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/lucene/index/DocumentsWriter;
            0    4     1  session  Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
    MethodParameters:
         Name  Flags
      session  

  private boolean assertTicketQueueModification(org.apache.lucene.index.DocumentsWriterDeleteQueue);
    descriptor: (Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue deleteQueue
         0: .line 624
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.currentFullFlushDelQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            astore 2 /* currentFullFlushDelQueue */
        start local 2 // org.apache.lucene.index.DocumentsWriterDeleteQueue currentFullFlushDelQueue
         1: .line 625
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 3
            aload 2 /* currentFullFlushDelQueue */
            ifnull 3
            aload 2 /* currentFullFlushDelQueue */
            aload 1 /* deleteQueue */
            if_acmpeq 3
            new java.lang.AssertionError
            dup
         2: .line 626
            ldc "only modifications from the current flushing queue are permitted while doing a full flush"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 627
      StackMap locals: org.apache.lucene.index.DocumentsWriterDeleteQueue
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.index.DocumentsWriterDeleteQueue currentFullFlushDelQueue
        end local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue deleteQueue
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    4     0                      this  Lorg/apache/lucene/index/DocumentsWriter;
            0    4     1               deleteQueue  Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            1    4     2  currentFullFlushDelQueue  Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
    MethodParameters:
             Name  Flags
      deleteQueue  

  long flushAllThreads();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 638
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            invokevirtual org.apache.lucene.util.InfoStream.isEnabled:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 639
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            ldc "startFullFlush"
            invokevirtual org.apache.lucene.util.InfoStream.message:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 643
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         3: .line 644
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.DocumentsWriter.anyChanges:()Z
            putfield org.apache.lucene.index.DocumentsWriter.pendingChangesInCurrentFullFlush:Z
         4: .line 645
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            astore 1 /* flushingDeleteQueue */
        start local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue flushingDeleteQueue
         5: .line 649
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.markForFullFlush:()J
            lstore 2 /* seqNo */
        start local 2 // long seqNo
         6: .line 650
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 7
            aload 0 /* this */
            aload 1 /* flushingDeleteQueue */
            invokevirtual org.apache.lucene.index.DocumentsWriter.setFlushingDeleteQueue:(Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)Z
            ifne 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 643
      StackMap locals: org.apache.lucene.index.DocumentsWriterDeleteQueue long org.apache.lucene.index.DocumentsWriter
      StackMap stack:
            aload 4
            monitorexit
         8: goto 11
        end local 2 // long seqNo
        end local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue flushingDeleteQueue
      StackMap locals: org.apache.lucene.index.DocumentsWriter top top top org.apache.lucene.index.DocumentsWriter
      StackMap stack: java.lang.Throwable
         9: aload 4
            monitorexit
        10: athrow
        start local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue flushingDeleteQueue
        start local 2 // long seqNo
        11: .line 652
      StackMap locals: org.apache.lucene.index.DocumentsWriter org.apache.lucene.index.DocumentsWriterDeleteQueue long
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 12
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.currentFullFlushDelQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            ifnonnull 12
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        12: .line 653
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 13
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.currentFullFlushDelQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            if_acmpne 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 655
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* anythingFlushed */
        start local 4 // boolean anythingFlushed
        14: .line 659
            goto 16
        start local 5 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
        15: .line 660
      StackMap locals: int org.apache.lucene.index.DocumentsWriterPerThread
      StackMap stack:
            iload 4 /* anythingFlushed */
            aload 0 /* this */
            aload 5 /* flushingDWPT */
            invokevirtual org.apache.lucene.index.DocumentsWriter.doFlush:(Lorg/apache/lucene/index/DocumentsWriterPerThread;)Z
            ior
            istore 4 /* anythingFlushed */
        end local 5 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
        16: .line 659
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.nextPendingFlush:()Lorg/apache/lucene/index/DocumentsWriterPerThread;
            dup
            astore 5 /* flushingDWPT */
        start local 5 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
        17: ifnonnull 15
        18: .line 663
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.waitForFlush:()V
        19: .line 664
            iload 4 /* anythingFlushed */
            ifne 24
            aload 1 /* flushingDeleteQueue */
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.anyChanges:()Z
            ifeq 24
        20: .line 665
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            invokevirtual org.apache.lucene.util.InfoStream.isEnabled:(Ljava/lang/String;)Z
            ifeq 22
        21: .line 666
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            new java.lang.StringBuilder
            dup
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": flush naked frozen global deletes"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.apache.lucene.util.InfoStream.message:(Ljava/lang/String;Ljava/lang/String;)V
        22: .line 668
      StackMap locals: org.apache.lucene.index.DocumentsWriterPerThread
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 23
            aload 0 /* this */
            aload 1 /* flushingDeleteQueue */
            invokevirtual org.apache.lucene.index.DocumentsWriter.assertTicketQueueModification:(Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)Z
            ifne 23
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        23: .line 669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.ticketQueue:Lorg/apache/lucene/index/DocumentsWriterFlushQueue;
            aload 1 /* flushingDeleteQueue */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushQueue.addDeletes:(Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)Z
            pop
        24: .line 673
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 29
            aload 1 /* flushingDeleteQueue */
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.anyChanges:()Z
            ifeq 29
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 5 // org.apache.lucene.index.DocumentsWriterPerThread flushingDWPT
        25: .line 674
      StackMap locals: org.apache.lucene.index.DocumentsWriter org.apache.lucene.index.DocumentsWriterDeleteQueue long int
      StackMap stack: java.lang.Throwable
            astore 6
        26: .line 675
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 27
            aload 1 /* flushingDeleteQueue */
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.currentFullFlushDelQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            if_acmpeq 27
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        27: .line 676
      StackMap locals: org.apache.lucene.index.DocumentsWriter org.apache.lucene.index.DocumentsWriterDeleteQueue long int top java.lang.Throwable
      StackMap stack:
            aload 1 /* flushingDeleteQueue */
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.close:()V
        28: .line 677
            aload 6
            athrow
        29: .line 675
      StackMap locals: org.apache.lucene.index.DocumentsWriter org.apache.lucene.index.DocumentsWriterDeleteQueue long int
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 30
            aload 1 /* flushingDeleteQueue */
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.currentFullFlushDelQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            if_acmpeq 30
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        30: .line 676
      StackMap locals:
      StackMap stack:
            aload 1 /* flushingDeleteQueue */
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.close:()V
        31: .line 678
            iload 4 /* anythingFlushed */
            ifeq 33
        32: .line 679
            lload 2 /* seqNo */
            lneg
            lreturn
        33: .line 681
      StackMap locals:
      StackMap stack:
            lload 2 /* seqNo */
            lreturn
        end local 4 // boolean anythingFlushed
        end local 2 // long seqNo
        end local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue flushingDeleteQueue
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   34     0                 this  Lorg/apache/lucene/index/DocumentsWriter;
            5    9     1  flushingDeleteQueue  Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
           11   34     1  flushingDeleteQueue  Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            6    9     2                seqNo  J
           11   34     2                seqNo  J
           14   34     4      anythingFlushed  Z
           15   16     5         flushingDWPT  Lorg/apache/lucene/index/DocumentsWriterPerThread;
           17   25     5         flushingDWPT  Lorg/apache/lucene/index/DocumentsWriterPerThread;
      Exception table:
        from    to  target  type
           3     8       9  any
           9    10       9  any
          14    25      25  any
    Exceptions:
      throws java.io.IOException

  void finishFullFlush(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // boolean success
         0: .line 687
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            invokevirtual org.apache.lucene.util.InfoStream.isEnabled:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 688
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            new java.lang.StringBuilder
            dup
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " finishFullFlush success="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* success */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.apache.lucene.util.InfoStream.message:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 690
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.DocumentsWriter.$assertionsDisabled:Z
            ifne 3
            aload 0 /* this */
            aconst_null
            invokevirtual org.apache.lucene.index.DocumentsWriter.setFlushingDeleteQueue:(Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)Z
            ifne 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 691
      StackMap locals:
      StackMap stack:
            iload 1 /* success */
            ifeq 6
         4: .line 693
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.finishFullFlush:()V
         5: .line 694
            goto 12
         6: .line 695
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.abortFullFlushes:()V
         7: .line 697
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
         9: .line 698
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.DocumentsWriter.pendingChangesInCurrentFullFlush:Z
        10: .line 699
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.DocumentsWriter.applyAllDeletes:()Z
            pop
        11: .line 700
            aload 2
            athrow
        12: .line 698
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.index.DocumentsWriter.pendingChangesInCurrentFullFlush:Z
        13: .line 699
            aload 0 /* this */
            invokevirtual org.apache.lucene.index.DocumentsWriter.applyAllDeletes:()Z
            pop
        14: .line 701
            return
        end local 1 // boolean success
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lorg/apache/lucene/index/DocumentsWriter;
            0   15     1  success  Z
      Exception table:
        from    to  target  type
           0     8       8  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      success  

  public long ramBytesUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 705
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.ramBytesUsed:()J
            lreturn
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocumentsWriter;

  long getFlushingBytes();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 714
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.flushControl:Lorg/apache/lucene/index/DocumentsWriterFlushControl;
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushControl.getFlushingBytes:()J
            lreturn
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocumentsWriter;

  private org.apache.lucene.index.DocumentsWriterPerThread lambda$0(org.apache.lucene.index.FieldInfos$FieldNumbers, int, java.util.function.Supplier, org.apache.lucene.store.Directory, org.apache.lucene.store.Directory, org.apache.lucene.index.LiveIndexWriterConfig, java.util.concurrent.atomic.AtomicLong, boolean);
    descriptor: (Lorg/apache/lucene/index/FieldInfos$FieldNumbers;ILjava/util/function/Supplier;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/index/LiveIndexWriterConfig;Ljava/util/concurrent/atomic/AtomicLong;Z)Lorg/apache/lucene/index/DocumentsWriterPerThread;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=11, locals=10, args_size=9
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 137
            new org.apache.lucene.index.FieldInfos$Builder
            dup
            aload 1
            invokespecial org.apache.lucene.index.FieldInfos$Builder.<init>:(Lorg/apache/lucene/index/FieldInfos$FieldNumbers;)V
            astore 9 /* infos */
        start local 9 // org.apache.lucene.index.FieldInfos$Builder infos
         1: .line 138
            new org.apache.lucene.index.DocumentsWriterPerThread
            dup
            iload 2
         2: .line 139
            aload 3
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 4
         3: .line 140
            aload 5
            aload 6
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.deleteQueue:Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;
            aload 9 /* infos */
         4: .line 141
            aload 7
            iload 8
         5: .line 138
            invokespecial org.apache.lucene.index.DocumentsWriterPerThread.<init>:(ILjava/lang/String;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/index/LiveIndexWriterConfig;Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;Lorg/apache/lucene/index/FieldInfos$Builder;Ljava/util/concurrent/atomic/AtomicLong;Z)V
            areturn
        end local 9 // org.apache.lucene.index.FieldInfos$Builder infos
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/lucene/index/DocumentsWriter;
            1    6     9  infos  Lorg/apache/lucene/index/FieldInfos$Builder;

  private static long lambda$1(org.apache.lucene.search.Query[], org.apache.lucene.index.DocumentsWriterDeleteQueue);
    descriptor: ([Lorg/apache/lucene/search/Query;Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)J
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue q
         0: .line 149
            aload 1 /* q */
            aload 0
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.addDelete:([Lorg/apache/lucene/search/Query;)J
            lreturn
        end local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue q
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     q  Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;

  private static long lambda$2(org.apache.lucene.index.Term[], org.apache.lucene.index.DocumentsWriterDeleteQueue);
    descriptor: ([Lorg/apache/lucene/index/Term;Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)J
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue q
         0: .line 153
            aload 1 /* q */
            aload 0
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.addDelete:([Lorg/apache/lucene/index/Term;)J
            lreturn
        end local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue q
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     q  Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;

  private static long lambda$3(org.apache.lucene.index.DocValuesUpdate[], org.apache.lucene.index.DocumentsWriterDeleteQueue);
    descriptor: ([Lorg/apache/lucene/index/DocValuesUpdate;Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;)J
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue q
         0: .line 157
            aload 1 /* q */
            aload 0
            invokevirtual org.apache.lucene.index.DocumentsWriterDeleteQueue.addDocValuesUpdates:([Lorg/apache/lucene/index/DocValuesUpdate;)J
            lreturn
        end local 1 // org.apache.lucene.index.DocumentsWriterDeleteQueue q
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     q  Lorg/apache/lucene/index/DocumentsWriterDeleteQueue;

  private static boolean lambda$4(org.apache.lucene.index.DocumentsWriterPerThread);
    descriptor: (Lorg/apache/lucene/index/DocumentsWriterPerThread;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriterPerThread x
         0: .line 217
            iconst_1
            ireturn
        end local 0 // org.apache.lucene.index.DocumentsWriterPerThread x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  Lorg/apache/lucene/index/DocumentsWriterPerThread;

  private void lambda$5(org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket);
    descriptor: (Lorg/apache/lucene/index/DocumentsWriterFlushQueue$FlushTicket;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DocumentsWriter this
        start local 1 // org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket ticket
         0: .line 264
            aload 1 /* ticket */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket.getFlushedSegment:()Lorg/apache/lucene/index/DocumentsWriterPerThread$FlushedSegment;
            ifnull 2
         1: .line 265
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.pendingNumDocs:Ljava/util/concurrent/atomic/AtomicLong;
            aload 1 /* ticket */
            invokevirtual org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket.getFlushedSegment:()Lorg/apache/lucene/index/DocumentsWriterPerThread$FlushedSegment;
            getfield org.apache.lucene.index.DocumentsWriterPerThread$FlushedSegment.segmentInfo:Lorg/apache/lucene/index/SegmentCommitInfo;
            getfield org.apache.lucene.index.SegmentCommitInfo.info:Lorg/apache/lucene/index/SegmentInfo;
            invokevirtual org.apache.lucene.index.SegmentInfo.maxDoc:()I
            ineg
            i2l
            invokevirtual java.util.concurrent.atomic.AtomicLong.addAndGet:(J)J
            pop2
         2: .line 267
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket ticket
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/lucene/index/DocumentsWriter;
            0    3     1  ticket  Lorg/apache/lucene/index/DocumentsWriterFlushQueue$FlushTicket;
    Exceptions:
      throws java.io.IOException

  private void lambda$6(java.util.concurrent.atomic.AtomicBoolean, java.util.List);
    descriptor: (Ljava/util/concurrent/atomic/AtomicBoolean;Ljava/util/List;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.apache.lucene.index.DocumentsWriter this
         0: .line 274
            aload 1
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            ifeq 8
         1: .line 275
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            invokevirtual org.apache.lucene.util.InfoStream.isEnabled:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 276
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.infoStream:Lorg/apache/lucene/util/InfoStream;
            ldc "DW"
            ldc "unlockAllAbortedThread"
            invokevirtual org.apache.lucene.util.InfoStream.message:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.DocumentsWriter.perThreadPool:Lorg/apache/lucene/index/DocumentsWriterPerThreadPool;
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThreadPool.unlockNewWriters:()V
         4: .line 279
            aload 2
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: org.apache.lucene.index.DocumentsWriter java.util.concurrent.atomic.AtomicBoolean java.util.List top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.index.DocumentsWriterPerThread
            astore 3 /* writer */
        start local 3 // org.apache.lucene.index.DocumentsWriterPerThread writer
         6: .line 280
            aload 3 /* writer */
            invokevirtual org.apache.lucene.index.DocumentsWriterPerThread.unlock:()V
        end local 3 // org.apache.lucene.index.DocumentsWriterPerThread writer
         7: .line 279
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 283
      StackMap locals: org.apache.lucene.index.DocumentsWriter java.util.concurrent.atomic.AtomicBoolean java.util.List
      StackMap stack:
            return
        end local 0 // org.apache.lucene.index.DocumentsWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/apache/lucene/index/DocumentsWriter;
            6    7     3  writer  Lorg/apache/lucene/index/DocumentsWriterPerThread;
    Exceptions:
      throws java.io.IOException

  private static boolean lambda$7(org.apache.lucene.index.DocumentsWriterPerThread);
    descriptor: (Lorg/apache/lucene/index/DocumentsWriterPerThread;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriterPerThread x
         0: .line 287
            iconst_1
            ireturn
        end local 0 // org.apache.lucene.index.DocumentsWriterPerThread x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  Lorg/apache/lucene/index/DocumentsWriterPerThread;
}
SourceFile: "DocumentsWriter.java"
NestMembers:
  org.apache.lucene.index.DocumentsWriter$FlushNotifications
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  abstract FlushNotifications = org.apache.lucene.index.DocumentsWriter$FlushNotifications of org.apache.lucene.index.DocumentsWriter
  Node = org.apache.lucene.index.DocumentsWriterDeleteQueue$Node of org.apache.lucene.index.DocumentsWriterDeleteQueue
  final FlushTicket = org.apache.lucene.index.DocumentsWriterFlushQueue$FlushTicket of org.apache.lucene.index.DocumentsWriterFlushQueue
  final FlushedSegment = org.apache.lucene.index.DocumentsWriterPerThread$FlushedSegment of org.apache.lucene.index.DocumentsWriterPerThread
  final Builder = org.apache.lucene.index.FieldInfos$Builder of org.apache.lucene.index.FieldInfos
  final FieldNumbers = org.apache.lucene.index.FieldInfos$FieldNumbers of org.apache.lucene.index.FieldInfos
  public abstract IOConsumer = org.apache.lucene.util.IOUtils$IOConsumer of org.apache.lucene.util.IOUtils