public class org.hsqldb.map.ValuePoolHashMap extends org.hsqldb.map.BaseHashMap
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hsqldb.map.ValuePoolHashMap
  super_class: org.hsqldb.map.BaseHashMap
{
  long hits;
    descriptor: J
    flags: (0x0000) 

  public void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.hsqldb.map.ValuePoolHashMap this
        start local 1 // int initialCapacity
        start local 2 // int maxCapacity
        start local 3 // int purgePolicy
         0: .line 65
            aload 0 /* this */
            iload 1 /* initialCapacity */
            iconst_3
         1: .line 66
            iconst_0
            iconst_1
            invokespecial org.hsqldb.map.BaseHashMap.<init>:(IIIZ)V
         2: .line 68
            aload 0 /* this */
            iload 2 /* maxCapacity */
            putfield org.hsqldb.map.ValuePoolHashMap.maxCapacity:I
         3: .line 69
            aload 0 /* this */
            iload 3 /* purgePolicy */
            putfield org.hsqldb.map.ValuePoolHashMap.purgePolicy:I
         4: .line 70
            return
        end local 3 // int purgePolicy
        end local 2 // int maxCapacity
        end local 1 // int initialCapacity
        end local 0 // org.hsqldb.map.ValuePoolHashMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lorg/hsqldb/map/ValuePoolHashMap;
            0    5     1  initialCapacity  I
            0    5     2      maxCapacity  I
            0    5     3      purgePolicy  I
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
                 Name  Flags
      initialCapacity  
      maxCapacity      
      purgePolicy      

  protected java.lang.Integer getOrAddInteger(int);
    descriptor: (I)Ljava/lang/Integer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // org.hsqldb.map.ValuePoolHashMap this
        start local 1 // int intKey
         0: .line 75
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 1 /* intKey */
            invokevirtual org.hsqldb.map.HashIndex.getHashIndex:(I)I
            istore 3 /* index */
        start local 3 // int index
         1: .line 76
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            getfield org.hsqldb.map.HashIndex.hashTable:[I
            iload 3 /* index */
            iaload
            istore 4 /* lookup */
        start local 4 // int lookup
         2: .line 77
            iconst_m1
            istore 5 /* lastLookup */
        start local 5 // int lastLookup
         3: .line 79
            goto 16
         4: .line 82
      StackMap locals: org.hsqldb.map.ValuePoolHashMap int top int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.objectKeyTable:[Ljava/lang/Object;
            iload 4 /* lookup */
            aaload
            checkcast java.lang.Integer
            astore 2 /* testValue */
        start local 2 // java.lang.Integer testValue
         5: .line 84
            aload 2 /* testValue */
            invokevirtual java.lang.Integer.intValue:()I
            istore 6 /* keyValue */
        start local 6 // int keyValue
         6: .line 86
            iload 6 /* keyValue */
            iload 1 /* intKey */
            if_icmpne 12
         7: .line 87
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            ldc 2146435071
            if_icmple 9
         8: .line 88
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.resetAccessCount:()V
         9: .line 91
      StackMap locals: org.hsqldb.map.ValuePoolHashMap int java.lang.Integer int int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessTable:[I
            iload 4 /* lookup */
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            iastore
        10: .line 93
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.hits:J
            lconst_1
            ladd
            putfield org.hsqldb.map.ValuePoolHashMap.hits:J
        11: .line 95
            aload 2 /* testValue */
            areturn
        12: .line 96
      StackMap locals:
      StackMap stack:
            iload 6 /* keyValue */
            iload 1 /* intKey */
            if_icmple 14
        13: .line 97
            goto 17
        end local 6 // int keyValue
        14: .line 80
      StackMap locals:
      StackMap stack:
            iload 4 /* lookup */
            istore 5 /* lastLookup */
        15: .line 81
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 4 /* lookup */
            invokevirtual org.hsqldb.map.HashIndex.getNextLookup:(I)I
            istore 4 /* lookup */
        end local 2 // java.lang.Integer testValue
        16: .line 79
      StackMap locals: org.hsqldb.map.ValuePoolHashMap int top int int int
      StackMap stack:
            iload 4 /* lookup */
            ifge 4
        17: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            getfield org.hsqldb.map.HashIndex.elementCount:I
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.threshold:I
            if_icmplt 20
        18: .line 102
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.reset:()Z
            pop
        19: .line 104
            aload 0 /* this */
            iload 1 /* intKey */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.getOrAddInteger:(I)Ljava/lang/Integer;
            areturn
        20: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 3 /* index */
            iload 5 /* lastLookup */
            invokevirtual org.hsqldb.map.HashIndex.linkNode:(II)I
            istore 4 /* lookup */
        21: .line 108
            iload 1 /* intKey */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 2 /* testValue */
        start local 2 // java.lang.Integer testValue
        22: .line 109
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.objectKeyTable:[Ljava/lang/Object;
            iload 4 /* lookup */
            aload 2 /* testValue */
            aastore
        23: .line 111
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            ldc 2146435071
            if_icmple 25
        24: .line 112
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.resetAccessCount:()V
        25: .line 115
      StackMap locals: org.hsqldb.map.ValuePoolHashMap int java.lang.Integer int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessTable:[I
            iload 4 /* lookup */
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            iastore
        26: .line 117
            aload 2 /* testValue */
            areturn
        end local 5 // int lastLookup
        end local 4 // int lookup
        end local 3 // int index
        end local 2 // java.lang.Integer testValue
        end local 1 // int intKey
        end local 0 // org.hsqldb.map.ValuePoolHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   27     0        this  Lorg/hsqldb/map/ValuePoolHashMap;
            0   27     1      intKey  I
            5   16     2   testValue  Ljava/lang/Integer;
           22   27     2   testValue  Ljava/lang/Integer;
            1   27     3       index  I
            2   27     4      lookup  I
            3   27     5  lastLookup  I
            6   14     6    keyValue  I
    MethodParameters:
        Name  Flags
      intKey  

  protected java.lang.Long getOrAddLong(long);
    descriptor: (J)Ljava/lang/Long;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // org.hsqldb.map.ValuePoolHashMap this
        start local 1 // long longKey
         0: .line 123
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            lload 1 /* longKey */
            lload 1 /* longKey */
            bipush 32
            lushr
            lxor
            l2i
            invokevirtual org.hsqldb.map.HashIndex.getHashIndex:(I)I
            istore 4 /* index */
        start local 4 // int index
         1: .line 124
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            getfield org.hsqldb.map.HashIndex.hashTable:[I
            iload 4 /* index */
            iaload
            istore 5 /* lookup */
        start local 5 // int lookup
         2: .line 125
            iconst_m1
            istore 6 /* lastLookup */
        start local 6 // int lastLookup
         3: .line 127
            goto 15
         4: .line 130
      StackMap locals: org.hsqldb.map.ValuePoolHashMap long top int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.objectKeyTable:[Ljava/lang/Object;
            iload 5 /* lookup */
            aaload
            checkcast java.lang.Long
            astore 3 /* testValue */
        start local 3 // java.lang.Long testValue
         5: .line 132
            aload 3 /* testValue */
            invokevirtual java.lang.Long.longValue:()J
            lstore 7 /* keyValue */
        start local 7 // long keyValue
         6: .line 134
            lload 7 /* keyValue */
            lload 1 /* longKey */
            lcmp
            ifne 11
         7: .line 135
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            ldc 2146435071
            if_icmple 9
         8: .line 136
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.resetAccessCount:()V
         9: .line 139
      StackMap locals: org.hsqldb.map.ValuePoolHashMap long java.lang.Long int int int long
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessTable:[I
            iload 5 /* lookup */
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            iastore
        10: .line 141
            aload 3 /* testValue */
            areturn
        11: .line 142
      StackMap locals:
      StackMap stack:
            lload 7 /* keyValue */
            lload 1 /* longKey */
            lcmp
            ifle 13
        12: .line 143
            goto 16
        end local 7 // long keyValue
        13: .line 128
      StackMap locals:
      StackMap stack:
            iload 5 /* lookup */
            istore 6 /* lastLookup */
        14: .line 129
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 5 /* lookup */
            invokevirtual org.hsqldb.map.HashIndex.getNextLookup:(I)I
            istore 5 /* lookup */
        end local 3 // java.lang.Long testValue
        15: .line 127
      StackMap locals: org.hsqldb.map.ValuePoolHashMap long top int int int
      StackMap stack:
            iload 5 /* lookup */
            ifge 4
        16: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            getfield org.hsqldb.map.HashIndex.elementCount:I
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.threshold:I
            if_icmplt 19
        17: .line 148
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.reset:()Z
            pop
        18: .line 150
            aload 0 /* this */
            lload 1 /* longKey */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.getOrAddLong:(J)Ljava/lang/Long;
            areturn
        19: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 4 /* index */
            iload 6 /* lastLookup */
            invokevirtual org.hsqldb.map.HashIndex.linkNode:(II)I
            istore 5 /* lookup */
        20: .line 154
            lload 1 /* longKey */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            astore 3 /* testValue */
        start local 3 // java.lang.Long testValue
        21: .line 155
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.objectKeyTable:[Ljava/lang/Object;
            iload 5 /* lookup */
            aload 3 /* testValue */
            aastore
        22: .line 157
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            ldc 2146435071
            if_icmple 24
        23: .line 158
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.resetAccessCount:()V
        24: .line 161
      StackMap locals: org.hsqldb.map.ValuePoolHashMap long java.lang.Long int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessTable:[I
            iload 5 /* lookup */
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            iastore
        25: .line 163
            aload 3 /* testValue */
            areturn
        end local 6 // int lastLookup
        end local 5 // int lookup
        end local 4 // int index
        end local 3 // java.lang.Long testValue
        end local 1 // long longKey
        end local 0 // org.hsqldb.map.ValuePoolHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   26     0        this  Lorg/hsqldb/map/ValuePoolHashMap;
            0   26     1     longKey  J
            5   15     3   testValue  Ljava/lang/Long;
           21   26     3   testValue  Ljava/lang/Long;
            1   26     4       index  I
            2   26     5      lookup  I
            3   26     6  lastLookup  I
            6   13     7    keyValue  J
    MethodParameters:
         Name  Flags
      longKey  

  protected java.lang.String getOrAddString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // org.hsqldb.map.ValuePoolHashMap this
        start local 1 // java.lang.Object key
         0: .line 186
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            aload 1 /* key */
            invokevirtual java.lang.Object.hashCode:()I
            invokevirtual org.hsqldb.map.HashIndex.getHashIndex:(I)I
            istore 3 /* index */
        start local 3 // int index
         1: .line 187
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            getfield org.hsqldb.map.HashIndex.hashTable:[I
            iload 3 /* index */
            iaload
            istore 4 /* lookup */
        start local 4 // int lookup
         2: .line 188
            iconst_m1
            istore 5 /* lastLookup */
        start local 5 // int lastLookup
         3: .line 190
            goto 12
         4: .line 193
      StackMap locals: org.hsqldb.map.ValuePoolHashMap java.lang.Object top int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.objectKeyTable:[Ljava/lang/Object;
            iload 4 /* lookup */
            aaload
            checkcast java.lang.String
            astore 2 /* testValue */
        start local 2 // java.lang.String testValue
         5: .line 195
            aload 1 /* key */
            aload 2 /* testValue */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
         6: .line 196
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            ldc 2146435071
            if_icmple 8
         7: .line 197
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.resetAccessCount:()V
         8: .line 200
      StackMap locals: org.hsqldb.map.ValuePoolHashMap java.lang.Object java.lang.String int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessTable:[I
            iload 4 /* lookup */
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            iastore
         9: .line 202
            aload 2 /* testValue */
            areturn
        10: .line 191
      StackMap locals:
      StackMap stack:
            iload 4 /* lookup */
            istore 5 /* lastLookup */
        11: .line 192
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 4 /* lookup */
            invokevirtual org.hsqldb.map.HashIndex.getNextLookup:(I)I
            istore 4 /* lookup */
        end local 2 // java.lang.String testValue
        12: .line 190
      StackMap locals: org.hsqldb.map.ValuePoolHashMap java.lang.Object top int int int
      StackMap stack:
            iload 4 /* lookup */
            ifge 4
        13: .line 206
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            getfield org.hsqldb.map.HashIndex.elementCount:I
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.threshold:I
            if_icmplt 16
        14: .line 207
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.reset:()Z
            pop
        15: .line 209
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.getOrAddString:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        16: .line 212
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 2 /* testValue */
        start local 2 // java.lang.String testValue
        17: .line 213
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 3 /* index */
            iload 5 /* lastLookup */
            invokevirtual org.hsqldb.map.HashIndex.linkNode:(II)I
            istore 4 /* lookup */
        18: .line 214
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.objectKeyTable:[Ljava/lang/Object;
            iload 4 /* lookup */
            aload 2 /* testValue */
            aastore
        19: .line 216
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            ldc 2146435071
            if_icmple 21
        20: .line 217
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.resetAccessCount:()V
        21: .line 220
      StackMap locals: org.hsqldb.map.ValuePoolHashMap java.lang.Object java.lang.String int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessTable:[I
            iload 4 /* lookup */
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            iastore
        22: .line 222
            aload 2 /* testValue */
            areturn
        end local 5 // int lastLookup
        end local 4 // int lookup
        end local 3 // int index
        end local 2 // java.lang.String testValue
        end local 1 // java.lang.Object key
        end local 0 // org.hsqldb.map.ValuePoolHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   23     0        this  Lorg/hsqldb/map/ValuePoolHashMap;
            0   23     1         key  Ljava/lang/Object;
            5   12     2   testValue  Ljava/lang/String;
           17   23     2   testValue  Ljava/lang/String;
            1   23     3       index  I
            2   23     4      lookup  I
            3   23     5  lastLookup  I
    MethodParameters:
      Name  Flags
      key   

  protected java.lang.String getOrAddSubString(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=8, args_size=4
        start local 0 // org.hsqldb.map.ValuePoolHashMap this
        start local 1 // java.lang.String key
        start local 2 // int from
        start local 3 // int limit
         0: .line 228
            aload 1 /* key */
            iload 2 /* from */
            iload 3 /* limit */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 1 /* key */
         1: .line 231
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            aload 1 /* key */
            invokevirtual java.lang.String.hashCode:()I
            invokevirtual org.hsqldb.map.HashIndex.getHashIndex:(I)I
            istore 5 /* index */
        start local 5 // int index
         2: .line 232
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            getfield org.hsqldb.map.HashIndex.hashTable:[I
            iload 5 /* index */
            iaload
            istore 6 /* lookup */
        start local 6 // int lookup
         3: .line 233
            iconst_m1
            istore 7 /* lastLookup */
        start local 7 // int lastLookup
         4: .line 235
            goto 13
         5: .line 238
      StackMap locals: org.hsqldb.map.ValuePoolHashMap java.lang.String int int top int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.objectKeyTable:[Ljava/lang/Object;
            iload 6 /* lookup */
            aaload
            checkcast java.lang.String
            astore 4 /* testValue */
        start local 4 // java.lang.String testValue
         6: .line 240
            aload 1 /* key */
            aload 4 /* testValue */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
         7: .line 241
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            ldc 2146435071
            if_icmple 9
         8: .line 242
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.resetAccessCount:()V
         9: .line 245
      StackMap locals: org.hsqldb.map.ValuePoolHashMap java.lang.String int int java.lang.String int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessTable:[I
            iload 6 /* lookup */
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            iastore
        10: .line 247
            aload 4 /* testValue */
            areturn
        11: .line 236
      StackMap locals:
      StackMap stack:
            iload 6 /* lookup */
            istore 7 /* lastLookup */
        12: .line 237
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 6 /* lookup */
            invokevirtual org.hsqldb.map.HashIndex.getNextLookup:(I)I
            istore 6 /* lookup */
        end local 4 // java.lang.String testValue
        13: .line 235
      StackMap locals: org.hsqldb.map.ValuePoolHashMap java.lang.String int int top int int int
      StackMap stack:
            iload 6 /* lookup */
            ifge 5
        14: .line 251
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            getfield org.hsqldb.map.HashIndex.elementCount:I
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.threshold:I
            if_icmplt 17
        15: .line 252
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.reset:()Z
            pop
        16: .line 254
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.getOrAddString:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        17: .line 257
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 1 /* key */
            invokevirtual java.lang.String.toCharArray:()[C
            invokespecial java.lang.String.<init>:([C)V
            astore 4 /* testValue */
        start local 4 // java.lang.String testValue
        18: .line 258
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 5 /* index */
            iload 7 /* lastLookup */
            invokevirtual org.hsqldb.map.HashIndex.linkNode:(II)I
            istore 6 /* lookup */
        19: .line 259
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.objectKeyTable:[Ljava/lang/Object;
            iload 6 /* lookup */
            aload 4 /* testValue */
            aastore
        20: .line 261
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            ldc 2146435071
            if_icmple 22
        21: .line 262
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.resetAccessCount:()V
        22: .line 265
      StackMap locals: org.hsqldb.map.ValuePoolHashMap java.lang.String int int java.lang.String int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessTable:[I
            iload 6 /* lookup */
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            iastore
        23: .line 267
            aload 4 /* testValue */
            areturn
        end local 7 // int lastLookup
        end local 6 // int lookup
        end local 5 // int index
        end local 4 // java.lang.String testValue
        end local 3 // int limit
        end local 2 // int from
        end local 1 // java.lang.String key
        end local 0 // org.hsqldb.map.ValuePoolHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   24     0        this  Lorg/hsqldb/map/ValuePoolHashMap;
            0   24     1         key  Ljava/lang/String;
            0   24     2        from  I
            0   24     3       limit  I
            6   13     4   testValue  Ljava/lang/String;
           18   24     4   testValue  Ljava/lang/String;
            2   24     5       index  I
            3   24     6      lookup  I
            4   24     7  lastLookup  I
    MethodParameters:
       Name  Flags
      key    
      from   
      limit  

  protected org.hsqldb.types.TimestampData getOrAddDate(long);
    descriptor: (J)Lorg/hsqldb/types/TimestampData;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // org.hsqldb.map.ValuePoolHashMap this
        start local 1 // long longKey
         0: .line 273
            lload 1 /* longKey */
            l2i
            lload 1 /* longKey */
            bipush 32
            lushr
            l2i
            ixor
            istore 4 /* hash */
        start local 4 // int hash
         1: .line 274
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 4 /* hash */
            invokevirtual org.hsqldb.map.HashIndex.getHashIndex:(I)I
            istore 5 /* index */
        start local 5 // int index
         2: .line 275
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            getfield org.hsqldb.map.HashIndex.hashTable:[I
            iload 5 /* index */
            iaload
            istore 6 /* lookup */
        start local 6 // int lookup
         3: .line 276
            iconst_m1
            istore 7 /* lastLookup */
        start local 7 // int lastLookup
         4: .line 278
            goto 13
         5: .line 281
      StackMap locals: org.hsqldb.map.ValuePoolHashMap long top int int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.objectKeyTable:[Ljava/lang/Object;
            iload 6 /* lookup */
            aaload
            checkcast org.hsqldb.types.TimestampData
            astore 3 /* testValue */
        start local 3 // org.hsqldb.types.TimestampData testValue
         6: .line 283
            aload 3 /* testValue */
            invokevirtual org.hsqldb.types.TimestampData.getSeconds:()J
            lload 1 /* longKey */
            lcmp
            ifne 11
         7: .line 284
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            ldc 2146435071
            if_icmple 9
         8: .line 285
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.resetAccessCount:()V
         9: .line 288
      StackMap locals: org.hsqldb.map.ValuePoolHashMap long org.hsqldb.types.TimestampData int int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessTable:[I
            iload 6 /* lookup */
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            iastore
        10: .line 290
            aload 3 /* testValue */
            areturn
        11: .line 279
      StackMap locals:
      StackMap stack:
            iload 6 /* lookup */
            istore 7 /* lastLookup */
        12: .line 280
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 6 /* lookup */
            invokevirtual org.hsqldb.map.HashIndex.getNextLookup:(I)I
            istore 6 /* lookup */
        end local 3 // org.hsqldb.types.TimestampData testValue
        13: .line 278
      StackMap locals: org.hsqldb.map.ValuePoolHashMap long top int int int int
      StackMap stack:
            iload 6 /* lookup */
            ifge 5
        14: .line 294
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            getfield org.hsqldb.map.HashIndex.elementCount:I
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.threshold:I
            if_icmplt 17
        15: .line 295
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.reset:()Z
            pop
        16: .line 297
            aload 0 /* this */
            lload 1 /* longKey */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.getOrAddDate:(J)Lorg/hsqldb/types/TimestampData;
            areturn
        17: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 5 /* index */
            iload 7 /* lastLookup */
            invokevirtual org.hsqldb.map.HashIndex.linkNode:(II)I
            istore 6 /* lookup */
        18: .line 301
            new org.hsqldb.types.TimestampData
            dup
            lload 1 /* longKey */
            invokespecial org.hsqldb.types.TimestampData.<init>:(J)V
            astore 3 /* testValue */
        start local 3 // org.hsqldb.types.TimestampData testValue
        19: .line 302
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.objectKeyTable:[Ljava/lang/Object;
            iload 6 /* lookup */
            aload 3 /* testValue */
            aastore
        20: .line 304
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            ldc 2146435071
            if_icmple 22
        21: .line 305
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.resetAccessCount:()V
        22: .line 308
      StackMap locals: org.hsqldb.map.ValuePoolHashMap long org.hsqldb.types.TimestampData int int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessTable:[I
            iload 6 /* lookup */
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            iastore
        23: .line 310
            aload 3 /* testValue */
            areturn
        end local 7 // int lastLookup
        end local 6 // int lookup
        end local 5 // int index
        end local 4 // int hash
        end local 3 // org.hsqldb.types.TimestampData testValue
        end local 1 // long longKey
        end local 0 // org.hsqldb.map.ValuePoolHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   24     0        this  Lorg/hsqldb/map/ValuePoolHashMap;
            0   24     1     longKey  J
            6   13     3   testValue  Lorg/hsqldb/types/TimestampData;
           19   24     3   testValue  Lorg/hsqldb/types/TimestampData;
            1   24     4        hash  I
            2   24     5       index  I
            3   24     6      lookup  I
            4   24     7  lastLookup  I
    MethodParameters:
         Name  Flags
      longKey  

  protected java.lang.Double getOrAddDouble(long);
    descriptor: (J)Ljava/lang/Double;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // org.hsqldb.map.ValuePoolHashMap this
        start local 1 // long longKey
         0: .line 316
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            lload 1 /* longKey */
            lload 1 /* longKey */
            bipush 32
            lushr
            lxor
            l2i
            invokevirtual org.hsqldb.map.HashIndex.getHashIndex:(I)I
            istore 4 /* index */
        start local 4 // int index
         1: .line 317
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            getfield org.hsqldb.map.HashIndex.hashTable:[I
            iload 4 /* index */
            iaload
            istore 5 /* lookup */
        start local 5 // int lookup
         2: .line 318
            iconst_m1
            istore 6 /* lastLookup */
        start local 6 // int lastLookup
         3: .line 320
            goto 12
         4: .line 323
      StackMap locals: org.hsqldb.map.ValuePoolHashMap long top int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.objectKeyTable:[Ljava/lang/Object;
            iload 5 /* lookup */
            aaload
            checkcast java.lang.Double
            astore 3 /* testValue */
        start local 3 // java.lang.Double testValue
         5: .line 325
            aload 3 /* testValue */
            invokevirtual java.lang.Double.doubleValue:()D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lload 1 /* longKey */
            lcmp
            ifne 10
         6: .line 326
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            ldc 2146435071
            if_icmple 8
         7: .line 327
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.resetAccessCount:()V
         8: .line 330
      StackMap locals: org.hsqldb.map.ValuePoolHashMap long java.lang.Double int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessTable:[I
            iload 5 /* lookup */
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            iastore
         9: .line 332
            aload 3 /* testValue */
            areturn
        10: .line 321
      StackMap locals:
      StackMap stack:
            iload 5 /* lookup */
            istore 6 /* lastLookup */
        11: .line 322
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 5 /* lookup */
            invokevirtual org.hsqldb.map.HashIndex.getNextLookup:(I)I
            istore 5 /* lookup */
        end local 3 // java.lang.Double testValue
        12: .line 320
      StackMap locals: org.hsqldb.map.ValuePoolHashMap long top int int int
      StackMap stack:
            iload 5 /* lookup */
            ifge 4
        13: .line 336
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            getfield org.hsqldb.map.HashIndex.elementCount:I
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.threshold:I
            if_icmplt 16
        14: .line 337
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.reset:()Z
            pop
        15: .line 339
            aload 0 /* this */
            lload 1 /* longKey */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.getOrAddDouble:(J)Ljava/lang/Double;
            areturn
        16: .line 342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 4 /* index */
            iload 6 /* lastLookup */
            invokevirtual org.hsqldb.map.HashIndex.linkNode:(II)I
            istore 5 /* lookup */
        17: .line 343
            lload 1 /* longKey */
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            astore 3 /* testValue */
        start local 3 // java.lang.Double testValue
        18: .line 344
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.objectKeyTable:[Ljava/lang/Object;
            iload 5 /* lookup */
            aload 3 /* testValue */
            aastore
        19: .line 346
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            ldc 2146435071
            if_icmple 21
        20: .line 347
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.resetAccessCount:()V
        21: .line 350
      StackMap locals: org.hsqldb.map.ValuePoolHashMap long java.lang.Double int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessTable:[I
            iload 5 /* lookup */
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            iastore
        22: .line 352
            aload 3 /* testValue */
            areturn
        end local 6 // int lastLookup
        end local 5 // int lookup
        end local 4 // int index
        end local 3 // java.lang.Double testValue
        end local 1 // long longKey
        end local 0 // org.hsqldb.map.ValuePoolHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   23     0        this  Lorg/hsqldb/map/ValuePoolHashMap;
            0   23     1     longKey  J
            5   12     3   testValue  Ljava/lang/Double;
           18   23     3   testValue  Ljava/lang/Double;
            1   23     4       index  I
            2   23     5      lookup  I
            3   23     6  lastLookup  I
    MethodParameters:
         Name  Flags
      longKey  

  protected java.lang.Object getOrAddObject(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // org.hsqldb.map.ValuePoolHashMap this
        start local 1 // java.lang.Object key
         0: .line 358
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            aload 1 /* key */
            invokevirtual java.lang.Object.hashCode:()I
            invokevirtual org.hsqldb.map.HashIndex.getHashIndex:(I)I
            istore 3 /* index */
        start local 3 // int index
         1: .line 359
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            getfield org.hsqldb.map.HashIndex.hashTable:[I
            iload 3 /* index */
            iaload
            istore 4 /* lookup */
        start local 4 // int lookup
         2: .line 360
            iconst_m1
            istore 5 /* lastLookup */
        start local 5 // int lastLookup
         3: .line 362
            goto 12
         4: .line 365
      StackMap locals: org.hsqldb.map.ValuePoolHashMap java.lang.Object top int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.objectKeyTable:[Ljava/lang/Object;
            iload 4 /* lookup */
            aaload
            astore 2 /* testValue */
        start local 2 // java.lang.Object testValue
         5: .line 367
            aload 2 /* testValue */
            aload 1 /* key */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
         6: .line 368
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            ldc 2146435071
            if_icmple 8
         7: .line 369
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.resetAccessCount:()V
         8: .line 372
      StackMap locals: org.hsqldb.map.ValuePoolHashMap java.lang.Object java.lang.Object int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessTable:[I
            iload 4 /* lookup */
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            iastore
         9: .line 374
            aload 2 /* testValue */
            areturn
        10: .line 363
      StackMap locals:
      StackMap stack:
            iload 4 /* lookup */
            istore 5 /* lastLookup */
        11: .line 364
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 4 /* lookup */
            invokevirtual org.hsqldb.map.HashIndex.getNextLookup:(I)I
            istore 4 /* lookup */
        end local 2 // java.lang.Object testValue
        12: .line 362
      StackMap locals: org.hsqldb.map.ValuePoolHashMap java.lang.Object top int int int
      StackMap stack:
            iload 4 /* lookup */
            ifge 4
        13: .line 378
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            getfield org.hsqldb.map.HashIndex.elementCount:I
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.threshold:I
            if_icmplt 16
        14: .line 379
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.reset:()Z
            pop
        15: .line 381
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.getOrAddObject:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        16: .line 384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.hashIndex:Lorg/hsqldb/map/HashIndex;
            iload 3 /* index */
            iload 5 /* lastLookup */
            invokevirtual org.hsqldb.map.HashIndex.linkNode:(II)I
            istore 4 /* lookup */
        17: .line 385
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.objectKeyTable:[Ljava/lang/Object;
            iload 4 /* lookup */
            aload 1 /* key */
            aastore
        18: .line 387
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            ldc 2146435071
            if_icmple 20
        19: .line 388
            aload 0 /* this */
            invokevirtual org.hsqldb.map.ValuePoolHashMap.resetAccessCount:()V
        20: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hsqldb.map.ValuePoolHashMap.accessTable:[I
            iload 4 /* lookup */
            aload 0 /* this */
            dup
            getfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.hsqldb.map.ValuePoolHashMap.accessCount:I
            iastore
        21: .line 393
            aload 1 /* key */
            areturn
        end local 5 // int lastLookup
        end local 4 // int lookup
        end local 3 // int index
        end local 1 // java.lang.Object key
        end local 0 // org.hsqldb.map.ValuePoolHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   22     0        this  Lorg/hsqldb/map/ValuePoolHashMap;
            0   22     1         key  Ljava/lang/Object;
            5   12     2   testValue  Ljava/lang/Object;
            1   22     3       index  I
            2   22     4      lookup  I
            3   22     5  lastLookup  I
    MethodParameters:
      Name  Flags
      key   
}
SourceFile: "ValuePoolHashMap.java"