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 317
            iconst_0
            newarray 5
            putstatic javax.swing.text.GapContent.empty:[C
         1: .line 334
            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 67
            aload 0 /* this */
            bipush 10
            invokespecial javax.swing.text.GapContent.<init>:(I)V
         1: .line 68
            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 79
            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 330
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.GapContent.unusedMarks:I
         2: .line 80
            iconst_1
            newarray 5
            astore 2 /* implied */
        start local 2 // char[] implied
         3: .line 81
            aload 2 /* implied */
            iconst_0
            bipush 10
            castore
         4: .line 82
            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 84
            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 85
            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 86
            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 87
            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 94
            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 101
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getArray:()Ljava/lang/Object;
            checkcast char[]
            astore 1 /* carray */
        start local 1 // char[] carray
         1: .line 102
            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

  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 114
            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 115
            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 128
            iload 1 /* where */
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.length:()I
            if_icmpgt 1
            iload 1 /* where */
            ifge 2
         1: .line 129
      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 131
      StackMap locals:
      StackMap stack:
            aload 2 /* str */
            invokevirtual java.lang.String.toCharArray:()[C
            astore 3 /* chars */
        start local 3 // char[] chars
         3: .line 132
            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 133
            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 146
            iload 1 /* where */
            iload 2 /* nitems */
            iadd
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.length:()I
            if_icmplt 2
         1: .line 147
            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 149
      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 150
            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 151
            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 152
            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 166
            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 167
            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 168
            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 184
            iload 1 /* where */
            iload 2 /* len */
            iadd
            istore 4 /* end */
        start local 4 // int end
         1: .line 185
            iload 1 /* where */
            iflt 2
            iload 4 /* end */
            ifge 3
         2: .line 186
      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 188
      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 189
      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 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapStart:()I
            istore 5 /* g0 */
        start local 5 // int g0
         6: .line 192
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 6 /* g1 */
        start local 6 // int g1
         7: .line 193
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getArray:()Ljava/lang/Object;
            checkcast char[]
            astore 7 /* array */
        start local 7 // char[] array
         8: .line 194
            iload 1 /* where */
            iload 2 /* len */
            iadd
            iload 5 /* g0 */
            if_icmpgt 12
         9: .line 196
            aload 3 /* chars */
            aload 7 /* array */
            putfield javax.swing.text.Segment.array:[C
        10: .line 197
            aload 3 /* chars */
            iload 1 /* where */
            putfield javax.swing.text.Segment.offset:I
        11: .line 198
            goto 26
      StackMap locals: int int char[]
      StackMap stack:
        12: iload 1 /* where */
            iload 5 /* g0 */
            if_icmplt 16
        13: .line 200
            aload 3 /* chars */
            aload 7 /* array */
            putfield javax.swing.text.Segment.array:[C
        14: .line 201
            aload 3 /* chars */
            iload 6 /* g1 */
            iload 1 /* where */
            iadd
            iload 5 /* g0 */
            isub
            putfield javax.swing.text.Segment.offset:I
        15: .line 202
            goto 26
        16: .line 204
      StackMap locals:
      StackMap stack:
            iload 5 /* g0 */
            iload 1 /* where */
            isub
            istore 8 /* before */
        start local 8 // int before
        17: .line 205
            aload 3 /* chars */
            invokevirtual javax.swing.text.Segment.isPartialReturn:()Z
            ifeq 22
        18: .line 207
            aload 3 /* chars */
            aload 7 /* array */
            putfield javax.swing.text.Segment.array:[C
        19: .line 208
            aload 3 /* chars */
            iload 1 /* where */
            putfield javax.swing.text.Segment.offset:I
        20: .line 209
            aload 3 /* chars */
            iload 8 /* before */
            putfield javax.swing.text.Segment.count:I
        21: .line 210
            return
        22: .line 213
      StackMap locals: int
      StackMap stack:
            aload 3 /* chars */
            iload 2 /* len */
            newarray 5
            putfield javax.swing.text.Segment.array:[C
        23: .line 214
            aload 3 /* chars */
            iconst_0
            putfield javax.swing.text.Segment.offset:I
        24: .line 215
            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
        25: .line 216
            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
        26: .line 218
      StackMap locals:
      StackMap stack:
            aload 3 /* chars */
            iload 2 /* len */
            putfield javax.swing.text.Segment.count:I
        27: .line 219
            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   28     0    this  Ljavax/swing/text/GapContent;
            0   28     1   where  I
            0   28     2     len  I
            0   28     3   chars  Ljavax/swing/text/Segment;
            1   28     4     end  I
            6   28     5      g0  I
            7   28     6      g1  I
            8   28     7   array  [C
           17   26     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 230
            goto 2
         1: .line 231
      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 230
      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 233
            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 234
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.removeUnusedMarks:()V
         5: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapStart:()I
            istore 2 /* g0 */
        start local 2 // int g0
         6: .line 237
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 3 /* g1 */
        start local 3 // int g1
         7: .line 238
            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 239
            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 240
            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 243
            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 244
            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 245
            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 248
      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 249
            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 250
            aload 7 /* position */
            aload 6 /* m */
            invokevirtual javax.swing.text.GapContent$StickyPosition.setMark:(Ljavax/swing/text/GapContent$MarkData;)V
        20: .line 251
            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 254
      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 343
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 2 /* oldGapEnd */
        start local 2 // int oldGapEnd
         1: .line 345
            aload 0 /* this */
            iload 1 /* newSize */
            invokespecial javax.swing.text.GapVector.shiftEnd:(I)V
         2: .line 348
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            iload 2 /* oldGapEnd */
            isub
            istore 3 /* dg */
        start local 3 // int dg
         3: .line 349
            aload 0 /* this */
            iload 2 /* oldGapEnd */
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 4 /* adjustIndex */
        start local 4 // int adjustIndex
         4: .line 350
            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 351
            iload 4 /* adjustIndex */
            istore 6 /* i */
        start local 6 // int i
         6: goto 10
         7: .line 352
      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 353
            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 351
            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 355
            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 362
            iload 1 /* reqSize */
            ldc 524288
            if_icmpge 2
         1: .line 363
            aload 0 /* this */
            iload 1 /* reqSize */
            invokespecial javax.swing.text.GapVector.getNewArraySize:(I)I
            ireturn
         2: .line 365
      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 376
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapStart:()I
            istore 2 /* oldGapStart */
        start local 2 // int oldGapStart
         1: .line 377
            iload 1 /* newGapStart */
            iload 2 /* oldGapStart */
            isub
            istore 3 /* dg */
        start local 3 // int dg
         2: .line 378
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 4 /* oldGapEnd */
        start local 4 // int oldGapEnd
         3: .line 379
            iload 4 /* oldGapEnd */
            iload 3 /* dg */
            iadd
            istore 5 /* newGapEnd */
        start local 5 // int newGapEnd
         4: .line 380
            iload 4 /* oldGapEnd */
            iload 2 /* oldGapStart */
            isub
            istore 6 /* gapSize */
        start local 6 // int gapSize
         5: .line 383
            aload 0 /* this */
            iload 1 /* newGapStart */
            invokespecial javax.swing.text.GapVector.shiftGap:(I)V
         6: .line 386
            iload 3 /* dg */
            ifle 18
         7: .line 388
            aload 0 /* this */
            iload 2 /* oldGapStart */
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 7 /* adjustIndex */
        start local 7 // int adjustIndex
         8: .line 389
            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 390
            iload 7 /* adjustIndex */
            istore 9 /* i */
        start local 9 // int i
        10: goto 16
        11: .line 391
      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 392
            aload 10 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 5 /* newGapEnd */
            if_icmplt 14
        13: .line 393
            goto 29
        14: .line 395
      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 390
            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 397
            goto 29
      StackMap locals:
      StackMap stack:
        18: iload 3 /* dg */
            ifge 29
        19: .line 399
            aload 0 /* this */
            iload 1 /* newGapStart */
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 7 /* adjustIndex */
        start local 7 // int adjustIndex
        20: .line 400
            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 401
            iload 7 /* adjustIndex */
            istore 9 /* i */
        start local 9 // int i
        22: goto 28
        23: .line 402
      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 403
            aload 10 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 4 /* oldGapEnd */
            if_icmplt 26
        25: .line 404
            goto 29
        26: .line 406
      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 401
            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 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.resetMarksAtZero:()V
        30: .line 410
            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 417
            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 418
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 1 /* g1 */
        start local 1 // int g1
         2: .line 419
            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 420
            goto 9
         5: .line 421
      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 422
            aload 4 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 1 /* g1 */
            if_icmpgt 11
         7: .line 423
            aload 4 /* mark */
            iconst_0
            putfield javax.swing.text.GapContent$MarkData.index:I
        end local 4 // javax.swing.text.GapContent$MarkData mark
         8: .line 420
            iinc 2 /* counter */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* counter */
            iload 3 /* maxCounter */
        10: .line 419
            if_icmplt 5
        end local 3 // int maxCounter
        end local 2 // int counter
        end local 1 // int g1
        11: .line 430
      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 442
            aload 0 /* this */
            iload 1 /* newGapStart */
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 2 /* adjustIndex */
        start local 2 // int adjustIndex
         1: .line 443
            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 444
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapStart:()I
            istore 4 /* g0 */
        start local 4 // int g0
         3: .line 445
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 5 /* g1 */
        start local 5 // int g1
         4: .line 446
            iload 2 /* adjustIndex */
            istore 6 /* i */
        start local 6 // int i
         5: goto 11
         6: .line 447
      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 448
            aload 7 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 4 /* g0 */
            if_icmple 9
         8: .line 450
            goto 12
         9: .line 452
      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 446
            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 456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* newGapStart */
            invokespecial javax.swing.text.GapVector.shiftGapStartDown:(I)V
        13: .line 458
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.resetMarksAtZero:()V
        14: .line 459
            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 470
            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 471
            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 472
            iload 2 /* adjustIndex */
            istore 4 /* i */
        start local 4 // int i
         3: goto 9
         4: .line 473
      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 474
            aload 5 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 1 /* newGapEnd */
            if_icmplt 7
         6: .line 475
            goto 10
         7: .line 477
      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 472
            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 481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* newGapEnd */
            invokespecial javax.swing.text.GapVector.shiftGapEndUp:(I)V
        11: .line 483
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.resetMarksAtZero:()V
        12: .line 484
            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 494
            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 495
            iconst_m1
            ireturn
         2: .line 496
      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 497
            iconst_1
            ireturn
         4: .line 499
      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 508
            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 509
            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 513
            iload 2 /* index */
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         3: goto 9
         4: .line 514
      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 515
            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 516
            goto 10
         7: .line 518
      StackMap locals: javax.swing.text.GapContent$MarkData
      StackMap stack:
            iinc 2 /* index */ -1
        end local 4 // javax.swing.text.GapContent$MarkData d
         8: .line 513
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            ifge 4
        end local 3 // int i
        10: .line 520
      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 530
            iconst_0
            istore 2 /* lower */
        start local 2 // int lower
         1: .line 531
            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 532
            iconst_0
            istore 4 /* mid */
        start local 4 // int mid
         3: .line 534
            iload 3 /* upper */
            iconst_m1
            if_icmpne 5
         4: .line 535
            iconst_0
            ireturn
         5: .line 539
      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 540
            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 541
            iload 5 /* cmp */
            ifle 18
         8: .line 542
            iload 3 /* upper */
            iconst_1
            iadd
            ireturn
         9: .line 545
      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 546
            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 547
            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 549
            iload 5 /* cmp */
            ifne 14
        13: .line 551
            iload 4 /* mid */
            ireturn
        14: .line 552
      StackMap locals: javax.swing.text.GapContent$MarkData
      StackMap stack:
            iload 5 /* cmp */
            ifge 17
        15: .line 553
            iload 4 /* mid */
            iconst_1
            isub
            istore 3 /* upper */
        16: .line 554
            goto 18
        17: .line 555
      StackMap locals:
      StackMap stack:
            iload 4 /* mid */
            iconst_1
            iadd
            istore 2 /* lower */
        end local 7 // javax.swing.text.GapContent$MarkData entry
        18: .line 544
      StackMap locals:
      StackMap stack:
            iload 2 /* lower */
            iload 3 /* upper */
            if_icmple 9
        19: .line 560
            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 568
            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 569
            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 570
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 571
      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 572
            aload 4 /* mark */
            invokevirtual javax.swing.text.GapContent$MarkData.get:()Ljava/lang/Object;
            ifnull 7
         6: .line 573
            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 570
      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 576
            aload 0 /* this */
            aload 2 /* cleaned */
            putfield javax.swing.text.GapContent.marks:Ljavax/swing/text/GapContent$MarkVector;
        10: .line 577
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.GapContent.unusedMarks:I
        11: .line 578
            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 691
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 692
            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 693
            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 694
            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 695
            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 713
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* endOffset */
        start local 4 // int endOffset
         1: .line 716
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapStart:()I
            istore 7 /* g0 */
        start local 7 // int g0
         2: .line 717
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 8 /* g1 */
        start local 8 // int g1
         3: .line 720
            iload 2 /* offset */
            iload 7 /* g0 */
            if_icmpge 13
         4: .line 721
            iload 2 /* offset */
            ifne 7
         5: .line 723
            iconst_0
            istore 5 /* startIndex */
        start local 5 // int startIndex
         6: .line 724
            goto 8
        end local 5 // int startIndex
         7: .line 726
      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 728
      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 729
            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 730
            goto 15
        end local 6 // int endIndex
        11: .line 732
      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 734
            goto 15
        end local 6 // int endIndex
        end local 5 // int startIndex
        13: .line 736
      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 737
            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 740
      StackMap locals: javax.swing.text.GapContent java.util.Vector int int int int int int int
      StackMap stack:
            aload 1 /* v */
            ifnonnull 19
            new java.util.Vector
            dup
            iconst_1
            iload 6 /* endIndex */
        16: .line 741
            iload 5 /* startIndex */
            isub
        17: .line 740
            invokestatic java.lang.Math.max:(II)I
            invokespecial java.util.Vector.<init>:(I)V
        18: .line 741
            goto 20
      StackMap locals:
      StackMap stack:
        19: aload 1 /* v */
        20: .line 740
      StackMap locals:
      StackMap stack: java.util.Vector
            astore 9 /* placeIn */
        start local 9 // java.util.Vector placeIn
        21: .line 743
            iload 5 /* startIndex */
            istore 10 /* counter */
        start local 10 // int counter
        22: goto 25
        23: .line 744
      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
        24: .line 743
            iinc 10 /* counter */ 1
      StackMap locals:
      StackMap stack:
        25: iload 10 /* counter */
            iload 6 /* endIndex */
            if_icmplt 23
        end local 10 // int counter
        26: .line 746
            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   27     0        this  Ljavax/swing/text/GapContent;
            0   27     1           v  Ljava/util/Vector;
            0   27     2      offset  I
            0   27     3      length  I
            1   27     4   endOffset  I
            6    7     5  startIndex  I
            8   13     5  startIndex  I
           14   27     5  startIndex  I
           10   11     6    endIndex  I
           12   13     6    endIndex  I
           15   27     6    endIndex  I
            2   27     7          g0  I
            3   27     8          g1  I
           21   27     9     placeIn  Ljava/util/Vector;
           22   26    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 761
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* endOffset */
        start local 4 // int endOffset
         1: .line 762
            aload 0 /* this */
            invokevirtual javax.swing.text.GapContent.getGapEnd:()I
            istore 5 /* g1 */
        start local 5 // int g1
         2: .line 764
            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 766
            iload 2 /* offset */
            ifeq 6
         4: .line 767
            aload 0 /* this */
            iload 5 /* g1 */
            invokevirtual javax.swing.text.GapContent.findMarkAdjustIndex:(I)I
            istore 6 /* startIndex */
        start local 6 // int startIndex
         5: .line 768
            goto 7
        end local 6 // int startIndex
         6: .line 770
      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 774
      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 775
      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 776
            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 774
            iinc 8 /* counter */ -1
      StackMap locals:
      StackMap stack:
        12: iload 8 /* counter */
            ifge 9
        end local 8 // int counter
        13: .line 782
            iload 6 /* startIndex */
            iload 7 /* endIndex */
            if_icmpge 45
        14: .line 783
            iload 7 /* endIndex */
            iload 6 /* startIndex */
            isub
            anewarray java.lang.Object
            astore 8 /* sorted */
        start local 8 // java.lang.Object[] sorted
        15: .line 784
            iconst_0
            istore 9 /* addIndex */
        start local 9 // int addIndex
        16: .line 786
            iload 2 /* offset */
            ifne 31
        17: .line 790
            iload 6 /* startIndex */
            istore 10 /* counter */
        start local 10 // int counter
        18: goto 23
        19: .line 791
      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 792
            aload 11 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            ifne 22
        21: .line 793
            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 790
      StackMap locals:
      StackMap stack:
            iinc 10 /* counter */ 1
      StackMap locals:
      StackMap stack:
        23: iload 10 /* counter */
            iload 7 /* endIndex */
            if_icmplt 19
        24: .line 796
            iload 6 /* startIndex */
            istore 10 /* counter */
            goto 29
        25: .line 797
      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 798
            aload 11 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            ifeq 28
        27: .line 799
            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 796
      StackMap locals:
      StackMap stack:
            iinc 10 /* counter */ 1
      StackMap locals:
      StackMap stack:
        29: iload 10 /* counter */
            iload 7 /* endIndex */
            if_icmplt 25
        30: .line 802
            goto 44
        end local 10 // int counter
        31: .line 804
      StackMap locals:
      StackMap stack:
            iload 6 /* startIndex */
            istore 10 /* counter */
        start local 10 // int counter
        32: goto 37
        33: .line 805
      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 806
            aload 11 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 5 /* g1 */
            if_icmpeq 36
        35: .line 807
            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 804
      StackMap locals:
      StackMap stack:
            iinc 10 /* counter */ 1
      StackMap locals:
      StackMap stack:
        37: iload 10 /* counter */
            iload 7 /* endIndex */
            if_icmplt 33
        38: .line 810
            iload 6 /* startIndex */
            istore 10 /* counter */
            goto 43
        39: .line 811
      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 812
            aload 11 /* mark */
            getfield javax.swing.text.GapContent$MarkData.index:I
            iload 5 /* g1 */
            if_icmpne 42
        41: .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
        42: .line 810
      StackMap locals:
      StackMap stack:
            iinc 10 /* counter */ 1
      StackMap locals:
      StackMap stack:
        43: iload 10 /* counter */
            iload 7 /* endIndex */
            if_icmplt 39
        44: .line 818
      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 820
      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