public class sun.jvm.hotspot.debugger.LongHashMap
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.LongHashMap
  super_class: java.lang.Object
{
  transient sun.jvm.hotspot.debugger.LongHashMap$Entry[] table;
    descriptor: [Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
    flags: (0x0080) ACC_TRANSIENT

  transient int size;
    descriptor: I
    flags: (0x0080) ACC_TRANSIENT

  int threshold;
    descriptor: I
    flags: (0x0000) 

  final float loadFactor;
    descriptor: F
    flags: (0x0010) ACC_FINAL

  transient int modCount;
    descriptor: I
    flags: (0x0080) ACC_TRANSIENT

  public void <init>(int, float);
    descriptor: (IF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
        start local 1 // int initialCapacity
        start local 2 // float loadFactor
         0: .line 183
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 172
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.debugger.LongHashMap.modCount:I
         2: .line 184
            iload 1 /* initialCapacity */
            ifge 6
         3: .line 185
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Illegal Initial Capacity: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 186
            iload 1 /* initialCapacity */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 185
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 187
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap int float
      StackMap stack:
            fload 2 /* loadFactor */
            fconst_0
            fcmpg
            ifle 7
            fload 2 /* loadFactor */
            invokestatic java.lang.Float.isNaN:(F)Z
            ifeq 10
         7: .line 188
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Illegal Load factor: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         8: .line 189
            fload 2 /* loadFactor */
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 188
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 190
      StackMap locals:
      StackMap stack:
            iload 1 /* initialCapacity */
            ifne 12
        11: .line 191
            iconst_1
            istore 1 /* initialCapacity */
        12: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 2 /* loadFactor */
            putfield sun.jvm.hotspot.debugger.LongHashMap.loadFactor:F
        13: .line 193
            aload 0 /* this */
            iload 1 /* initialCapacity */
            anewarray sun.jvm.hotspot.debugger.LongHashMap$Entry
            putfield sun.jvm.hotspot.debugger.LongHashMap.table:[Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
        14: .line 194
            aload 0 /* this */
            iload 1 /* initialCapacity */
            i2f
            fload 2 /* loadFactor */
            fmul
            f2i
            putfield sun.jvm.hotspot.debugger.LongHashMap.threshold:I
        15: .line 195
            return
        end local 2 // float loadFactor
        end local 1 // int initialCapacity
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   16     0             this  Lsun/jvm/hotspot/debugger/LongHashMap;
            0   16     1  initialCapacity  I
            0   16     2       loadFactor  F
    MethodParameters:
                 Name  Flags
      initialCapacity  
      loadFactor       

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
        start local 1 // int initialCapacity
         0: .line 206
            aload 0 /* this */
            iload 1 /* initialCapacity */
            ldc 0.75
            invokespecial sun.jvm.hotspot.debugger.LongHashMap.<init>:(IF)V
         1: .line 207
            return
        end local 1 // int initialCapacity
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lsun/jvm/hotspot/debugger/LongHashMap;
            0    2     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
         0: .line 214
            aload 0 /* this */
            bipush 11
            ldc 0.75
            invokespecial sun.jvm.hotspot.debugger.LongHashMap.<init>:(IF)V
         1: .line 215
            return
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/debugger/LongHashMap;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
         0: .line 223
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.size:I
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/LongHashMap;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
         0: .line 232
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.size:I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/debugger/LongHashMap;

  public java.lang.Object get(long);
    descriptor: (J)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
        start local 1 // long key
         0: .line 247
            aload 0 /* this */
            lload 1 /* key */
            invokevirtual sun.jvm.hotspot.debugger.LongHashMap.getEntry:(J)Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 3 /* e */
        start local 3 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
         1: .line 248
            aload 3 /* e */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap$Entry
      StackMap stack:
         2: aload 3 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.value:Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         3: areturn
        end local 3 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
        end local 1 // long key
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/debugger/LongHashMap;
            0    4     1   key  J
            1    4     3     e  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
    MethodParameters:
      Name  Flags
      key   

  public boolean containsKey(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
        start local 1 // long key
         0: .line 260
            aload 0 /* this */
            lload 1 /* key */
            invokevirtual sun.jvm.hotspot.debugger.LongHashMap.getEntry:(J)Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // long key
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/debugger/LongHashMap;
            0    2     1   key  J
    MethodParameters:
      Name  Flags
      key   

  sun.jvm.hotspot.debugger.LongHashMap$Entry getEntry(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
        start local 1 // long key
         0: .line 269
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.table:[Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 3 /* tab */
        start local 3 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] tab
         1: .line 270
            lload 1 /* key */
            l2i
            istore 4 /* hash */
        start local 4 // int hash
         2: .line 271
            iload 4 /* hash */
            ldc 2147483647
            iand
            aload 3 /* tab */
            arraylength
            irem
            istore 5 /* index */
        start local 5 // int index
         3: .line 273
            aload 3 /* tab */
            iload 5 /* index */
            aaload
            astore 6 /* e */
        start local 6 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
         4: goto 8
         5: .line 274
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap long sun.jvm.hotspot.debugger.LongHashMap$Entry[] int int sun.jvm.hotspot.debugger.LongHashMap$Entry
      StackMap stack:
            aload 6 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.hash:I
            iload 4 /* hash */
            if_icmpne 7
            aload 6 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.key:J
            lload 1 /* key */
            lcmp
            ifne 7
         6: .line 275
            aload 6 /* e */
            areturn
         7: .line 273
      StackMap locals:
      StackMap stack:
            aload 6 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 6 /* e */
      StackMap locals:
      StackMap stack:
         8: aload 6 /* e */
            ifnonnull 5
        end local 6 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
         9: .line 277
            aconst_null
            areturn
        end local 5 // int index
        end local 4 // int hash
        end local 3 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] tab
        end local 1 // long key
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lsun/jvm/hotspot/debugger/LongHashMap;
            0   10     1    key  J
            1   10     3    tab  [Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            2   10     4   hash  I
            3   10     5  index  I
            4    9     6      e  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
    MethodParameters:
      Name  Flags
      key   

  public boolean containsValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
        start local 1 // java.lang.Object value
         0: .line 289
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.table:[Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 2 /* tab */
        start local 2 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] tab
         1: .line 291
            aload 1 /* value */
            ifnonnull 12
         2: .line 292
            aload 2 /* tab */
            arraylength
            istore 3 /* i */
        start local 3 // int i
         3: goto 10
         4: .line 293
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap$Entry[] int
      StackMap stack:
            aload 2 /* tab */
            iload 3 /* i */
            aaload
            astore 4 /* e */
        start local 4 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
         5: goto 9
         6: .line 294
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap$Entry
      StackMap stack:
            aload 4 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.value:Ljava/lang/Object;
            ifnonnull 8
         7: .line 295
            iconst_1
            ireturn
         8: .line 293
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 4 /* e */
      StackMap locals:
      StackMap stack:
         9: aload 4 /* e */
            ifnonnull 6
        end local 4 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
        10: .line 292
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iinc 3 /* i */ -1
            ifgt 4
        end local 3 // int i
        11: .line 296
            goto 21
        12: .line 297
      StackMap locals:
      StackMap stack:
            aload 2 /* tab */
            arraylength
            istore 3 /* i */
        start local 3 // int i
        13: goto 20
        14: .line 298
      StackMap locals: int
      StackMap stack:
            aload 2 /* tab */
            iload 3 /* i */
            aaload
            astore 4 /* e */
        start local 4 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
        15: goto 19
        16: .line 299
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap$Entry
      StackMap stack:
            aload 1 /* value */
            aload 4 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 18
        17: .line 300
            iconst_1
            ireturn
        18: .line 298
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 4 /* e */
      StackMap locals:
      StackMap stack:
        19: aload 4 /* e */
            ifnonnull 16
        end local 4 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
        20: .line 297
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iinc 3 /* i */ -1
            ifgt 14
        end local 3 // int i
        21: .line 303
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] tab
        end local 1 // java.lang.Object value
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lsun/jvm/hotspot/debugger/LongHashMap;
            0   22     1  value  Ljava/lang/Object;
            1   22     2    tab  [Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            3   11     3      i  I
            5   10     4      e  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
           13   21     3      i  I
           15   20     4      e  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.Object put(long, java.lang.Object);
    descriptor: (JLjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
        start local 1 // long key
        start local 3 // java.lang.Object value
         0: .line 319
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.table:[Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 4 /* tab */
        start local 4 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] tab
         1: .line 320
            lload 1 /* key */
            l2i
            istore 5 /* hash */
        start local 5 // int hash
         2: .line 321
            iload 5 /* hash */
            ldc 2147483647
            iand
            aload 4 /* tab */
            arraylength
            irem
            istore 6 /* index */
        start local 6 // int index
         3: .line 324
            aload 4 /* tab */
            iload 6 /* index */
            aaload
            astore 7 /* e */
        start local 7 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
         4: goto 10
         5: .line 325
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap long java.lang.Object sun.jvm.hotspot.debugger.LongHashMap$Entry[] int int sun.jvm.hotspot.debugger.LongHashMap$Entry
      StackMap stack:
            aload 7 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.hash:I
            iload 5 /* hash */
            if_icmpne 9
            aload 7 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.key:J
            lload 1 /* key */
            lcmp
            ifne 9
         6: .line 326
            aload 7 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.value:Ljava/lang/Object;
            astore 8 /* oldValue */
        start local 8 // java.lang.Object oldValue
         7: .line 327
            aload 7 /* e */
            aload 3 /* value */
            putfield sun.jvm.hotspot.debugger.LongHashMap$Entry.value:Ljava/lang/Object;
         8: .line 328
            aload 8 /* oldValue */
            areturn
        end local 8 // java.lang.Object oldValue
         9: .line 324
      StackMap locals:
      StackMap stack:
            aload 7 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 7 /* e */
      StackMap locals:
      StackMap stack:
        10: aload 7 /* e */
            ifnonnull 5
        end local 7 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
        11: .line 333
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.debugger.LongHashMap.modCount:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.debugger.LongHashMap.modCount:I
        12: .line 334
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.size:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.threshold:I
            if_icmplt 16
        13: .line 335
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.LongHashMap.rehash:()V
        14: .line 336
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.table:[Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 4 /* tab */
        15: .line 337
            iload 5 /* hash */
            ldc 2147483647
            iand
            aload 4 /* tab */
            arraylength
            irem
            istore 6 /* index */
        16: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.debugger.LongHashMap.size:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.debugger.LongHashMap.size:I
        17: .line 342
            aload 4 /* tab */
            iload 6 /* index */
            aload 0 /* this */
            iload 5 /* hash */
            lload 1 /* key */
            aload 3 /* value */
            aload 4 /* tab */
            iload 6 /* index */
            aaload
            invokevirtual sun.jvm.hotspot.debugger.LongHashMap.newEntry:(IJLjava/lang/Object;Lsun/jvm/hotspot/debugger/LongHashMap$Entry;)Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            aastore
        18: .line 343
            aconst_null
            areturn
        end local 6 // int index
        end local 5 // int hash
        end local 4 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] tab
        end local 3 // java.lang.Object value
        end local 1 // long key
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lsun/jvm/hotspot/debugger/LongHashMap;
            0   19     1       key  J
            0   19     3     value  Ljava/lang/Object;
            1   19     4       tab  [Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            2   19     5      hash  I
            3   19     6     index  I
            4   11     7         e  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            7    9     8  oldValue  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      key    
      value  

  public java.lang.Object remove(long);
    descriptor: (J)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
        start local 1 // long key
         0: .line 356
            aload 0 /* this */
            lload 1 /* key */
            invokevirtual sun.jvm.hotspot.debugger.LongHashMap.removeEntryForKey:(J)Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 3 /* e */
        start local 3 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
         1: .line 357
            aload 3 /* e */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap$Entry
      StackMap stack:
         2: aload 3 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.value:Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         3: areturn
        end local 3 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
        end local 1 // long key
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/debugger/LongHashMap;
            0    4     1   key  J
            1    4     3     e  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
    MethodParameters:
      Name  Flags
      key   

  sun.jvm.hotspot.debugger.LongHashMap$Entry removeEntryForKey(long);
    descriptor: (J)Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
        start local 1 // long key
         0: .line 366
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.table:[Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 3 /* tab */
        start local 3 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] tab
         1: .line 367
            lload 1 /* key */
            l2i
            istore 4 /* hash */
        start local 4 // int hash
         2: .line 368
            iload 4 /* hash */
            ldc 2147483647
            iand
            aload 3 /* tab */
            arraylength
            irem
            istore 5 /* index */
        start local 5 // int index
         3: .line 370
            aload 3 /* tab */
            iload 5 /* index */
            aaload
            astore 6 /* e */
        start local 6 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
         4: aconst_null
            astore 7 /* prev */
        start local 7 // sun.jvm.hotspot.debugger.LongHashMap$Entry prev
         5: goto 14
         6: .line 372
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap long sun.jvm.hotspot.debugger.LongHashMap$Entry[] int int sun.jvm.hotspot.debugger.LongHashMap$Entry sun.jvm.hotspot.debugger.LongHashMap$Entry
      StackMap stack:
            aload 6 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.hash:I
            iload 4 /* hash */
            if_icmpne 13
            aload 6 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.key:J
            lload 1 /* key */
            lcmp
            ifne 13
         7: .line 373
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.debugger.LongHashMap.modCount:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.debugger.LongHashMap.modCount:I
         8: .line 374
            aload 7 /* prev */
            ifnull 10
         9: .line 375
            aload 7 /* prev */
            aload 6 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            putfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            goto 11
        10: .line 377
      StackMap locals:
      StackMap stack:
            aload 3 /* tab */
            iload 5 /* index */
            aload 6 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            aastore
        11: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.debugger.LongHashMap.size:I
            iconst_1
            isub
            putfield sun.jvm.hotspot.debugger.LongHashMap.size:I
        12: .line 380
            aload 6 /* e */
            areturn
        13: .line 371
      StackMap locals:
      StackMap stack:
            aload 6 /* e */
            astore 7 /* prev */
            aload 6 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 6 /* e */
        14: .line 370
      StackMap locals:
      StackMap stack:
            aload 6 /* e */
            ifnonnull 6
        end local 7 // sun.jvm.hotspot.debugger.LongHashMap$Entry prev
        end local 6 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
        15: .line 384
            aconst_null
            areturn
        end local 5 // int index
        end local 4 // int hash
        end local 3 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] tab
        end local 1 // long key
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lsun/jvm/hotspot/debugger/LongHashMap;
            0   16     1    key  J
            1   16     3    tab  [Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            2   16     4   hash  I
            3   16     5  index  I
            4   15     6      e  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            5   15     7   prev  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
    MethodParameters:
      Name  Flags
      key   

  void removeEntry(sun.jvm.hotspot.debugger.LongHashMap$Entry);
    descriptor: (Lsun/jvm/hotspot/debugger/LongHashMap$Entry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
        start local 1 // sun.jvm.hotspot.debugger.LongHashMap$Entry doomed
         0: .line 393
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.table:[Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 2 /* tab */
        start local 2 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] tab
         1: .line 394
            aload 1 /* doomed */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.hash:I
            ldc 2147483647
            iand
            aload 2 /* tab */
            arraylength
            irem
            istore 3 /* index */
        start local 3 // int index
         2: .line 396
            aload 2 /* tab */
            iload 3 /* index */
            aaload
            astore 4 /* e */
        start local 4 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
         3: aconst_null
            astore 5 /* prev */
        start local 5 // sun.jvm.hotspot.debugger.LongHashMap$Entry prev
         4: goto 13
         5: .line 398
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap sun.jvm.hotspot.debugger.LongHashMap$Entry sun.jvm.hotspot.debugger.LongHashMap$Entry[] int sun.jvm.hotspot.debugger.LongHashMap$Entry sun.jvm.hotspot.debugger.LongHashMap$Entry
      StackMap stack:
            aload 4 /* e */
            aload 1 /* doomed */
            if_acmpne 12
         6: .line 399
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.debugger.LongHashMap.modCount:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.debugger.LongHashMap.modCount:I
         7: .line 400
            aload 5 /* prev */
            ifnonnull 9
         8: .line 401
            aload 2 /* tab */
            iload 3 /* index */
            aload 4 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            aastore
            goto 10
         9: .line 403
      StackMap locals:
      StackMap stack:
            aload 5 /* prev */
            aload 4 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            putfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
        10: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.debugger.LongHashMap.size:I
            iconst_1
            isub
            putfield sun.jvm.hotspot.debugger.LongHashMap.size:I
        11: .line 405
            return
        12: .line 397
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            astore 5 /* prev */
            aload 4 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 4 /* e */
        13: .line 396
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            ifnonnull 5
        end local 5 // sun.jvm.hotspot.debugger.LongHashMap$Entry prev
        end local 4 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
        14: .line 408
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
        end local 3 // int index
        end local 2 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] tab
        end local 1 // sun.jvm.hotspot.debugger.LongHashMap$Entry doomed
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lsun/jvm/hotspot/debugger/LongHashMap;
            0   15     1  doomed  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            1   15     2     tab  [Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            2   15     3   index  I
            3   14     4       e  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            4   14     5    prev  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
    MethodParameters:
        Name  Flags
      doomed  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
         0: .line 415
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.table:[Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 1 /* tab */
        start local 1 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] tab
         1: .line 416
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.debugger.LongHashMap.modCount:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.debugger.LongHashMap.modCount:I
         2: .line 417
            aload 1 /* tab */
            arraylength
            istore 2 /* index */
        start local 2 // int index
         3: goto 5
         4: .line 418
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap$Entry[] int
      StackMap stack:
            aload 1 /* tab */
            iload 2 /* index */
            aconst_null
            aastore
         5: .line 417
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ -1
            iload 2 /* index */
            ifge 4
        end local 2 // int index
         6: .line 419
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.debugger.LongHashMap.size:I
         7: .line 420
            return
        end local 1 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] tab
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lsun/jvm/hotspot/debugger/LongHashMap;
            1    8     1    tab  [Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            3    6     2  index  I

  void rehash();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=9, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
         0: .line 428
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.table:[Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 1 /* oldTable */
        start local 1 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] oldTable
         1: .line 429
            aload 1 /* oldTable */
            arraylength
            istore 2 /* oldCapacity */
        start local 2 // int oldCapacity
         2: .line 430
            iload 2 /* oldCapacity */
            iconst_2
            imul
            iconst_1
            iadd
            istore 3 /* newCapacity */
        start local 3 // int newCapacity
         3: .line 431
            iload 3 /* newCapacity */
            anewarray sun.jvm.hotspot.debugger.LongHashMap$Entry
            astore 4 /* newTable */
        start local 4 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] newTable
         4: .line 433
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.debugger.LongHashMap.modCount:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.debugger.LongHashMap.modCount:I
         5: .line 434
            aload 0 /* this */
            iload 3 /* newCapacity */
            i2f
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.loadFactor:F
            fmul
            f2i
            putfield sun.jvm.hotspot.debugger.LongHashMap.threshold:I
         6: .line 435
            aload 0 /* this */
            aload 4 /* newTable */
            putfield sun.jvm.hotspot.debugger.LongHashMap.table:[Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
         7: .line 437
            iload 2 /* oldCapacity */
            istore 5 /* i */
        start local 5 // int i
         8: goto 17
         9: .line 438
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap sun.jvm.hotspot.debugger.LongHashMap$Entry[] int int sun.jvm.hotspot.debugger.LongHashMap$Entry[] int
      StackMap stack:
            aload 1 /* oldTable */
            iload 5 /* i */
            aaload
            astore 6 /* old */
        start local 6 // sun.jvm.hotspot.debugger.LongHashMap$Entry old
        10: goto 16
        11: .line 439
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap$Entry
      StackMap stack:
            aload 6 /* old */
            astore 7 /* e */
        start local 7 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
        12: .line 440
            aload 6 /* old */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            astore 6 /* old */
        13: .line 442
            aload 7 /* e */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.hash:I
            ldc 2147483647
            iand
            iload 3 /* newCapacity */
            irem
            istore 8 /* index */
        start local 8 // int index
        14: .line 443
            aload 7 /* e */
            aload 4 /* newTable */
            iload 8 /* index */
            aaload
            putfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
        15: .line 444
            aload 4 /* newTable */
            iload 8 /* index */
            aload 7 /* e */
            aastore
        end local 8 // int index
        end local 7 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
        16: .line 438
      StackMap locals:
      StackMap stack:
            aload 6 /* old */
            ifnonnull 11
        end local 6 // sun.jvm.hotspot.debugger.LongHashMap$Entry old
        17: .line 437
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iinc 5 /* i */ -1
            ifgt 9
        end local 5 // int i
        18: .line 447
            return
        end local 4 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] newTable
        end local 3 // int newCapacity
        end local 2 // int oldCapacity
        end local 1 // sun.jvm.hotspot.debugger.LongHashMap$Entry[] oldTable
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lsun/jvm/hotspot/debugger/LongHashMap;
            1   19     1     oldTable  [Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            2   19     2  oldCapacity  I
            3   19     3  newCapacity  I
            4   19     4     newTable  [Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            8   18     5            i  I
           10   17     6          old  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
           12   16     7            e  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
           14   16     8        index  I

  static boolean eq(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.Object o1
        start local 1 // java.lang.Object o2
         0: .line 450
            aload 0 /* o1 */
            ifnonnull 2
            aload 1 /* o2 */
            ifnonnull 1
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         1: iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* o1 */
            aload 1 /* o2 */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // java.lang.Object o2
        end local 0 // java.lang.Object o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0    o1  Ljava/lang/Object;
            0    4     1    o2  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o1    
      o2    

  sun.jvm.hotspot.debugger.LongHashMap$Entry newEntry(int, long, java.lang.Object, sun.jvm.hotspot.debugger.LongHashMap$Entry);
    descriptor: (IJLjava/lang/Object;Lsun/jvm/hotspot/debugger/LongHashMap$Entry;)Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
        start local 1 // int hash
        start local 2 // long key
        start local 4 // java.lang.Object value
        start local 5 // sun.jvm.hotspot.debugger.LongHashMap$Entry next
         0: .line 454
            new sun.jvm.hotspot.debugger.LongHashMap$Entry
            dup
            iload 1 /* hash */
            lload 2 /* key */
            aload 4 /* value */
            aload 5 /* next */
            invokespecial sun.jvm.hotspot.debugger.LongHashMap$Entry.<init>:(IJLjava/lang/Object;Lsun/jvm/hotspot/debugger/LongHashMap$Entry;)V
            areturn
        end local 5 // sun.jvm.hotspot.debugger.LongHashMap$Entry next
        end local 4 // java.lang.Object value
        end local 2 // long key
        end local 1 // int hash
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/debugger/LongHashMap;
            0    1     1   hash  I
            0    1     2    key  J
            0    1     4  value  Ljava/lang/Object;
            0    1     5   next  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
    MethodParameters:
       Name  Flags
      hash   
      key    
      value  
      next   

  int capacity();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
         0: .line 458
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.table:[Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            arraylength
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/LongHashMap;

  float loadFactor();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap this
         0: .line 462
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap.loadFactor:F
            freturn
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/LongHashMap;
}
SourceFile: "LongHashMap.java"
NestMembers:
  sun.jvm.hotspot.debugger.LongHashMap$Entry
InnerClasses:
  Entry = sun.jvm.hotspot.debugger.LongHashMap$Entry of sun.jvm.hotspot.debugger.LongHashMap