public class javax.swing.text.GapContent extends javax.swing.text.GapVector implements javax.swing.text.AbstractDocument$Content, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.text.GapContent
  super_class: javax.swing.text.GapVector
{
  private static final char[] empty;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private transient javax.swing.text.GapContent$MarkVector marks;
    descriptor: Ljavax/swing/text/GapContent$MarkVector;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient javax.swing.text.GapContent$MarkData search;
    descriptor: Ljavax/swing/text/GapContent$MarkData;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient int unusedMarks;
    descriptor: I
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient java.lang.ref.ReferenceQueue<javax.swing.text.GapContent$StickyPosition> queue;
    descriptor: Ljava/lang/ref/ReferenceQueue;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: Ljava/lang/ref/ReferenceQueue<Ljavax/swing/text/GapContent$StickyPosition;>;

  static final int GROWTH_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 524288

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 330
            iconst_0
            newarray 5
            putstatic javax.swing.text.GapContent.empty:[C
         1: .line 347
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.text.GapContent this
         0: .line 70
            aload 0 /* this */
            bipush 10
            invokespecial javax.swing.text.GapContent.<init>:(I)V
         1: .line 71
            return
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/text/GapContent;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // javax.swing.text.GapContent this
        start local 1 // int initialLength
         0: .line 82
            aload 0 /* this */
            iload 1 /* initialLength */
            iconst_2
            invokestatic java.lang.Math.max:(II)I
            invokespecial javax.swing.text.GapVector.<init>:(I)V
         1: .line 343
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.GapContent.unusedMarks:I
         2: .line 83
            iconst_1
            newarray 5
            astore 2 /* implied */
        start local 2 // char[] implied
         3: .line 84
            aload 2 /* implied */
            iconst_0
            bipush 10
            castore
         4: .line 85
            aload 0 /* this */
            iconst_0
            iconst_0
            aload 2 /* implied */
            aload 2 /* implied */
            arraylength
            invokevirtual javax.swing.text.GapContent.replace:(IILjava/lang/Object;I)V
         5: .line 87
            aload 0 /* this */
            new javax.swing.text.GapContent$MarkVector
            dup
            invokespecial javax.swing.text.GapContent$MarkVector.<init>:()V
            putfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
         6: .line 88
            aload 0 /* this */
            new javax.swing.text.GapContent$MarkData
            dup
            aload 0 /* this */
            iconst_0
            invokespecial javax.swing.text.GapContent$MarkData.<init>:(Ljavax/swing/text/GapContent;I)V
            putfield javax.swing.text.GapContent.search:Ljavax/swing/text/GapContent$MarkData;
         7: .line 89
            aload 0 /* this */
            new java.lang.ref.ReferenceQueue
            dup
            invokespecial java.lang.ref.ReferenceQueue.<init>:()V
            putfield javax.swing.text.GapContent.queue:Ljava/lang/ref/ReferenceQueue;
         8: .line 90
            return
        end local 2 // char[] implied
        end local 1 // int initialLength
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Ljavax/swing/text/GapContent;
            0    9     1  initialLength  I
            3    9     2        implied  [C
    MethodParameters:
               Name  Flags
      initialLength  

  protected java.lang.Object allocateArray(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javax.swing.text.GapContent this
        start local 1 // int len
         0: .line 97
            iload 1 /* len */
            newarray 5
            areturn
        end local 1 // int len
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/GapContent;
            0    1     1   len  I
    MethodParameters:
      Name  Flags
      len   

  protected int getArrayLength();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javax.swing.text.GapContent this
         0: .line 104
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getArray:()Ljava/lang/Object;
            checkcast char[]
            astore 1 /* carray */
        start local 1 // char[] carray
         1: .line 105
            aload 1 /* carray */
            arraylength
            ireturn
        end local 1 // char[] carray
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/swing/text/GapContent;
            1    2     1  carray  [C

  void resize(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.swing.text.GapContent this
        start local 1 // int nsize
         0: .line 110
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getArray:()Ljava/lang/Object;
            checkcast char[]
            astore 2 /* carray */
        start local 2 // char[] carray
         1: .line 111
            aload 0 /* this */
            iload 1 /* nsize */
            invokespecial javax.swing.text.GapVector.resize:(I)V
         2: .line 112
            aload 2 /* carray */
            iconst_0
            invokestatic java.util.Arrays.fill:([CC)V
         3: .line 113
            return
        end local 2 // char[] carray
        end local 1 // int nsize
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavax/swing/text/GapContent;
            0    4     1   nsize  I
            1    4     2  carray  [C
    MethodParameters:
       Name  Flags
      nsize  

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javax.swing.text.GapContent this
         0: .line 123
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getArrayLength:()I
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapStart:()I
            isub
            isub
            istore 1 /* len */
        start local 1 // int len
         1: .line 124
            iload 1 /* len */
            ireturn
        end local 1 // int len
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/text/GapContent;
            1    2     1   len  I

  public javax.swing.undo.UndoableEdit insertString(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Ljavax/swing/undo/UndoableEdit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // javax.swing.text.GapContent this
        start local 1 // int where
        start local 2 // java.lang.String str
         0: .line 137
            iload 1 /* where */
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.length:()I
            if_icmpgt 1
            iload 1 /* where */
            ifge 2
         1: .line 138
      StackMap locals:
      StackMap stack:
            new javax.swing.text.BadLocationException
            dup
            ldc "Invalid insert"
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.length:()I
            invokespecial javax.swing.text.BadLocationException.<init>:(Ljava/lang/String;I)V
            athrow
         2: .line 140
      StackMap locals:
      StackMap stack:
            aload 2 /* str */
            invokevirtual java.lang.String.toCharArray:()[C
            astore 3 /* chars */
        start local 3 // char[] chars
         3: .line 141
            aload 0 /* this */
            iload 1 /* where */
            iconst_0
            aload 3 /* chars */
            aload 3 /* chars */
            arraylength
            invokevirtual javax.swing.text.GapContent.replace:(IILjava/lang/Object;I)V
         4: .line 142
            new javax.swing.text.GapContent$InsertUndo
            dup
            aload 0 /* this */
            iload 1 /* where */
            aload 2 /* str */
            invokevirtual java.lang.String.length:()I
            invokespecial javax.swing.text.GapContent$InsertUndo.<init>:(Ljavax/swing/text/GapContent;II)V
            areturn
        end local 3 // char[] chars
        end local 2 // java.lang.String str
        end local 1 // int where
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavax/swing/text/GapContent;
            0    5     1  where  I
            0    5     2    str  Ljava/lang/String;
            3    5     3  chars  [C
    Exceptions:
      throws javax.swing.text.BadLocationException
    MethodParameters:
       Name  Flags
      where  
      str    

  public javax.swing.undo.UndoableEdit remove(int, int);
    descriptor: (II)Ljavax/swing/undo/UndoableEdit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // javax.swing.text.GapContent this
        start local 1 // int where
        start local 2 // int nitems
         0: .line 155
            iload 1 /* where */
            iload 2 /* nitems */
            iadd
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.length:()I
            if_icmplt 2
         1: .line 156
            new javax.swing.text.BadLocationException
            dup
            ldc "Invalid remove"
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.length:()I
            iconst_1
            iadd
            invokespecial javax.swing.text.BadLocationException.<init>:(Ljava/lang/String;I)V
            athrow
         2: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* where */
            iload 2 /* nitems */
            invokevirtual javax.swing.text.GapContent.getString:(II)Ljava/lang/String;
            astore 3 /* removedString */
        start local 3 // java.lang.String removedString
         3: .line 159
            new javax.swing.text.GapContent$RemoveUndo
            dup
            aload 0 /* this */
            iload 1 /* where */
            aload 3 /* removedString */
            invokespecial javax.swing.text.GapContent$RemoveUndo.<init>:(Ljavax/swing/text/GapContent;ILjava/lang/String;)V
            astore 4 /* edit */
        start local 4 // javax.swing.undo.UndoableEdit edit
         4: .line 160
            aload 0 /* this */
            iload 1 /* where */
            iload 2 /* nitems */
            getstatic javax.swing.text.GapContent.empty:[C
            iconst_0
            invokevirtual javax.swing.text.GapContent.replace:(IILjava/lang/Object;I)V
         5: .line 161
            aload 4 /* edit */
            areturn
        end local 4 // javax.swing.undo.UndoableEdit edit
        end local 3 // java.lang.String removedString
        end local 2 // int nitems
        end local 1 // int where
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Ljavax/swing/text/GapContent;
            0    6     1          where  I
            0    6     2         nitems  I
            3    6     3  removedString  Ljava/lang/String;
            4    6     4           edit  Ljavax/swing/undo/UndoableEdit;
    Exceptions:
      throws javax.swing.text.BadLocationException
    MethodParameters:
        Name  Flags
      where   
      nitems  

  public java.lang.String getString(int, int);
    descriptor: (II)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // javax.swing.text.GapContent this
        start local 1 // int where
        start local 2 // int len
         0: .line 175
            new javax.swing.text.Segment
            dup
            invokespecial javax.swing.text.Segment.<init>:()V
            astore 3 /* s */
        start local 3 // javax.swing.text.Segment s
         1: .line 176
            aload 0 /* this */
            iload 1 /* where */
            iload 2 /* len */
            aload 3 /* s */
            invokevirtual javax.swing.text.GapContent.getChars:(IILjavax/swing/text/Segment;)V
         2: .line 177
            new java.lang.String
            dup
            aload 3 /* s */
            getfield javax.swing.text.Segment.array:[C
            aload 3 /* s */
            getfield javax.swing.text.Segment.offset:I
            aload 3 /* s */
            getfield javax.swing.text.Segment.count:I
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 3 // javax.swing.text.Segment s
        end local 2 // int len
        end local 1 // int where
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavax/swing/text/GapContent;
            0    3     1  where  I
            0    3     2    len  I
            1    3     3      s  Ljavax/swing/text/Segment;
    Exceptions:
      throws javax.swing.text.BadLocationException
    MethodParameters:
       Name  Flags
      where  
      len    

  public void getChars(int, int, javax.swing.text.Segment);
    descriptor: (IILjavax/swing/text/Segment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // javax.swing.text.GapContent this
        start local 1 // int where
        start local 2 // int len
        start local 3 // javax.swing.text.Segment chars
         0: .line 193
            iload 1 /* where */
            iload 2 /* len */
            iadd
            istore 4 /* end */
        start local 4 // int end
         1: .line 194
            iload 1 /* where */
            iflt 2
            iload 4 /* end */
            ifge 3
         2: .line 195
      StackMap locals: int
      StackMap stack:
            new javax.swing.text.BadLocationException
            dup
            ldc "Invalid location"
            iconst_m1
            invokespecial javax.swing.text.BadLocationException.<init>:(Ljava/lang/String;I)V
            athrow
         3: .line 197
      StackMap locals:
      StackMap stack:
            iload 4 /* end */
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.length:()I
            if_icmpgt 4
            iload 1 /* where */
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.length:()I
            if_icmple 5
         4: .line 198
      StackMap locals:
      StackMap stack:
            new javax.swing.text.BadLocationException
            dup
            ldc "Invalid location"
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.length:()I
            iconst_1
            iadd
            invokespecial javax.swing.text.BadLocationException.<init>:(Ljava/lang/String;I)V
            athrow
         5: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapStart:()I
            istore 5 /* g0 */
        start local 5 // int g0
         6: .line 201
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 6 /* g1 */
        start local 6 // int g1
         7: .line 202
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getArray:()Ljava/lang/Object;
            checkcast char[]
            astore 7 /* array */
        start local 7 // char[] array
         8: .line 203
            iload 1 /* where */
            iload 2 /* len */
            iadd
            iload 5 /* g0 */
            if_icmpgt 13
         9: .line 205
            aload 3 /* chars */
            aload 7 /* array */
            putfield javax.swing.text.Segment.array:[C
        10: .line 206
            aload 3 /* chars */
            iconst_0
            putfield javax.swing.text.Segment.copy:Z
        11: .line 207
            aload 3 /* chars */
            iload 1 /* where */
            putfield javax.swing.text.Segment.offset:I
        12: .line 208
            goto 30
      StackMap locals: int int char[]
      StackMap stack:
        13: iload 1 /* where */
            iload 5 /* g0 */
            if_icmplt 18
        14: .line 210
            aload 3 /* chars */
            aload 7 /* array */
            putfield javax.swing.text.Segment.array:[C
        15: .line 211
            aload 3 /* chars */
            iconst_0
            putfield javax.swing.text.Segment.copy:Z
        16: .line 212
            aload 3 /* chars */
            iload 6 /* g1 */
            iload 1 /* where */
            iadd
            iload 5 /* g0 */
            isub
            putfield javax.swing.text.Segment.offset:I
        17: .line 213
            goto 30
        18: .line 215
      StackMap locals:
      StackMap stack:
            iload 5 /* g0 */
            iload 1 /* where */
            isub
            istore 8 /* before */
        start local 8 // int before
        19: .line 216
            aload 3 /* chars */
            invokevirtual javax.swing.text.Segment.isPartialReturn:()Z
            ifeq 25
        20: .line 218
            aload 3 /* chars */
            aload 7 /* array */
            putfield javax.swing.text.Segment.array:[C
        21: .line 219
            aload 3 /* chars */
            iconst_0
            putfield javax.swing.text.Segment.copy:Z
        22: .line 220
            aload 3 /* chars */
            iload 1 /* where */
            putfield javax.swing.text.Segment.offset:I
        23: .line 221
            aload 3 /* chars */
            iload 8 /* before */
            putfield javax.swing.text.Segment.count:I
        24: .line 222
            return
        25: .line 225
      StackMap locals: int
      StackMap stack:
            aload 3 /* chars */
            iload 2 /* len */
            newarray 5
            putfield javax.swing.text.Segment.array:[C
        26: .line 226
            aload 3 /* chars */
            iconst_1
            putfield javax.swing.text.Segment.copy:Z
        27: .line 227
            aload 3 /* chars */
            iconst_0
            putfield javax.swing.text.Segment.offset:I
        28: .line 228
            aload 7 /* array */
            iload 1 /* where */
            aload 3 /* chars */
            getfield javax.swing.text.Segment.array:[C
            iconst_0
            iload 8 /* before */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        29: .line 229
            aload 7 /* array */
            iload 6 /* g1 */
            aload 3 /* chars */
            getfield javax.swing.text.Segment.array:[C
            iload 8 /* before */
            iload 2 /* len */
            iload 8 /* before */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 8 // int before
        30: .line 231
      StackMap locals:
      StackMap stack:
            aload 3 /* chars */
            iload 2 /* len */
            putfield javax.swing.text.Segment.count:I
        31: .line 232
            return
        end local 7 // char[] array
        end local 6 // int g1
        end local 5 // int g0
        end local 4 // int end
        end local 3 // javax.swing.text.Segment chars
        end local 2 // int len
        end local 1 // int where
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   32     0    this  Ljavax/swing/text/GapContent;
            0   32     1   where  I
            0   32     2     len  I
            0   32     3   chars  Ljavax/swing/text/Segment;
            1   32     4     end  I
            6   32     5      g0  I
            7   32     6      g1  I
            8   32     7   array  [C
           19   30     8  before  I
    Exceptions:
      throws javax.swing.text.BadLocationException
    MethodParameters:
       Name  Flags
      where  
      len    
      chars  

  public javax.swing.text.Position createPosition(int);
    descriptor: (I)Ljavax/swing/text/Position;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // javax.swing.text.GapContent this
        start local 1 // int offset
         0: .line 243
            goto 2
         1: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield javax.swing.text.GapContent.unusedMarks:I
            iconst_1
            iadd
            putfield javax.swing.text.GapContent.unusedMarks:I
         2: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.queue:Ljava/lang/ref/ReferenceQueue;
            invokevirtual java.lang.ref.ReferenceQueue.poll:()Ljava/lang/ref/Reference;
            ifnonnull 1
         3: .line 246
            aload 0 /* this */
            getfield javax.swing.text.GapContent.unusedMarks:I
            iconst_5
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            invokevirtual javax.swing.text.GapContent$MarkVector.size:()I
            bipush 10
            idiv
            invokestatic java.lang.Math.max:(II)I
            if_icmple 5
         4: .line 247
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.removeUnusedMarks:()V
         5: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapStart:()I
            istore 2 /* g0 */
        start local 2 // int g0
         6: .line 250
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 3 /* g1 */
        start local 3 // int g1
         7: .line 251
            iload 1 /* offset */
            iload 2 /* g0 */
            if_icmpge 8
            iload 1 /* offset */
            goto 9
      StackMap locals: int int
      StackMap stack:
         8: iload 1 /* offset */
            iload 3 /* g1 */
            iload 2 /* g0 */
            isub
            iadd
      StackMap locals:
      StackMap stack: int
         9: istore 4 /* index */
        start local 4 // int index
        10: .line 252
            aload 0 /* this */
            getfield javax.swing.text.GapContent.search:Ljavax/swing/text/GapContent$MarkData;
            iload 4 /* index */
            putfield javax.swing.text.GapContent$MarkData.index:I
        11: .line 253
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.GapContent.search:Ljavax/swing/text/GapContent$MarkData;
            invokevirtual javax.swing.text.GapContent.findSortIndex:(Ljavax/swing/text/GapContent$MarkData;)I
            istore 5 /* sortIndex */
        start local 5 // int sortIndex
        12: .line 256
            iload 5 /* sortIndex */
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            invokevirtual javax.swing.text.GapContent$MarkVector.size:()I
            if_icmpge 17
        13: .line 257
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 5 /* sortIndex */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            dup
            astore 6 /* m */
        start local 6 // javax.swing.text.GapContent$MarkData m
        14: getfield javax.swing.text.GapContent$MarkData.index:I
            iload 4 /* index */
            if_icmpne 17
        15: .line 258
            aload 6 /* m */
            invokevirtual javax.swing.text.GapContent$MarkData.getPosition:()Ljavax/swing/text/GapContent$StickyPosition;
            dup
            astore 7 /* position */
        start local 7 // javax.swing.text.GapContent$StickyPosition position
        16: ifnonnull 21
        end local 7 // javax.swing.text.GapContent$StickyPosition position
        end local 6 // javax.swing.text.GapContent$MarkData m
        17: .line 261
      StackMap locals: int int
      StackMap stack:
            new javax.swing.text.GapContent$StickyPosition
            dup
            aload 0 /* this */
            invokespecial javax.swing.text.GapContent$StickyPosition.<init>:(Ljavax/swing/text/GapContent;)V
            astore 7 /* position */
        start local 7 // javax.swing.text.GapContent$StickyPosition position
        18: .line 262
            new javax.swing.text.GapContent$MarkData
            dup
            aload 0 /* this */
            iload 4 /* index */
            aload 7 /* position */
            aload 0 /* this */
            getfield javax.swing.text.GapContent.queue:Ljava/lang/ref/ReferenceQueue;
            invokespecial javax.swing.text.GapContent$MarkData.<init>:(Ljavax/swing/text/GapContent;ILjavax/swing/text/GapContent$StickyPosition;Ljava/lang/ref/ReferenceQueue;)V
            astore 6 /* m */
        start local 6 // javax.swing.text.GapContent$MarkData m
        19: .line 263
            aload 7 /* position */
            aload 6 /* m */
            invokevirtual javax.swing.text.GapContent$StickyPosition.setMark:(Ljavax/swing/text/GapContent$MarkData;)V
        20: .line 264
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            aload 6 /* m */
            iload 5 /* sortIndex */
            invokevirtual javax.swing.text.GapContent$MarkVector.insertElementAt:(Ljavax/swing/text/GapContent$MarkData;I)V
        21: .line 267
      StackMap locals: javax.swing.text.GapContent$MarkData javax.swing.text.GapContent$StickyPosition
      StackMap stack:
            aload 7 /* position */
            areturn
        end local 7 // javax.swing.text.GapContent$StickyPosition position
        end local 6 // javax.swing.text.GapContent$MarkData m
        end local 5 // int sortIndex
        end local 4 // int index
        end local 3 // int g1
        end local 2 // int g0
        end local 1 // int offset
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Ljavax/swing/text/GapContent;
            0   22     1     offset  I
            6   22     2         g0  I
            7   22     3         g1  I
           10   22     4      index  I
           12   22     5  sortIndex  I
           14   17     6          m  Ljavax/swing/text/GapContent$MarkData;
           19   22     6          m  Ljavax/swing/text/GapContent$MarkData;
           16   17     7   position  Ljavax/swing/text/GapContent$StickyPosition;
           18   22     7   position  Ljavax/swing/text/GapContent$StickyPosition;
    Exceptions:
      throws javax.swing.text.BadLocationException
    MethodParameters:
        Name  Flags
      offset  

  protected void shiftEnd(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // javax.swing.text.GapContent this
        start local 1 // int newSize
         0: .line 356
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 2 /* oldGapEnd */
        start local 2 // int oldGapEnd
         1: .line 358
            aload 0 /* this */
            iload 1 /* newSize */
            invokespecial javax.swing.text.GapVector.shiftEnd:(I)V
         2: .line 361
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            iload 2 /* oldGapEnd */
            isub
            istore 3 /* dg */
        start local 3 // int dg
         3: .line 362
            aload 0 /* this */
            iload 2 /* oldGapEnd */
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 4 /* adjustIndex */
        start local 4 // int adjustIndex
         4: .line 363
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            invokevirtual javax.swing.text.GapContent$MarkVector.size:()I
            istore 5 /* n */
        start local 5 // int n
         5: .line 364
            iload 4 /* adjustIndex */
            istore 6 /* i */
        start local 6 // int i
         6: goto 10
         7: .line 365
      StackMap locals: javax.swing.text.GapContent int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 6 /* i */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            astore 7 /* mark */
        start local 7 // javax.swing.text.GapContent$MarkData mark
         8: .line 366
            aload 7 /* mark */
            dup
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 3 /* dg */
            iadd
            putfield javax.swing.text.GapContent$MarkData.index:I
        end local 7 // javax.swing.text.GapContent$MarkData mark
         9: .line 364
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            iload 5 /* n */
            if_icmplt 7
        end local 6 // int i
        11: .line 368
            return
        end local 5 // int n
        end local 4 // int adjustIndex
        end local 3 // int dg
        end local 2 // int oldGapEnd
        end local 1 // int newSize
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Ljavax/swing/text/GapContent;
            0   12     1      newSize  I
            1   12     2    oldGapEnd  I
            3   12     3           dg  I
            4   12     4  adjustIndex  I
            5   12     5            n  I
            6   11     6            i  I
            8    9     7         mark  Ljavax/swing/text/GapContent$MarkData;
    MethodParameters:
         Name  Flags
      newSize  

  int getNewArraySize(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.GapContent this
        start local 1 // int reqSize
         0: .line 375
            iload 1 /* reqSize */
            ldc 524288
            if_icmpge 2
         1: .line 376
            aload 0 /* this */
            iload 1 /* reqSize */
            invokespecial javax.swing.text.GapVector.getNewArraySize:(I)I
            ireturn
         2: .line 378
      StackMap locals:
      StackMap stack:
            iload 1 /* reqSize */
            ldc 524288
            iadd
            ireturn
        end local 1 // int reqSize
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljavax/swing/text/GapContent;
            0    3     1  reqSize  I
    MethodParameters:
         Name  Flags
      reqSize  

  protected void shiftGap(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=11, args_size=2
        start local 0 // javax.swing.text.GapContent this
        start local 1 // int newGapStart
         0: .line 389
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapStart:()I
            istore 2 /* oldGapStart */
        start local 2 // int oldGapStart
         1: .line 390
            iload 1 /* newGapStart */
            iload 2 /* oldGapStart */
            isub
            istore 3 /* dg */
        start local 3 // int dg
         2: .line 391
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 4 /* oldGapEnd */
        start local 4 // int oldGapEnd
         3: .line 392
            iload 4 /* oldGapEnd */
            iload 3 /* dg */
            iadd
            istore 5 /* newGapEnd */
        start local 5 // int newGapEnd
         4: .line 393
            iload 4 /* oldGapEnd */
            iload 2 /* oldGapStart */
            isub
            istore 6 /* gapSize */
        start local 6 // int gapSize
         5: .line 396
            aload 0 /* this */
            iload 1 /* newGapStart */
            invokespecial javax.swing.text.GapVector.shiftGap:(I)V
         6: .line 399
            iload 3 /* dg */
            ifle 18
         7: .line 401
            aload 0 /* this */
            iload 2 /* oldGapStart */
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 7 /* adjustIndex */
        start local 7 // int adjustIndex
         8: .line 402
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            invokevirtual javax.swing.text.GapContent$MarkVector.size:()I
            istore 8 /* n */
        start local 8 // int n
         9: .line 403
            iload 7 /* adjustIndex */
            istore 9 /* i */
        start local 9 // int i
        10: goto 16
        11: .line 404
      StackMap locals: javax.swing.text.GapContent int int int int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 9 /* i */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            astore 10 /* mark */
        start local 10 // javax.swing.text.GapContent$MarkData mark
        12: .line 405
            aload 10 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 5 /* newGapEnd */
            if_icmplt 14
        13: .line 406
            goto 29
        14: .line 408
      StackMap locals: javax.swing.text.GapContent$MarkData
      StackMap stack:
            aload 10 /* mark */
            dup
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 6 /* gapSize */
            isub
            putfield javax.swing.text.GapContent$MarkData.index:I
        end local 10 // javax.swing.text.GapContent$MarkData mark
        15: .line 403
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 9 /* i */
            iload 8 /* n */
            if_icmplt 11
        end local 9 // int i
        end local 8 // int n
        end local 7 // int adjustIndex
        17: .line 410
            goto 29
      StackMap locals:
      StackMap stack:
        18: iload 3 /* dg */
            ifge 29
        19: .line 412
            aload 0 /* this */
            iload 1 /* newGapStart */
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 7 /* adjustIndex */
        start local 7 // int adjustIndex
        20: .line 413
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            invokevirtual javax.swing.text.GapContent$MarkVector.size:()I
            istore 8 /* n */
        start local 8 // int n
        21: .line 414
            iload 7 /* adjustIndex */
            istore 9 /* i */
        start local 9 // int i
        22: goto 28
        23: .line 415
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 9 /* i */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            astore 10 /* mark */
        start local 10 // javax.swing.text.GapContent$MarkData mark
        24: .line 416
            aload 10 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 4 /* oldGapEnd */
            if_icmplt 26
        25: .line 417
            goto 29
        26: .line 419
      StackMap locals: javax.swing.text.GapContent$MarkData
      StackMap stack:
            aload 10 /* mark */
            dup
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 6 /* gapSize */
            iadd
            putfield javax.swing.text.GapContent$MarkData.index:I
        end local 10 // javax.swing.text.GapContent$MarkData mark
        27: .line 414
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 9 /* i */
            iload 8 /* n */
            if_icmplt 23
        end local 9 // int i
        end local 8 // int n
        end local 7 // int adjustIndex
        29: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.resetMarksAtZero:()V
        30: .line 423
            return
        end local 6 // int gapSize
        end local 5 // int newGapEnd
        end local 4 // int oldGapEnd
        end local 3 // int dg
        end local 2 // int oldGapStart
        end local 1 // int newGapStart
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   31     0         this  Ljavax/swing/text/GapContent;
            0   31     1  newGapStart  I
            1   31     2  oldGapStart  I
            2   31     3           dg  I
            3   31     4    oldGapEnd  I
            4   31     5    newGapEnd  I
            5   31     6      gapSize  I
            8   17     7  adjustIndex  I
            9   17     8            n  I
           10   17     9            i  I
           12   15    10         mark  Ljavax/swing/text/GapContent$MarkData;
           20   29     7  adjustIndex  I
           21   29     8            n  I
           22   29     9            i  I
           24   27    10         mark  Ljavax/swing/text/GapContent$MarkData;
    MethodParameters:
             Name  Flags
      newGapStart  

  protected void resetMarksAtZero();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // javax.swing.text.GapContent this
         0: .line 430
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            ifnull 11
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapStart:()I
            ifne 11
         1: .line 431
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 1 /* g1 */
        start local 1 // int g1
         2: .line 432
            iconst_0
            istore 2 /* counter */
        start local 2 // int counter
         3: aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            invokevirtual javax.swing.text.GapContent$MarkVector.size:()I
            istore 3 /* maxCounter */
        start local 3 // int maxCounter
         4: .line 433
            goto 9
         5: .line 434
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 2 /* counter */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            astore 4 /* mark */
        start local 4 // javax.swing.text.GapContent$MarkData mark
         6: .line 435
            aload 4 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 1 /* g1 */
            if_icmpgt 11
         7: .line 436
            aload 4 /* mark */
            iconst_0
            putfield javax.swing.text.GapContent$MarkData.index:I
        end local 4 // javax.swing.text.GapContent$MarkData mark
         8: .line 433
            iinc 2 /* counter */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* counter */
            iload 3 /* maxCounter */
        10: .line 432
            if_icmplt 5
        end local 3 // int maxCounter
        end local 2 // int counter
        end local 1 // int g1
        11: .line 443
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Ljavax/swing/text/GapContent;
            2   11     1          g1  I
            3   11     2     counter  I
            4   11     3  maxCounter  I
            6    8     4        mark  Ljavax/swing/text/GapContent$MarkData;

  protected void shiftGapStartDown(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=8, args_size=2
        start local 0 // javax.swing.text.GapContent this
        start local 1 // int newGapStart
         0: .line 455
            aload 0 /* this */
            iload 1 /* newGapStart */
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 2 /* adjustIndex */
        start local 2 // int adjustIndex
         1: .line 456
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            invokevirtual javax.swing.text.GapContent$MarkVector.size:()I
            istore 3 /* n */
        start local 3 // int n
         2: .line 457
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapStart:()I
            istore 4 /* g0 */
        start local 4 // int g0
         3: .line 458
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 5 /* g1 */
        start local 5 // int g1
         4: .line 459
            iload 2 /* adjustIndex */
            istore 6 /* i */
        start local 6 // int i
         5: goto 11
         6: .line 460
      StackMap locals: javax.swing.text.GapContent int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 6 /* i */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            astore 7 /* mark */
        start local 7 // javax.swing.text.GapContent$MarkData mark
         7: .line 461
            aload 7 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 4 /* g0 */
            if_icmple 9
         8: .line 463
            goto 12
         9: .line 465
      StackMap locals: javax.swing.text.GapContent$MarkData
      StackMap stack:
            aload 7 /* mark */
            iload 5 /* g1 */
            putfield javax.swing.text.GapContent$MarkData.index:I
        end local 7 // javax.swing.text.GapContent$MarkData mark
        10: .line 459
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* i */
            iload 3 /* n */
            if_icmplt 6
        end local 6 // int i
        12: .line 469
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* newGapStart */
            invokespecial javax.swing.text.GapVector.shiftGapStartDown:(I)V
        13: .line 471
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.resetMarksAtZero:()V
        14: .line 472
            return
        end local 5 // int g1
        end local 4 // int g0
        end local 3 // int n
        end local 2 // int adjustIndex
        end local 1 // int newGapStart
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Ljavax/swing/text/GapContent;
            0   15     1  newGapStart  I
            1   15     2  adjustIndex  I
            2   15     3            n  I
            3   15     4           g0  I
            4   15     5           g1  I
            5   12     6            i  I
            7   10     7         mark  Ljavax/swing/text/GapContent$MarkData;
    MethodParameters:
             Name  Flags
      newGapStart  

  protected void shiftGapEndUp(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // javax.swing.text.GapContent this
        start local 1 // int newGapEnd
         0: .line 483
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 2 /* adjustIndex */
        start local 2 // int adjustIndex
         1: .line 484
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            invokevirtual javax.swing.text.GapContent$MarkVector.size:()I
            istore 3 /* n */
        start local 3 // int n
         2: .line 485
            iload 2 /* adjustIndex */
            istore 4 /* i */
        start local 4 // int i
         3: goto 9
         4: .line 486
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 4 /* i */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            astore 5 /* mark */
        start local 5 // javax.swing.text.GapContent$MarkData mark
         5: .line 487
            aload 5 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 1 /* newGapEnd */
            if_icmplt 7
         6: .line 488
            goto 10
         7: .line 490
      StackMap locals: javax.swing.text.GapContent$MarkData
      StackMap stack:
            aload 5 /* mark */
            iload 1 /* newGapEnd */
            putfield javax.swing.text.GapContent$MarkData.index:I
        end local 5 // javax.swing.text.GapContent$MarkData mark
         8: .line 485
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* n */
            if_icmplt 4
        end local 4 // int i
        10: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* newGapEnd */
            invokespecial javax.swing.text.GapVector.shiftGapEndUp:(I)V
        11: .line 496
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.resetMarksAtZero:()V
        12: .line 497
            return
        end local 3 // int n
        end local 2 // int adjustIndex
        end local 1 // int newGapEnd
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Ljavax/swing/text/GapContent;
            0   13     1    newGapEnd  I
            1   13     2  adjustIndex  I
            2   13     3            n  I
            3   10     4            i  I
            5    8     5         mark  Ljavax/swing/text/GapContent$MarkData;
    MethodParameters:
           Name  Flags
      newGapEnd  

  final int compare(javax.swing.text.GapContent$MarkData, javax.swing.text.GapContent$MarkData);
    descriptor: (Ljavax/swing/text/GapContent$MarkData;Ljavax/swing/text/GapContent$MarkData;)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.swing.text.GapContent this
        start local 1 // javax.swing.text.GapContent$MarkData o1
        start local 2 // javax.swing.text.GapContent$MarkData o2
         0: .line 507
            aload 1 /* o1 */
            getfield javax.swing.text.GapContent$MarkData.index:I
            aload 2 /* o2 */
            getfield javax.swing.text.GapContent$MarkData.index:I
            if_icmpge 2
         1: .line 508
            iconst_m1
            ireturn
         2: .line 509
      StackMap locals:
      StackMap stack:
            aload 1 /* o1 */
            getfield javax.swing.text.GapContent$MarkData.index:I
            aload 2 /* o2 */
            getfield javax.swing.text.GapContent$MarkData.index:I
            if_icmple 4
         3: .line 510
            iconst_1
            ireturn
         4: .line 512
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // javax.swing.text.GapContent$MarkData o2
        end local 1 // javax.swing.text.GapContent$MarkData o1
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/text/GapContent;
            0    5     1    o1  Ljavax/swing/text/GapContent$MarkData;
            0    5     2    o2  Ljavax/swing/text/GapContent$MarkData;
    MethodParameters:
      Name  Flags
      o1    
      o2    

  final int findMarkAdjustIndex(int);
    descriptor: (I)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // javax.swing.text.GapContent this
        start local 1 // int searchIndex
         0: .line 521
            aload 0 /* this */
            getfield javax.swing.text.GapContent.search:Ljavax/swing/text/GapContent$MarkData;
            iload 1 /* searchIndex */
            iconst_1
            invokestatic java.lang.Math.max:(II)I
            putfield javax.swing.text.GapContent$MarkData.index:I
         1: .line 522
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.GapContent.search:Ljavax/swing/text/GapContent$MarkData;
            invokevirtual javax.swing.text.GapContent.findSortIndex:(Ljavax/swing/text/GapContent$MarkData;)I
            istore 2 /* index */
        start local 2 // int index
         2: .line 526
            iload 2 /* index */
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         3: goto 9
         4: .line 527
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 3 /* i */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            astore 4 /* d */
        start local 4 // javax.swing.text.GapContent$MarkData d
         5: .line 528
            aload 4 /* d */
            getfield javax.swing.text.GapContent$MarkData.index:I
            aload 0 /* this */
            getfield javax.swing.text.GapContent.search:Ljavax/swing/text/GapContent$MarkData;
            getfield javax.swing.text.GapContent$MarkData.index:I
            if_icmpeq 7
         6: .line 529
            goto 10
         7: .line 531
      StackMap locals: javax.swing.text.GapContent$MarkData
      StackMap stack:
            iinc 2 /* index */ -1
        end local 4 // javax.swing.text.GapContent$MarkData d
         8: .line 526
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            ifge 4
        end local 3 // int i
        10: .line 533
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            ireturn
        end local 2 // int index
        end local 1 // int searchIndex
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Ljavax/swing/text/GapContent;
            0   11     1  searchIndex  I
            2   11     2        index  I
            3   10     3            i  I
            5    8     4            d  Ljavax/swing/text/GapContent$MarkData;
    MethodParameters:
             Name  Flags
      searchIndex  

  final int findSortIndex(javax.swing.text.GapContent$MarkData);
    descriptor: (Ljavax/swing/text/GapContent$MarkData;)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // javax.swing.text.GapContent this
        start local 1 // javax.swing.text.GapContent$MarkData o
         0: .line 543
            iconst_0
            istore 2 /* lower */
        start local 2 // int lower
         1: .line 544
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            invokevirtual javax.swing.text.GapContent$MarkVector.size:()I
            iconst_1
            isub
            istore 3 /* upper */
        start local 3 // int upper
         2: .line 545
            iconst_0
            istore 4 /* mid */
        start local 4 // int mid
         3: .line 547
            iload 3 /* upper */
            iconst_m1
            if_icmpne 5
         4: .line 548
            iconst_0
            ireturn
         5: .line 552
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 3 /* upper */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            astore 6 /* last */
        start local 6 // javax.swing.text.GapContent$MarkData last
         6: .line 553
            aload 0 /* this */
            aload 1 /* o */
            aload 6 /* last */
            invokevirtual javax.swing.text.GapContent.compare:(Ljavax/swing/text/GapContent$MarkData;Ljavax/swing/text/GapContent$MarkData;)I
            istore 5 /* cmp */
        start local 5 // int cmp
         7: .line 554
            iload 5 /* cmp */
            ifle 18
         8: .line 555
            iload 3 /* upper */
            iconst_1
            iadd
            ireturn
         9: .line 558
      StackMap locals: int javax.swing.text.GapContent$MarkData
      StackMap stack:
            iload 2 /* lower */
            iload 3 /* upper */
            iload 2 /* lower */
            isub
            iconst_2
            idiv
            iadd
            istore 4 /* mid */
        10: .line 559
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 4 /* mid */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            astore 7 /* entry */
        start local 7 // javax.swing.text.GapContent$MarkData entry
        11: .line 560
            aload 0 /* this */
            aload 1 /* o */
            aload 7 /* entry */
            invokevirtual javax.swing.text.GapContent.compare:(Ljavax/swing/text/GapContent$MarkData;Ljavax/swing/text/GapContent$MarkData;)I
            istore 5 /* cmp */
        12: .line 562
            iload 5 /* cmp */
            ifne 14
        13: .line 564
            iload 4 /* mid */
            ireturn
        14: .line 565
      StackMap locals: javax.swing.text.GapContent$MarkData
      StackMap stack:
            iload 5 /* cmp */
            ifge 17
        15: .line 566
            iload 4 /* mid */
            iconst_1
            isub
            istore 3 /* upper */
        16: .line 567
            goto 18
        17: .line 568
      StackMap locals:
      StackMap stack:
            iload 4 /* mid */
            iconst_1
            iadd
            istore 2 /* lower */
        end local 7 // javax.swing.text.GapContent$MarkData entry
        18: .line 557
      StackMap locals:
      StackMap stack:
            iload 2 /* lower */
            iload 3 /* upper */
            if_icmple 9
        19: .line 573
            iload 5 /* cmp */
            ifge 20
            iload 4 /* mid */
            goto 21
      StackMap locals:
      StackMap stack:
        20: iload 4 /* mid */
            iconst_1
            iadd
      StackMap locals:
      StackMap stack: int
        21: ireturn
        end local 6 // javax.swing.text.GapContent$MarkData last
        end local 5 // int cmp
        end local 4 // int mid
        end local 3 // int upper
        end local 2 // int lower
        end local 1 // javax.swing.text.GapContent$MarkData o
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Ljavax/swing/text/GapContent;
            0   22     1      o  Ljavax/swing/text/GapContent$MarkData;
            1   22     2  lower  I
            2   22     3  upper  I
            3   22     4    mid  I
            7   22     5    cmp  I
            6   22     6   last  Ljavax/swing/text/GapContent$MarkData;
           11   18     7  entry  Ljavax/swing/text/GapContent$MarkData;
    MethodParameters:
      Name  Flags
      o     

  final void removeUnusedMarks();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // javax.swing.text.GapContent this
         0: .line 581
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            invokevirtual javax.swing.text.GapContent$MarkVector.size:()I
            istore 1 /* n */
        start local 1 // int n
         1: .line 582
            new javax.swing.text.GapContent$MarkVector
            dup
            iload 1 /* n */
            invokespecial javax.swing.text.GapContent$MarkVector.<init>:(I)V
            astore 2 /* cleaned */
        start local 2 // javax.swing.text.GapContent$MarkVector cleaned
         2: .line 583
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 584
      StackMap locals: int javax.swing.text.GapContent$MarkVector int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 3 /* i */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            astore 4 /* mark */
        start local 4 // javax.swing.text.GapContent$MarkData mark
         5: .line 585
            aload 4 /* mark */
            invokevirtual javax.swing.text.GapContent$MarkData.get:()Ljava/lang/Object;
            ifnull 7
         6: .line 586
            aload 2 /* cleaned */
            aload 4 /* mark */
            invokevirtual javax.swing.text.GapContent$MarkVector.addElement:(Ljavax/swing/text/GapContent$MarkData;)V
        end local 4 // javax.swing.text.GapContent$MarkData mark
         7: .line 583
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            iload 1 /* n */
            if_icmplt 4
        end local 3 // int i
         9: .line 589
            aload 0 /* this */
            aload 2 /* cleaned */
            putfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
        10: .line 590
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.GapContent.unusedMarks:I
        11: .line 591
            return
        end local 2 // javax.swing.text.GapContent$MarkVector cleaned
        end local 1 // int n
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Ljavax/swing/text/GapContent;
            1   12     1        n  I
            2   12     2  cleaned  Ljavax/swing/text/GapContent$MarkVector;
            3    9     3        i  I
            5    7     4     mark  Ljavax/swing/text/GapContent$MarkData;

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.swing.text.GapContent this
        start local 1 // java.io.ObjectInputStream s
         0: .line 705
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 706
            aload 0 /* this */
            new javax.swing.text.GapContent$MarkVector
            dup
            invokespecial javax.swing.text.GapContent$MarkVector.<init>:()V
            putfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
         2: .line 707
            aload 0 /* this */
            new javax.swing.text.GapContent$MarkData
            dup
            aload 0 /* this */
            iconst_0
            invokespecial javax.swing.text.GapContent$MarkData.<init>:(Ljavax/swing/text/GapContent;I)V
            putfield javax.swing.text.GapContent.search:Ljavax/swing/text/GapContent$MarkData;
         3: .line 708
            aload 0 /* this */
            new java.lang.ref.ReferenceQueue
            dup
            invokespecial java.lang.ref.ReferenceQueue.<init>:()V
            putfield javax.swing.text.GapContent.queue:Ljava/lang/ref/ReferenceQueue;
         4: .line 709
            return
        end local 1 // java.io.ObjectInputStream s
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/text/GapContent;
            0    5     1     s  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.lang.ClassNotFoundException, java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  protected java.util.Vector getPositionsInRange(java.util.Vector, int, int);
    descriptor: (Ljava/util/Vector;II)Ljava/util/Vector;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=11, args_size=4
        start local 0 // javax.swing.text.GapContent this
        start local 1 // java.util.Vector v
        start local 2 // int offset
        start local 3 // int length
         0: .line 729
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* endOffset */
        start local 4 // int endOffset
         1: .line 732
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapStart:()I
            istore 7 /* g0 */
        start local 7 // int g0
         2: .line 733
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 8 /* g1 */
        start local 8 // int g1
         3: .line 736
            iload 2 /* offset */
            iload 7 /* g0 */
            if_icmpge 13
         4: .line 737
            iload 2 /* offset */
            ifne 7
         5: .line 739
            iconst_0
            istore 5 /* startIndex */
        start local 5 // int startIndex
         6: .line 740
            goto 8
        end local 5 // int startIndex
         7: .line 742
      StackMap locals: javax.swing.text.GapContent java.util.Vector int int int top top int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* offset */
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 5 /* startIndex */
        start local 5 // int startIndex
         8: .line 744
      StackMap locals: javax.swing.text.GapContent java.util.Vector int int int int top int int
      StackMap stack:
            iload 4 /* endOffset */
            iload 7 /* g0 */
            if_icmplt 11
         9: .line 745
            aload 0 /* this */
            iload 4 /* endOffset */
            iload 8 /* g1 */
            iload 7 /* g0 */
            isub
            iadd
            iconst_1
            iadd
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 6 /* endIndex */
        start local 6 // int endIndex
        10: .line 746
            goto 15
        end local 6 // int endIndex
        11: .line 748
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* endOffset */
            iconst_1
            iadd
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 6 /* endIndex */
        start local 6 // int endIndex
        12: .line 750
            goto 15
        end local 6 // int endIndex
        end local 5 // int startIndex
        13: .line 752
      StackMap locals: javax.swing.text.GapContent java.util.Vector int int int top top int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* offset */
            iload 8 /* g1 */
            iload 7 /* g0 */
            isub
            iadd
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 5 /* startIndex */
        start local 5 // int startIndex
        14: .line 753
            aload 0 /* this */
            iload 4 /* endOffset */
            iload 8 /* g1 */
            iload 7 /* g0 */
            isub
            iadd
            iconst_1
            iadd
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 6 /* endIndex */
        start local 6 // int endIndex
        15: .line 756
      StackMap locals: javax.swing.text.GapContent java.util.Vector int int int int int int int
      StackMap stack:
            aload 1 /* v */
            ifnonnull 17
        16: .line 757
            new java.util.Vector
            dup
            iconst_1
            iload 6 /* endIndex */
            iload 5 /* startIndex */
            isub
            invokestatic java.lang.Math.max:(II)I
            invokespecial java.util.Vector.<init>:(I)V
            goto 18
        17: .line 758
      StackMap locals:
      StackMap stack:
            aload 1 /* v */
        18: .line 756
      StackMap locals:
      StackMap stack: java.util.Vector
            astore 9 /* placeIn */
        start local 9 // java.util.Vector placeIn
        19: .line 760
            iload 5 /* startIndex */
            istore 10 /* counter */
        start local 10 // int counter
        20: goto 23
        21: .line 761
      StackMap locals: java.util.Vector int
      StackMap stack:
            aload 9 /* placeIn */
            new javax.swing.text.GapContent$UndoPosRef
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 10 /* counter */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            invokespecial javax.swing.text.GapContent$UndoPosRef.<init>:(Ljavax/swing/text/GapContent;Ljavax/swing/text/GapContent$MarkData;)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        22: .line 760
            iinc 10 /* counter */ 1
      StackMap locals:
      StackMap stack:
        23: iload 10 /* counter */
            iload 6 /* endIndex */
            if_icmplt 21
        end local 10 // int counter
        24: .line 763
            aload 9 /* placeIn */
            areturn
        end local 9 // java.util.Vector placeIn
        end local 8 // int g1
        end local 7 // int g0
        end local 6 // int endIndex
        end local 5 // int startIndex
        end local 4 // int endOffset
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.util.Vector v
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Ljavax/swing/text/GapContent;
            0   25     1           v  Ljava/util/Vector;
            0   25     2      offset  I
            0   25     3      length  I
            1   25     4   endOffset  I
            6    7     5  startIndex  I
            8   13     5  startIndex  I
           14   25     5  startIndex  I
           10   11     6    endIndex  I
           12   13     6    endIndex  I
           15   25     6    endIndex  I
            2   25     7          g0  I
            3   25     8          g1  I
           19   25     9     placeIn  Ljava/util/Vector<Ljavax/swing/text/GapContent$UndoPosRef;>;
           20   24    10     counter  I
    MethodParameters:
        Name  Flags
      v       
      offset  
      length  

  protected void updateUndoPositions(java.util.Vector, int, int);
    descriptor: (Ljava/util/Vector;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=12, args_size=4
        start local 0 // javax.swing.text.GapContent this
        start local 1 // java.util.Vector positions
        start local 2 // int offset
        start local 3 // int length
         0: .line 781
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* endOffset */
        start local 4 // int endOffset
         1: .line 782
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 5 /* g1 */
        start local 5 // int g1
         2: .line 784
            aload 0 /* this */
            iload 5 /* g1 */
            iconst_1
            iadd
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 7 /* endIndex */
        start local 7 // int endIndex
         3: .line 786
            iload 2 /* offset */
            ifeq 6
         4: .line 787
            aload 0 /* this */
            iload 5 /* g1 */
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 6 /* startIndex */
        start local 6 // int startIndex
         5: .line 788
            goto 7
        end local 6 // int startIndex
         6: .line 790
      StackMap locals: javax.swing.text.GapContent java.util.Vector int int int int top int
      StackMap stack:
            iconst_0
            istore 6 /* startIndex */
        start local 6 // int startIndex
         7: .line 794
      StackMap locals: javax.swing.text.GapContent java.util.Vector int int int int int int
      StackMap stack:
            aload 1 /* positions */
            invokevirtual java.util.Vector.size:()I
            iconst_1
            isub
            istore 8 /* counter */
        start local 8 // int counter
         8: goto 12
         9: .line 795
      StackMap locals: int
      StackMap stack:
            aload 1 /* positions */
            iload 8 /* counter */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast javax.swing.text.GapContent$UndoPosRef
            astore 9 /* ref */
        start local 9 // javax.swing.text.GapContent$UndoPosRef ref
        10: .line 796
            aload 9 /* ref */
            iload 4 /* endOffset */
            iload 5 /* g1 */
            invokevirtual javax.swing.text.GapContent$UndoPosRef.resetLocation:(II)V
        end local 9 // javax.swing.text.GapContent$UndoPosRef ref
        11: .line 794
            iinc 8 /* counter */ -1
      StackMap locals:
      StackMap stack:
        12: iload 8 /* counter */
            ifge 9
        end local 8 // int counter
        13: .line 802
            iload 6 /* startIndex */
            iload 7 /* endIndex */
            if_icmpge 45
        14: .line 803
            iload 7 /* endIndex */
            iload 6 /* startIndex */
            isub
            anewarray java.lang.Object
            astore 8 /* sorted */
        start local 8 // java.lang.Object[] sorted
        15: .line 804
            iconst_0
            istore 9 /* addIndex */
        start local 9 // int addIndex
        16: .line 806
            iload 2 /* offset */
            ifne 31
        17: .line 810
            iload 6 /* startIndex */
            istore 10 /* counter */
        start local 10 // int counter
        18: goto 23
        19: .line 811
      StackMap locals: javax.swing.text.GapContent java.util.Vector int int int int int int java.lang.Object[] int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 10 /* counter */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            astore 11 /* mark */
        start local 11 // javax.swing.text.GapContent$MarkData mark
        20: .line 812
            aload 11 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            ifne 22
        21: .line 813
            aload 8 /* sorted */
            iload 9 /* addIndex */
            iinc 9 /* addIndex */ 1
            aload 11 /* mark */
            aastore
        end local 11 // javax.swing.text.GapContent$MarkData mark
        22: .line 810
      StackMap locals:
      StackMap stack:
            iinc 10 /* counter */ 1
      StackMap locals:
      StackMap stack:
        23: iload 10 /* counter */
            iload 7 /* endIndex */
            if_icmplt 19
        24: .line 816
            iload 6 /* startIndex */
            istore 10 /* counter */
            goto 29
        25: .line 817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 10 /* counter */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            astore 11 /* mark */
        start local 11 // javax.swing.text.GapContent$MarkData mark
        26: .line 818
            aload 11 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            ifeq 28
        27: .line 819
            aload 8 /* sorted */
            iload 9 /* addIndex */
            iinc 9 /* addIndex */ 1
            aload 11 /* mark */
            aastore
        end local 11 // javax.swing.text.GapContent$MarkData mark
        28: .line 816
      StackMap locals:
      StackMap stack:
            iinc 10 /* counter */ 1
      StackMap locals:
      StackMap stack:
        29: iload 10 /* counter */
            iload 7 /* endIndex */
            if_icmplt 25
        30: .line 822
            goto 44
        end local 10 // int counter
        31: .line 824
      StackMap locals:
      StackMap stack:
            iload 6 /* startIndex */
            istore 10 /* counter */
        start local 10 // int counter
        32: goto 37
        33: .line 825
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 10 /* counter */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            astore 11 /* mark */
        start local 11 // javax.swing.text.GapContent$MarkData mark
        34: .line 826
            aload 11 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 5 /* g1 */
            if_icmpeq 36
        35: .line 827
            aload 8 /* sorted */
            iload 9 /* addIndex */
            iinc 9 /* addIndex */ 1
            aload 11 /* mark */
            aastore
        end local 11 // javax.swing.text.GapContent$MarkData mark
        36: .line 824
      StackMap locals:
      StackMap stack:
            iinc 10 /* counter */ 1
      StackMap locals:
      StackMap stack:
        37: iload 10 /* counter */
            iload 7 /* endIndex */
            if_icmplt 33
        38: .line 830
            iload 6 /* startIndex */
            istore 10 /* counter */
            goto 43
        39: .line 831
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 10 /* counter */
            invokevirtual javax.swing.text.GapContent$MarkVector.elementAt:(I)Ljavax/swing/text/GapContent$MarkData;
            astore 11 /* mark */
        start local 11 // javax.swing.text.GapContent$MarkData mark
        40: .line 832
            aload 11 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 5 /* g1 */
            if_icmpne 42
        41: .line 833
            aload 8 /* sorted */
            iload 9 /* addIndex */
            iinc 9 /* addIndex */ 1
            aload 11 /* mark */
            aastore
        end local 11 // javax.swing.text.GapContent$MarkData mark
        42: .line 830
      StackMap locals:
      StackMap stack:
            iinc 10 /* counter */ 1
      StackMap locals:
      StackMap stack:
        43: iload 10 /* counter */
            iload 7 /* endIndex */
            if_icmplt 39
        44: .line 838
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
            iload 6 /* startIndex */
            iload 7 /* endIndex */
            aload 8 /* sorted */
            invokevirtual javax.swing.text.GapContent$MarkVector.replaceRange:(II[Ljava/lang/Object;)V
        end local 10 // int counter
        end local 9 // int addIndex
        end local 8 // java.lang.Object[] sorted
        45: .line 840
      StackMap locals:
      StackMap stack:
            return
        end local 7 // int endIndex
        end local 6 // int startIndex
        end local 5 // int g1
        end local 4 // int endOffset
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.util.Vector positions
        end local 0 // javax.swing.text.GapContent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   46     0        this  Ljavax/swing/text/GapContent;
            0   46     1   positions  Ljava/util/Vector;
            0   46     2      offset  I
            0   46     3      length  I
            1   46     4   endOffset  I
            2   46     5          g1  I
            5    6     6  startIndex  I
            7   46     6  startIndex  I
            3   46     7    endIndex  I
            8   13     8     counter  I
           10   11     9         ref  Ljavax/swing/text/GapContent$UndoPosRef;
           15   45     8      sorted  [Ljava/lang/Object;
           16   45     9    addIndex  I
           18   31    10     counter  I
           32   45    10     counter  I
           20   22    11        mark  Ljavax/swing/text/GapContent$MarkData;
           26   28    11        mark  Ljavax/swing/text/GapContent$MarkData;
           34   36    11        mark  Ljavax/swing/text/GapContent$MarkData;
           40   42    11        mark  Ljavax/swing/text/GapContent$MarkData;
    MethodParameters:
           Name  Flags
      positions  
      offset     
      length     
}
SourceFile: "GapContent.java"
NestMembers:
  javax.swing.text.GapContent$InsertUndo  javax.swing.text.GapContent$MarkData  javax.swing.text.GapContent$MarkVector  javax.swing.text.GapContent$RemoveUndo  javax.swing.text.GapContent$StickyPosition  javax.swing.text.GapContent$UndoPosRef
InnerClasses:
  public abstract Content = javax.swing.text.AbstractDocument$Content of javax.swing.text.AbstractDocument
  InsertUndo = javax.swing.text.GapContent$InsertUndo of javax.swing.text.GapContent
  final MarkData = javax.swing.text.GapContent$MarkData of javax.swing.text.GapContent
  MarkVector = javax.swing.text.GapContent$MarkVector of javax.swing.text.GapContent
  RemoveUndo = javax.swing.text.GapContent$RemoveUndo of javax.swing.text.GapContent
  final StickyPosition = javax.swing.text.GapContent$StickyPosition of javax.swing.text.GapContent
  final UndoPosRef = javax.swing.text.GapContent$UndoPosRef of javax.swing.text.GapContent