public class com.ctc.wstx.util.SymbolTable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.ctc.wstx.util.SymbolTable
  super_class: java.lang.Object
{
  protected static final int DEFAULT_TABLE_SIZE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  protected static final float DEFAULT_FILL_FACTOR;
    descriptor: F
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 0.75

  protected static final java.lang.String EMPTY_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: ""

  protected boolean mInternStrings;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String[] mSymbols;
    descriptor: [Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected com.ctc.wstx.util.SymbolTable$Bucket[] mBuckets;
    descriptor: [Lcom/ctc/wstx/util/SymbolTable$Bucket;
    flags: (0x0004) ACC_PROTECTED

  protected int mSize;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int mSizeThreshold;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int mIndexMask;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int mThisVersion;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected boolean mDirty;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.SymbolTable this
         0: .line 161
            aload 0 /* this */
            iconst_1
            invokespecial com.ctc.wstx.util.SymbolTable.<init>:(Z)V
         1: .line 162
            return
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/ctc/wstx/util/SymbolTable;

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.ctc.wstx.util.SymbolTable this
        start local 1 // boolean internStrings
         0: .line 168
            aload 0 /* this */
            iload 1 /* internStrings */
            sipush 128
            invokespecial com.ctc.wstx.util.SymbolTable.<init>:(ZI)V
         1: .line 169
            return
        end local 1 // boolean internStrings
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/ctc/wstx/util/SymbolTable;
            0    2     1  internStrings  Z
    MethodParameters:
               Name  Flags
      internStrings  

  public void <init>(boolean, int);
    descriptor: (ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.ctc.wstx.util.SymbolTable this
        start local 1 // boolean internStrings
        start local 2 // int initialSize
         0: .line 175
            aload 0 /* this */
            iload 1 /* internStrings */
            iload 2 /* initialSize */
            ldc 0.75
            invokespecial com.ctc.wstx.util.SymbolTable.<init>:(ZIF)V
         1: .line 176
            return
        end local 2 // int initialSize
        end local 1 // boolean internStrings
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/ctc/wstx/util/SymbolTable;
            0    2     1  internStrings  Z
            0    2     2    initialSize  I
    MethodParameters:
               Name  Flags
      internStrings  
      initialSize    

  public void <init>(boolean, int, float);
    descriptor: (ZIF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.ctc.wstx.util.SymbolTable this
        start local 1 // boolean internStrings
        start local 2 // int initialSize
        start local 3 // float fillFactor
         0: .line 188
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 191
            aload 0 /* this */
            iload 1 /* internStrings */
            putfield com.ctc.wstx.util.SymbolTable.mInternStrings:Z
         2: .line 193
            aload 0 /* this */
            iconst_1
            putfield com.ctc.wstx.util.SymbolTable.mThisVersion:I
         3: .line 195
            aload 0 /* this */
            iconst_1
            putfield com.ctc.wstx.util.SymbolTable.mDirty:Z
         4: .line 198
            iload 2 /* initialSize */
            iconst_1
            if_icmpge 6
         5: .line 199
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Can not use negative/zero initial size: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* initialSize */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 205
      StackMap locals: com.ctc.wstx.util.SymbolTable int int float
      StackMap stack:
            iconst_4
            istore 4 /* currSize */
        start local 4 // int currSize
         7: .line 206
            goto 9
         8: .line 207
      StackMap locals: int
      StackMap stack:
            iload 4 /* currSize */
            iload 4 /* currSize */
            iadd
            istore 4 /* currSize */
         9: .line 206
      StackMap locals:
      StackMap stack:
            iload 4 /* currSize */
            iload 2 /* initialSize */
            if_icmplt 8
        10: .line 209
            iload 4 /* currSize */
            istore 2 /* initialSize */
        end local 4 // int currSize
        11: .line 212
            aload 0 /* this */
            iload 2 /* initialSize */
            anewarray java.lang.String
            putfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
        12: .line 213
            aload 0 /* this */
            iload 2 /* initialSize */
            iconst_1
            ishr
            anewarray com.ctc.wstx.util.SymbolTable$Bucket
            putfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
        13: .line 215
            aload 0 /* this */
            iload 2 /* initialSize */
            iconst_1
            isub
            putfield com.ctc.wstx.util.SymbolTable.mIndexMask:I
        14: .line 216
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.SymbolTable.mSize:I
        15: .line 219
            fload 3 /* fillFactor */
            ldc 0.01
            fcmpg
            ifge 17
        16: .line 220
            new java.lang.IllegalArgumentException
            dup
            ldc "Fill factor can not be lower than 0.01."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 222
      StackMap locals:
      StackMap stack:
            fload 3 /* fillFactor */
            ldc 10.0
            fcmpl
            ifle 19
        18: .line 223
            new java.lang.IllegalArgumentException
            dup
            ldc "Fill factor can not be higher than 10.0."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        19: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* initialSize */
            i2f
            fload 3 /* fillFactor */
            fmul
            f2d
            ldc 0.5
            dadd
            d2i
            putfield com.ctc.wstx.util.SymbolTable.mSizeThreshold:I
        20: .line 226
            return
        end local 3 // float fillFactor
        end local 2 // int initialSize
        end local 1 // boolean internStrings
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   21     0           this  Lcom/ctc/wstx/util/SymbolTable;
            0   21     1  internStrings  Z
            0   21     2    initialSize  I
            0   21     3     fillFactor  F
            7   11     4       currSize  I
    MethodParameters:
               Name  Flags
      internStrings  
      initialSize    
      fillFactor     

  private void <init>(boolean, java.lang.String[], com.ctc.wstx.util.SymbolTable$Bucket[], int, int, int, int);
    descriptor: (Z[Ljava/lang/String;[Lcom/ctc/wstx/util/SymbolTable$Bucket;IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // com.ctc.wstx.util.SymbolTable this
        start local 1 // boolean internStrings
        start local 2 // java.lang.String[] symbols
        start local 3 // com.ctc.wstx.util.SymbolTable$Bucket[] buckets
        start local 4 // int size
        start local 5 // int sizeThreshold
        start local 6 // int indexMask
        start local 7 // int version
         0: .line 231
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 235
            aload 0 /* this */
            iload 1 /* internStrings */
            putfield com.ctc.wstx.util.SymbolTable.mInternStrings:Z
         2: .line 236
            aload 0 /* this */
            aload 2 /* symbols */
            putfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
         3: .line 237
            aload 0 /* this */
            aload 3 /* buckets */
            putfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
         4: .line 238
            aload 0 /* this */
            iload 4 /* size */
            putfield com.ctc.wstx.util.SymbolTable.mSize:I
         5: .line 239
            aload 0 /* this */
            iload 5 /* sizeThreshold */
            putfield com.ctc.wstx.util.SymbolTable.mSizeThreshold:I
         6: .line 240
            aload 0 /* this */
            iload 6 /* indexMask */
            putfield com.ctc.wstx.util.SymbolTable.mIndexMask:I
         7: .line 241
            aload 0 /* this */
            iload 7 /* version */
            putfield com.ctc.wstx.util.SymbolTable.mThisVersion:I
         8: .line 244
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.SymbolTable.mDirty:Z
         9: .line 245
            return
        end local 7 // int version
        end local 6 // int indexMask
        end local 5 // int sizeThreshold
        end local 4 // int size
        end local 3 // com.ctc.wstx.util.SymbolTable$Bucket[] buckets
        end local 2 // java.lang.String[] symbols
        end local 1 // boolean internStrings
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lcom/ctc/wstx/util/SymbolTable;
            0   10     1  internStrings  Z
            0   10     2        symbols  [Ljava/lang/String;
            0   10     3        buckets  [Lcom/ctc/wstx/util/SymbolTable$Bucket;
            0   10     4           size  I
            0   10     5  sizeThreshold  I
            0   10     6      indexMask  I
            0   10     7        version  I
    MethodParameters:
               Name  Flags
      internStrings  
      symbols        
      buckets        
      size           
      sizeThreshold  
      indexMask      
      version        

  public com.ctc.wstx.util.SymbolTable makeChild();
    descriptor: ()Lcom/ctc/wstx/util/SymbolTable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=1
        start local 0 // com.ctc.wstx.util.SymbolTable this
         0: .line 269
            aload 0 /* this */
            dup
            astore 8
            monitorenter
         1: .line 270
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mInternStrings:Z
            istore 1 /* internStrings */
        start local 1 // boolean internStrings
         2: .line 271
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            astore 2 /* symbols */
        start local 2 // java.lang.String[] symbols
         3: .line 272
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            astore 3 /* buckets */
        start local 3 // com.ctc.wstx.util.SymbolTable$Bucket[] buckets
         4: .line 273
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSize:I
            istore 4 /* size */
        start local 4 // int size
         5: .line 274
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSizeThreshold:I
            istore 5 /* sizeThreshold */
        start local 5 // int sizeThreshold
         6: .line 275
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mIndexMask:I
            istore 6 /* indexMask */
        start local 6 // int indexMask
         7: .line 276
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mThisVersion:I
            iconst_1
            iadd
            istore 7 /* version */
        start local 7 // int version
         8: .line 269
            aload 8
            monitorexit
         9: goto 12
        end local 7 // int version
        end local 6 // int indexMask
        end local 5 // int sizeThreshold
        end local 4 // int size
        end local 3 // com.ctc.wstx.util.SymbolTable$Bucket[] buckets
        end local 2 // java.lang.String[] symbols
        end local 1 // boolean internStrings
      StackMap locals: com.ctc.wstx.util.SymbolTable top top top top top top top com.ctc.wstx.util.SymbolTable
      StackMap stack: java.lang.Throwable
        10: aload 8
            monitorexit
        11: athrow
        start local 1 // boolean internStrings
        start local 2 // java.lang.String[] symbols
        start local 3 // com.ctc.wstx.util.SymbolTable$Bucket[] buckets
        start local 4 // int size
        start local 5 // int sizeThreshold
        start local 6 // int indexMask
        start local 7 // int version
        12: .line 278
      StackMap locals: com.ctc.wstx.util.SymbolTable int java.lang.String[] com.ctc.wstx.util.SymbolTable$Bucket[] int int int int
      StackMap stack:
            new com.ctc.wstx.util.SymbolTable
            dup
            iload 1 /* internStrings */
            aload 2 /* symbols */
            aload 3 /* buckets */
        13: .line 279
            iload 4 /* size */
            iload 5 /* sizeThreshold */
            iload 6 /* indexMask */
            iload 7 /* version */
        14: .line 278
            invokespecial com.ctc.wstx.util.SymbolTable.<init>:(Z[Ljava/lang/String;[Lcom/ctc/wstx/util/SymbolTable$Bucket;IIII)V
            areturn
        end local 7 // int version
        end local 6 // int indexMask
        end local 5 // int sizeThreshold
        end local 4 // int size
        end local 3 // com.ctc.wstx.util.SymbolTable$Bucket[] buckets
        end local 2 // java.lang.String[] symbols
        end local 1 // boolean internStrings
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   15     0           this  Lcom/ctc/wstx/util/SymbolTable;
            2   10     1  internStrings  Z
           12   15     1  internStrings  Z
            3   10     2        symbols  [Ljava/lang/String;
           12   15     2        symbols  [Ljava/lang/String;
            4   10     3        buckets  [Lcom/ctc/wstx/util/SymbolTable$Bucket;
           12   15     3        buckets  [Lcom/ctc/wstx/util/SymbolTable$Bucket;
            5   10     4           size  I
           12   15     4           size  I
            6   10     5  sizeThreshold  I
           12   15     5  sizeThreshold  I
            7   10     6      indexMask  I
           12   15     6      indexMask  I
            8   10     7        version  I
           12   15     7        version  I
      Exception table:
        from    to  target  type
           1     9      10  any
          10    11      10  any

  public synchronized void mergeChild(com.ctc.wstx.util.SymbolTable);
    descriptor: (Lcom/ctc/wstx/util/SymbolTable;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.ctc.wstx.util.SymbolTable this
        start local 1 // com.ctc.wstx.util.SymbolTable child
         0: .line 292
            aload 1 /* child */
            invokevirtual com.ctc.wstx.util.SymbolTable.size:()I
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.SymbolTable.size:()I
            if_icmpgt 2
         1: .line 293
            return
         2: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* child */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            putfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
         3: .line 298
            aload 0 /* this */
            aload 1 /* child */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            putfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
         4: .line 299
            aload 0 /* this */
            aload 1 /* child */
            getfield com.ctc.wstx.util.SymbolTable.mSize:I
            putfield com.ctc.wstx.util.SymbolTable.mSize:I
         5: .line 300
            aload 0 /* this */
            aload 1 /* child */
            getfield com.ctc.wstx.util.SymbolTable.mSizeThreshold:I
            putfield com.ctc.wstx.util.SymbolTable.mSizeThreshold:I
         6: .line 301
            aload 0 /* this */
            aload 1 /* child */
            getfield com.ctc.wstx.util.SymbolTable.mIndexMask:I
            putfield com.ctc.wstx.util.SymbolTable.mIndexMask:I
         7: .line 302
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.SymbolTable.mThisVersion:I
            iconst_1
            iadd
            putfield com.ctc.wstx.util.SymbolTable.mThisVersion:I
         8: .line 306
            aload 0 /* this */
            iconst_0
            putfield com.ctc.wstx.util.SymbolTable.mDirty:Z
         9: .line 314
            aload 1 /* child */
            iconst_0
            putfield com.ctc.wstx.util.SymbolTable.mDirty:Z
        10: .line 315
            return
        end local 1 // com.ctc.wstx.util.SymbolTable child
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lcom/ctc/wstx/util/SymbolTable;
            0   11     1  child  Lcom/ctc/wstx/util/SymbolTable;
    MethodParameters:
       Name  Flags
      child  

  public void setInternStrings(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.ctc.wstx.util.SymbolTable this
        start local 1 // boolean state
         0: .line 324
            aload 0 /* this */
            iload 1 /* state */
            putfield com.ctc.wstx.util.SymbolTable.mInternStrings:Z
         1: .line 325
            return
        end local 1 // boolean state
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/ctc/wstx/util/SymbolTable;
            0    2     1  state  Z
    MethodParameters:
       Name  Flags
      state  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.SymbolTable this
         0: .line 333
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSize:I
            ireturn
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/SymbolTable;

  public int version();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.SymbolTable this
         0: .line 335
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mThisVersion:I
            ireturn
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/SymbolTable;

  public boolean isDirty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.ctc.wstx.util.SymbolTable this
         0: .line 337
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mDirty:Z
            ireturn
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/ctc/wstx/util/SymbolTable;

  public boolean isDirectChildOf(com.ctc.wstx.util.SymbolTable);
    descriptor: (Lcom/ctc/wstx/util/SymbolTable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.ctc.wstx.util.SymbolTable this
        start local 1 // com.ctc.wstx.util.SymbolTable t
         0: .line 350
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mThisVersion:I
            aload 1 /* t */
            getfield com.ctc.wstx.util.SymbolTable.mThisVersion:I
            iconst_1
            iadd
            if_icmpne 2
         1: .line 351
            iconst_1
            ireturn
         2: .line 353
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.ctc.wstx.util.SymbolTable t
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/ctc/wstx/util/SymbolTable;
            0    3     1     t  Lcom/ctc/wstx/util/SymbolTable;
    MethodParameters:
      Name  Flags
      t     

  public java.lang.String findSymbol(char[], int, int, int);
    descriptor: ([CIII)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // com.ctc.wstx.util.SymbolTable this
        start local 1 // char[] buffer
        start local 2 // int start
        start local 3 // int len
        start local 4 // int hash
         0: .line 378
            iload 3 /* len */
            iconst_1
            if_icmpge 2
         1: .line 379
            ldc ""
            areturn
         2: .line 382
      StackMap locals:
      StackMap stack:
            iload 4 /* hash */
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mIndexMask:I
            iand
            istore 4 /* hash */
         3: .line 384
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            iload 4 /* hash */
            aaload
            astore 5 /* sym */
        start local 5 // java.lang.String sym
         4: .line 387
            aload 5 /* sym */
            ifnull 18
         5: .line 389
            aload 5 /* sym */
            invokevirtual java.lang.String.length:()I
            iload 3 /* len */
            if_icmpne 13
         6: .line 390
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: .line 392
      StackMap locals: java.lang.String int
      StackMap stack:
            aload 5 /* sym */
            iload 6 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            aload 1 /* buffer */
            iload 2 /* start */
            iload 6 /* i */
            iadd
            caload
            if_icmpeq 9
         8: .line 393
            goto 11
         9: .line 395
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
            iload 6 /* i */
            iload 3 /* len */
        10: .line 391
            if_icmplt 7
        11: .line 397
      StackMap locals:
      StackMap stack:
            iload 6 /* i */
            iload 3 /* len */
            if_icmpne 13
        12: .line 398
            aload 5 /* sym */
            areturn
        end local 6 // int i
        13: .line 402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            iload 4 /* hash */
            iconst_1
            ishr
            aaload
            astore 6 /* b */
        start local 6 // com.ctc.wstx.util.SymbolTable$Bucket b
        14: .line 403
            aload 6 /* b */
            ifnull 18
        15: .line 404
            aload 6 /* b */
            aload 1 /* buffer */
            iload 2 /* start */
            iload 3 /* len */
            invokevirtual com.ctc.wstx.util.SymbolTable$Bucket.find:([CII)Ljava/lang/String;
            astore 5 /* sym */
        16: .line 405
            aload 5 /* sym */
            ifnull 18
        17: .line 406
            aload 5 /* sym */
            areturn
        end local 6 // com.ctc.wstx.util.SymbolTable$Bucket b
        18: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSize:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSizeThreshold:I
            if_icmplt 22
        19: .line 413
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.SymbolTable.rehash:()V
        20: .line 417
            aload 1 /* buffer */
            iload 2 /* start */
            iload 3 /* len */
            invokestatic com.ctc.wstx.util.SymbolTable.calcHash:([CII)I
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mIndexMask:I
            iand
            istore 4 /* hash */
        21: .line 418
            goto 25
      StackMap locals:
      StackMap stack:
        22: aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mDirty:Z
            ifne 25
        23: .line 420
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.SymbolTable.copyArrays:()V
        24: .line 421
            aload 0 /* this */
            iconst_1
            putfield com.ctc.wstx.util.SymbolTable.mDirty:Z
        25: .line 423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.SymbolTable.mSize:I
            iconst_1
            iadd
            putfield com.ctc.wstx.util.SymbolTable.mSize:I
        26: .line 425
            new java.lang.String
            dup
            aload 1 /* buffer */
            iload 2 /* start */
            iload 3 /* len */
            invokespecial java.lang.String.<init>:([CII)V
            astore 6 /* newSymbol */
        start local 6 // java.lang.String newSymbol
        27: .line 426
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mInternStrings:Z
            ifeq 29
        28: .line 427
            aload 6 /* newSymbol */
            invokevirtual java.lang.String.intern:()Ljava/lang/String;
            astore 6 /* newSymbol */
        29: .line 430
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            iload 4 /* hash */
            aaload
            ifnonnull 32
        30: .line 431
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            iload 4 /* hash */
            aload 6 /* newSymbol */
            aastore
        31: .line 432
            goto 34
        32: .line 433
      StackMap locals:
      StackMap stack:
            iload 4 /* hash */
            iconst_1
            ishr
            istore 7 /* bix */
        start local 7 // int bix
        33: .line 434
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            iload 7 /* bix */
            new com.ctc.wstx.util.SymbolTable$Bucket
            dup
            aload 6 /* newSymbol */
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            iload 7 /* bix */
            aaload
            invokespecial com.ctc.wstx.util.SymbolTable$Bucket.<init>:(Ljava/lang/String;Lcom/ctc/wstx/util/SymbolTable$Bucket;)V
            aastore
        end local 7 // int bix
        34: .line 437
      StackMap locals:
      StackMap stack:
            aload 6 /* newSymbol */
            areturn
        end local 6 // java.lang.String newSymbol
        end local 5 // java.lang.String sym
        end local 4 // int hash
        end local 3 // int len
        end local 2 // int start
        end local 1 // char[] buffer
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   35     0       this  Lcom/ctc/wstx/util/SymbolTable;
            0   35     1     buffer  [C
            0   35     2      start  I
            0   35     3        len  I
            0   35     4       hash  I
            4   35     5        sym  Ljava/lang/String;
            7   13     6          i  I
           14   18     6          b  Lcom/ctc/wstx/util/SymbolTable$Bucket;
           27   35     6  newSymbol  Ljava/lang/String;
           33   34     7        bix  I
    MethodParameters:
        Name  Flags
      buffer  
      start   
      len     
      hash    

  public java.lang.String findSymbolIfExists(char[], int, int, int);
    descriptor: ([CIII)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // com.ctc.wstx.util.SymbolTable this
        start local 1 // char[] buffer
        start local 2 // int start
        start local 3 // int len
        start local 4 // int hash
         0: .line 447
            iload 3 /* len */
            iconst_1
            if_icmpge 2
         1: .line 448
            ldc ""
            areturn
         2: .line 450
      StackMap locals:
      StackMap stack:
            iload 4 /* hash */
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mIndexMask:I
            iand
            istore 4 /* hash */
         3: .line 452
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            iload 4 /* hash */
            aaload
            astore 5 /* sym */
        start local 5 // java.lang.String sym
         4: .line 454
            aload 5 /* sym */
            ifnull 18
         5: .line 456
            aload 5 /* sym */
            invokevirtual java.lang.String.length:()I
            iload 3 /* len */
            if_icmpne 13
         6: .line 457
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: .line 459
      StackMap locals: java.lang.String int
      StackMap stack:
            aload 5 /* sym */
            iload 6 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            aload 1 /* buffer */
            iload 2 /* start */
            iload 6 /* i */
            iadd
            caload
            if_icmpeq 9
         8: .line 460
            goto 11
         9: .line 462
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
            iload 6 /* i */
            iload 3 /* len */
        10: .line 458
            if_icmplt 7
        11: .line 464
      StackMap locals:
      StackMap stack:
            iload 6 /* i */
            iload 3 /* len */
            if_icmpne 13
        12: .line 465
            aload 5 /* sym */
            areturn
        end local 6 // int i
        13: .line 469
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            iload 4 /* hash */
            iconst_1
            ishr
            aaload
            astore 6 /* b */
        start local 6 // com.ctc.wstx.util.SymbolTable$Bucket b
        14: .line 470
            aload 6 /* b */
            ifnull 18
        15: .line 471
            aload 6 /* b */
            aload 1 /* buffer */
            iload 2 /* start */
            iload 3 /* len */
            invokevirtual com.ctc.wstx.util.SymbolTable$Bucket.find:([CII)Ljava/lang/String;
            astore 5 /* sym */
        16: .line 472
            aload 5 /* sym */
            ifnull 18
        17: .line 473
            aload 5 /* sym */
            areturn
        end local 6 // com.ctc.wstx.util.SymbolTable$Bucket b
        18: .line 477
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 5 // java.lang.String sym
        end local 4 // int hash
        end local 3 // int len
        end local 2 // int start
        end local 1 // char[] buffer
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lcom/ctc/wstx/util/SymbolTable;
            0   19     1  buffer  [C
            0   19     2   start  I
            0   19     3     len  I
            0   19     4    hash  I
            4   19     5     sym  Ljava/lang/String;
            7   13     6       i  I
           14   18     6       b  Lcom/ctc/wstx/util/SymbolTable$Bucket;
    MethodParameters:
        Name  Flags
      buffer  
      start   
      len     
      hash    

  public java.lang.String findSymbol(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // com.ctc.wstx.util.SymbolTable this
        start local 1 // java.lang.String str
         0: .line 487
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 489
            iload 2 /* len */
            iconst_1
            if_icmpge 3
         2: .line 490
            ldc ""
            areturn
         3: .line 493
      StackMap locals: int
      StackMap stack:
            aload 1 /* str */
            invokestatic com.ctc.wstx.util.SymbolTable.calcHash:(Ljava/lang/String;)I
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mIndexMask:I
            iand
            istore 3 /* index */
        start local 3 // int index
         4: .line 494
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            iload 3 /* index */
            aaload
            astore 4 /* sym */
        start local 4 // java.lang.String sym
         5: .line 497
            aload 4 /* sym */
            ifnull 20
         6: .line 499
            aload 4 /* sym */
            invokevirtual java.lang.String.length:()I
            iload 2 /* len */
            if_icmpne 15
         7: .line 500
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: .line 501
            goto 12
         9: .line 502
      StackMap locals: int java.lang.String int
      StackMap stack:
            aload 4 /* sym */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            aload 1 /* str */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 11
        10: .line 503
            goto 13
        11: .line 501
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            iload 2 /* len */
            if_icmplt 9
        13: .line 507
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 2 /* len */
            if_icmpne 15
        14: .line 508
            aload 4 /* sym */
            areturn
        end local 5 // int i
        15: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            iload 3 /* index */
            iconst_1
            ishr
            aaload
            astore 5 /* b */
        start local 5 // com.ctc.wstx.util.SymbolTable$Bucket b
        16: .line 513
            aload 5 /* b */
            ifnull 20
        17: .line 514
            aload 5 /* b */
            aload 1 /* str */
            invokevirtual com.ctc.wstx.util.SymbolTable$Bucket.find:(Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* sym */
        18: .line 515
            aload 4 /* sym */
            ifnull 20
        19: .line 516
            aload 4 /* sym */
            areturn
        end local 5 // com.ctc.wstx.util.SymbolTable$Bucket b
        20: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSize:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSizeThreshold:I
            if_icmplt 24
        21: .line 523
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.SymbolTable.rehash:()V
        22: .line 527
            aload 1 /* str */
            invokestatic com.ctc.wstx.util.SymbolTable.calcHash:(Ljava/lang/String;)I
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mIndexMask:I
            iand
            istore 3 /* index */
        23: .line 528
            goto 27
      StackMap locals:
      StackMap stack:
        24: aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mDirty:Z
            ifne 27
        25: .line 530
            aload 0 /* this */
            invokevirtual com.ctc.wstx.util.SymbolTable.copyArrays:()V
        26: .line 531
            aload 0 /* this */
            iconst_1
            putfield com.ctc.wstx.util.SymbolTable.mDirty:Z
        27: .line 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.SymbolTable.mSize:I
            iconst_1
            iadd
            putfield com.ctc.wstx.util.SymbolTable.mSize:I
        28: .line 535
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mInternStrings:Z
            ifeq 30
        29: .line 536
            aload 1 /* str */
            invokevirtual java.lang.String.intern:()Ljava/lang/String;
            astore 1 /* str */
        30: .line 539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            iload 3 /* index */
            aaload
            ifnonnull 33
        31: .line 540
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            iload 3 /* index */
            aload 1 /* str */
            aastore
        32: .line 541
            goto 35
        33: .line 542
      StackMap locals:
      StackMap stack:
            iload 3 /* index */
            iconst_1
            ishr
            istore 5 /* bix */
        start local 5 // int bix
        34: .line 543
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            iload 5 /* bix */
            new com.ctc.wstx.util.SymbolTable$Bucket
            dup
            aload 1 /* str */
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            iload 5 /* bix */
            aaload
            invokespecial com.ctc.wstx.util.SymbolTable$Bucket.<init>:(Ljava/lang/String;Lcom/ctc/wstx/util/SymbolTable$Bucket;)V
            aastore
        end local 5 // int bix
        35: .line 546
      StackMap locals:
      StackMap stack:
            aload 1 /* str */
            areturn
        end local 4 // java.lang.String sym
        end local 3 // int index
        end local 2 // int len
        end local 1 // java.lang.String str
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   36     0   this  Lcom/ctc/wstx/util/SymbolTable;
            0   36     1    str  Ljava/lang/String;
            1   36     2    len  I
            4   36     3  index  I
            5   36     4    sym  Ljava/lang/String;
            8   15     5      i  I
           16   20     5      b  Lcom/ctc/wstx/util/SymbolTable$Bucket;
           34   35     5    bix  I
    MethodParameters:
      Name  Flags
      str   

  public static int calcHash(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // char[] buffer
        start local 1 // int start
        start local 2 // int len
         0: .line 560
            aload 0 /* buffer */
            iload 1 /* start */
            caload
            istore 3 /* hash */
        start local 3 // int hash
         1: .line 561
            iconst_1
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 562
      StackMap locals: int int
      StackMap stack:
            iload 3 /* hash */
            bipush 31
            imul
            aload 0 /* buffer */
            iload 1 /* start */
            iload 4 /* i */
            iadd
            caload
            iadd
            istore 3 /* hash */
         4: .line 561
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            iload 2 /* len */
            if_icmplt 3
        end local 4 // int i
         6: .line 564
            iload 3 /* hash */
            ireturn
        end local 3 // int hash
        end local 2 // int len
        end local 1 // int start
        end local 0 // char[] buffer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0  buffer  [C
            0    7     1   start  I
            0    7     2     len  I
            1    7     3    hash  I
            2    6     4       i  I
    MethodParameters:
        Name  Flags
      buffer  
      start   
      len     

  public static int calcHash(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.lang.String key
         0: .line 569
            aload 0 /* key */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 570
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         2: aload 0 /* key */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         3: goto 6
         4: .line 571
      StackMap locals: int int int
      StackMap stack:
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* key */
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            iadd
            istore 1 /* hash */
         5: .line 570
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 3 /* len */
            if_icmplt 4
        end local 3 // int len
        end local 2 // int i
         7: .line 574
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0   key  Ljava/lang/String;
            1    8     1  hash  I
            2    7     2     i  I
            3    7     3   len  I
    MethodParameters:
      Name  Flags
      key   

  private void copyArrays();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.ctc.wstx.util.SymbolTable this
         0: .line 588
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            astore 1 /* oldSyms */
        start local 1 // java.lang.String[] oldSyms
         1: .line 589
            aload 1 /* oldSyms */
            arraylength
            istore 2 /* size */
        start local 2 // int size
         2: .line 590
            aload 0 /* this */
            iload 2 /* size */
            anewarray java.lang.String
            putfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
         3: .line 591
            aload 1 /* oldSyms */
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            iconst_0
            iload 2 /* size */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 592
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            astore 3 /* oldBuckets */
        start local 3 // com.ctc.wstx.util.SymbolTable$Bucket[] oldBuckets
         5: .line 593
            aload 3 /* oldBuckets */
            arraylength
            istore 2 /* size */
         6: .line 594
            aload 0 /* this */
            iload 2 /* size */
            anewarray com.ctc.wstx.util.SymbolTable$Bucket
            putfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
         7: .line 595
            aload 3 /* oldBuckets */
            iconst_0
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            iconst_0
            iload 2 /* size */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 596
            return
        end local 3 // com.ctc.wstx.util.SymbolTable$Bucket[] oldBuckets
        end local 2 // int size
        end local 1 // java.lang.String[] oldSyms
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/ctc/wstx/util/SymbolTable;
            1    9     1     oldSyms  [Ljava/lang/String;
            2    9     2        size  I
            5    9     3  oldBuckets  [Lcom/ctc/wstx/util/SymbolTable$Bucket;

  private void rehash();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=11, args_size=1
        start local 0 // com.ctc.wstx.util.SymbolTable this
         0: .line 607
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            arraylength
            istore 1 /* size */
        start local 1 // int size
         1: .line 608
            iload 1 /* size */
            iload 1 /* size */
            iadd
            istore 2 /* newSize */
        start local 2 // int newSize
         2: .line 609
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            astore 3 /* oldSyms */
        start local 3 // java.lang.String[] oldSyms
         3: .line 610
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            astore 4 /* oldBuckets */
        start local 4 // com.ctc.wstx.util.SymbolTable$Bucket[] oldBuckets
         4: .line 611
            aload 0 /* this */
            iload 2 /* newSize */
            anewarray java.lang.String
            putfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
         5: .line 612
            aload 0 /* this */
            iload 2 /* newSize */
            iconst_1
            ishr
            anewarray com.ctc.wstx.util.SymbolTable$Bucket
            putfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
         6: .line 614
            aload 0 /* this */
            iload 2 /* newSize */
            iconst_1
            isub
            putfield com.ctc.wstx.util.SymbolTable.mIndexMask:I
         7: .line 615
            aload 0 /* this */
            dup
            getfield com.ctc.wstx.util.SymbolTable.mSizeThreshold:I
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSizeThreshold:I
            iadd
            putfield com.ctc.wstx.util.SymbolTable.mSizeThreshold:I
         8: .line 617
            iconst_0
            istore 5 /* count */
        start local 5 // int count
         9: .line 622
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 21
        11: .line 623
      StackMap locals: com.ctc.wstx.util.SymbolTable int int java.lang.String[] com.ctc.wstx.util.SymbolTable$Bucket[] int int
      StackMap stack:
            aload 3 /* oldSyms */
            iload 6 /* i */
            aaload
            astore 7 /* symbol */
        start local 7 // java.lang.String symbol
        12: .line 624
            aload 7 /* symbol */
            ifnull 20
        13: .line 625
            iinc 5 /* count */ 1
        14: .line 626
            aload 7 /* symbol */
            invokestatic com.ctc.wstx.util.SymbolTable.calcHash:(Ljava/lang/String;)I
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mIndexMask:I
            iand
            istore 8 /* index */
        start local 8 // int index
        15: .line 627
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            iload 8 /* index */
            aaload
            ifnonnull 18
        16: .line 628
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            iload 8 /* index */
            aload 7 /* symbol */
            aastore
        17: .line 629
            goto 20
        18: .line 630
      StackMap locals: java.lang.String int
      StackMap stack:
            iload 8 /* index */
            iconst_1
            ishr
            istore 9 /* bix */
        start local 9 // int bix
        19: .line 631
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            iload 9 /* bix */
            new com.ctc.wstx.util.SymbolTable$Bucket
            dup
            aload 7 /* symbol */
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            iload 9 /* bix */
            aaload
            invokespecial com.ctc.wstx.util.SymbolTable$Bucket.<init>:(Ljava/lang/String;Lcom/ctc/wstx/util/SymbolTable$Bucket;)V
            aastore
        end local 9 // int bix
        end local 8 // int index
        end local 7 // java.lang.String symbol
        20: .line 622
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 6 /* i */
            iload 1 /* size */
            if_icmplt 11
        end local 6 // int i
        22: .line 636
            iload 1 /* size */
            iconst_1
            ishr
            istore 1 /* size */
        23: .line 637
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        24: goto 38
        25: .line 638
      StackMap locals:
      StackMap stack:
            aload 4 /* oldBuckets */
            iload 6 /* i */
            aaload
            astore 7 /* b */
        start local 7 // com.ctc.wstx.util.SymbolTable$Bucket b
        26: .line 639
            goto 36
        27: .line 640
      StackMap locals: com.ctc.wstx.util.SymbolTable$Bucket
      StackMap stack:
            iinc 5 /* count */ 1
        28: .line 641
            aload 7 /* b */
            invokevirtual com.ctc.wstx.util.SymbolTable$Bucket.getSymbol:()Ljava/lang/String;
            astore 8 /* symbol */
        start local 8 // java.lang.String symbol
        29: .line 642
            aload 8 /* symbol */
            invokestatic com.ctc.wstx.util.SymbolTable.calcHash:(Ljava/lang/String;)I
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mIndexMask:I
            iand
            istore 9 /* index */
        start local 9 // int index
        30: .line 643
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            iload 9 /* index */
            aaload
            ifnonnull 33
        31: .line 644
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            iload 9 /* index */
            aload 8 /* symbol */
            aastore
        32: .line 645
            goto 35
        33: .line 646
      StackMap locals: java.lang.String int
      StackMap stack:
            iload 9 /* index */
            iconst_1
            ishr
            istore 10 /* bix */
        start local 10 // int bix
        34: .line 647
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            iload 10 /* bix */
            new com.ctc.wstx.util.SymbolTable$Bucket
            dup
            aload 8 /* symbol */
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            iload 10 /* bix */
            aaload
            invokespecial com.ctc.wstx.util.SymbolTable$Bucket.<init>:(Ljava/lang/String;Lcom/ctc/wstx/util/SymbolTable$Bucket;)V
            aastore
        end local 10 // int bix
        35: .line 649
      StackMap locals:
      StackMap stack:
            aload 7 /* b */
            invokevirtual com.ctc.wstx.util.SymbolTable$Bucket.getNext:()Lcom/ctc/wstx/util/SymbolTable$Bucket;
            astore 7 /* b */
        end local 9 // int index
        end local 8 // java.lang.String symbol
        36: .line 639
      StackMap locals:
      StackMap stack:
            aload 7 /* b */
            ifnonnull 27
        end local 7 // com.ctc.wstx.util.SymbolTable$Bucket b
        37: .line 637
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        38: iload 6 /* i */
            iload 1 /* size */
            if_icmplt 25
        end local 6 // int i
        39: .line 653
            iload 5 /* count */
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSize:I
            if_icmpeq 41
        40: .line 654
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Internal error on SymbolTable.rehash(): had "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSize:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " entries; now have "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 5 /* count */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        41: .line 656
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int count
        end local 4 // com.ctc.wstx.util.SymbolTable$Bucket[] oldBuckets
        end local 3 // java.lang.String[] oldSyms
        end local 2 // int newSize
        end local 1 // int size
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   42     0        this  Lcom/ctc/wstx/util/SymbolTable;
            1   42     1        size  I
            2   42     2     newSize  I
            3   42     3     oldSyms  [Ljava/lang/String;
            4   42     4  oldBuckets  [Lcom/ctc/wstx/util/SymbolTable$Bucket;
            9   42     5       count  I
           10   22     6           i  I
           12   20     7      symbol  Ljava/lang/String;
           15   20     8       index  I
           19   20     9         bix  I
           24   39     6           i  I
           26   37     7           b  Lcom/ctc/wstx/util/SymbolTable$Bucket;
           29   36     8      symbol  Ljava/lang/String;
           30   36     9       index  I
           34   35    10         bix  I

  public double calcAvgSeek();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // com.ctc.wstx.util.SymbolTable this
         0: .line 665
            iconst_0
            istore 1 /* count */
        start local 1 // int count
         1: .line 667
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            arraylength
            istore 3 /* len */
        start local 3 // int len
         3: goto 7
         4: .line 668
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSymbols:[Ljava/lang/String;
            iload 2 /* i */
            aaload
            ifnull 6
         5: .line 669
            iinc 1 /* count */ 1
         6: .line 667
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iload 3 /* len */
            if_icmplt 4
        end local 3 // int len
        end local 2 // int i
         8: .line 673
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         9: aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            arraylength
            istore 3 /* len */
        start local 3 // int len
        10: goto 19
        11: .line 674
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mBuckets:[Lcom/ctc/wstx/util/SymbolTable$Bucket;
            iload 2 /* i */
            aaload
            astore 4 /* b */
        start local 4 // com.ctc.wstx.util.SymbolTable$Bucket b
        12: .line 675
            iconst_2
            istore 5 /* cost */
        start local 5 // int cost
        13: .line 676
            goto 17
        14: .line 677
      StackMap locals: com.ctc.wstx.util.SymbolTable$Bucket int
      StackMap stack:
            iload 1 /* count */
            iload 5 /* cost */
            iadd
            istore 1 /* count */
        15: .line 678
            iinc 5 /* cost */ 1
        16: .line 679
            aload 4 /* b */
            invokevirtual com.ctc.wstx.util.SymbolTable$Bucket.getNext:()Lcom/ctc/wstx/util/SymbolTable$Bucket;
            astore 4 /* b */
        17: .line 676
      StackMap locals:
      StackMap stack:
            aload 4 /* b */
            ifnonnull 14
        end local 5 // int cost
        end local 4 // com.ctc.wstx.util.SymbolTable$Bucket b
        18: .line 673
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 2 /* i */
            iload 3 /* len */
            if_icmplt 11
        end local 3 // int len
        end local 2 // int i
        20: .line 683
            iload 1 /* count */
            i2d
            aload 0 /* this */
            getfield com.ctc.wstx.util.SymbolTable.mSize:I
            i2d
            ddiv
            dreturn
        end local 1 // int count
        end local 0 // com.ctc.wstx.util.SymbolTable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0   this  Lcom/ctc/wstx/util/SymbolTable;
            1   21     1  count  I
            2    8     2      i  I
            3    8     3    len  I
            9   20     2      i  I
           10   20     3    len  I
           12   18     4      b  Lcom/ctc/wstx/util/SymbolTable$Bucket;
           13   18     5   cost  I
}
SourceFile: "SymbolTable.java"
NestMembers:
  com.ctc.wstx.util.SymbolTable$Bucket
InnerClasses:
  final Bucket = com.ctc.wstx.util.SymbolTable$Bucket of com.ctc.wstx.util.SymbolTable