final class org.jruby.util.collections.ConcurrentWeakHashMap$Segment<K, V> extends java.util.concurrent.locks.ReentrantLock implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.util.collections.ConcurrentWeakHashMap$Segment
  super_class: java.util.concurrent.locks.ReentrantLock
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2249069246763182397

  volatile transient int count;
    descriptor: I
    flags: (0x00c0) ACC_VOLATILE, ACC_TRANSIENT

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

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

  volatile transient org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry<K, V>[] table;
    descriptor: [Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
    flags: (0x00c0) ACC_VOLATILE, ACC_TRANSIENT
    Signature: [Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;

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

  volatile transient java.lang.ref.ReferenceQueue<K> refQueue;
    descriptor: Ljava/lang/ref/ReferenceQueue;
    flags: (0x00c0) ACC_VOLATILE, ACC_TRANSIENT
    Signature: Ljava/lang/ref/ReferenceQueue<TK;>;

  void <init>(int, float);
    descriptor: (IF)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
        start local 1 // int initialCapacity
        start local 2 // float lf
         0: .line 363
            aload 0 /* this */
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
         1: .line 364
            aload 0 /* this */
            fload 2 /* lf */
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.loadFactor:F
         2: .line 365
            aload 0 /* this */
            iload 1 /* initialCapacity */
            invokestatic org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.newArray:(I)[Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.setTable:([Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;)V
         3: .line 366
            return
        end local 2 // float lf
        end local 1 // int initialCapacity
        end local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
            0    4     1  initialCapacity  I
            0    4     2               lf  F
    MethodParameters:
                 Name  Flags
      initialCapacity  
      lf               

  static final <K, V> org.jruby.util.collections.ConcurrentWeakHashMap$Segment<K, V>[] newArray(int);
    descriptor: (I)[Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int i
         0: .line 370
            iload 0 /* i */
            anewarray org.jruby.util.collections.ConcurrentWeakHashMap$Segment
            areturn
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  I
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(I)[Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
    MethodParameters:
      Name  Flags
      i     

  void setTable(org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry<K, V>[]);
    descriptor: ([Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
        start local 1 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] newTable
         0: .line 378
            aload 0 /* this */
            aload 1 /* newTable */
            arraylength
            i2f
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.loadFactor:F
            fmul
            f2i
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.threshold:I
         1: .line 379
            aload 0 /* this */
            aload 1 /* newTable */
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.table:[Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
         2: .line 380
            aload 0 /* this */
            new java.lang.ref.ReferenceQueue
            dup
            invokespecial java.lang.ref.ReferenceQueue.<init>:()V
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.refQueue:Ljava/lang/ref/ReferenceQueue;
         3: .line 381
            return
        end local 1 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] newTable
        end local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
            0    4     1  newTable  [Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
    Signature: ([Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;)V
    MethodParameters:
          Name  Flags
      newTable  

  org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry<K, V> getFirst(int);
    descriptor: (I)Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
        start local 1 // int hash
         0: .line 387
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.table:[Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 2 /* tab */
        start local 2 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] tab
         1: .line 388
            aload 2 /* tab */
            iload 1 /* hash */
            aload 2 /* tab */
            arraylength
            iconst_1
            isub
            iand
            aaload
            areturn
        end local 2 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] tab
        end local 1 // int hash
        end local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
            0    2     1  hash  I
            1    2     2   tab  [Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
    Signature: (I)Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
    MethodParameters:
      Name  Flags
      hash  

  V readValueUnderLock(org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry<K, V>);
    descriptor: (Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=4, args_size=2
        start local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
        start local 1 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
         0: .line 399
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.lock:()V
         1: .line 401
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.removeStale:()V
         2: .line 402
            aload 1 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.value:Ljava/lang/Object;
            astore 3
         3: .line 404
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.unlock:()V
         4: .line 402
            aload 3
            areturn
         5: .line 403
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         6: .line 404
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.unlock:()V
         7: .line 405
            aload 2
            athrow
        end local 1 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
        end local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
            0    8     1     e  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
      Exception table:
        from    to  target  type
           1     3       5  any
    Signature: (Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;)TV;
    MethodParameters:
      Name  Flags
      e     

  V get(, );
    descriptor: (Ljava/lang/Object;I)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
        start local 1 // java.lang.Object key
        start local 2 // int hash
         0: .line 411
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.count:I
            ifeq 10
         1: .line 412
            aload 0 /* this */
            iload 2 /* hash */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.getFirst:(I)Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 3 /* e */
        start local 3 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
         2: .line 413
            goto 9
         3: .line 414
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry
      StackMap stack:
            aload 3 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 8
            aload 1 /* key */
            aload 3 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.keyRef:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
         4: .line 415
            aload 3 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.value:Ljava/lang/Object;
            astore 4 /* v */
        start local 4 // java.lang.Object v
         5: .line 416
            aload 4 /* v */
            ifnull 7
         6: .line 417
            aload 4 /* v */
            areturn
         7: .line 418
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 3 /* e */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.readValueUnderLock:(Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object v
         8: .line 420
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.next:Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 3 /* e */
         9: .line 413
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            ifnonnull 3
        end local 3 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
        10: .line 423
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
            0   11     1   key  Ljava/lang/Object;
            0   11     2  hash  I
            2   10     3     e  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
            5    8     4     v  TV;
    Signature: (Ljava/lang/Object;I)TV;
    MethodParameters:
      Name  Flags
      key   
      hash  

  boolean containsKey(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
        start local 1 // java.lang.Object key
        start local 2 // int hash
         0: .line 427
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.count:I
            ifeq 7
         1: .line 428
            aload 0 /* this */
            iload 2 /* hash */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.getFirst:(I)Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 3 /* e */
        start local 3 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
         2: .line 429
            goto 6
         3: .line 430
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry
      StackMap stack:
            aload 3 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 5
            aload 1 /* key */
            aload 3 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.keyRef:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 431
            iconst_1
            ireturn
         5: .line 432
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.next:Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 3 /* e */
         6: .line 429
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            ifnonnull 3
        end local 3 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
         7: .line 435
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
            0    8     1   key  Ljava/lang/Object;
            0    8     2  hash  I
            2    7     3     e  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
    MethodParameters:
      Name  Flags
      key   
      hash  

  boolean containsValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
        start local 1 // java.lang.Object value
         0: .line 439
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.count:I
            ifeq 16
         1: .line 440
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.table:[Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 2 /* tab */
        start local 2 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] tab
         2: .line 441
            aload 2 /* tab */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         3: .line 442
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 15
         5: .line 443
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] int int
      StackMap stack:
            aload 2 /* tab */
            iload 4 /* i */
            aaload
            astore 5 /* e */
        start local 5 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
         6: goto 13
         7: .line 444
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry
      StackMap stack:
            aload 5 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.value:Ljava/lang/Object;
            astore 6 /* v */
        start local 6 // java.lang.Object v
         8: .line 445
            aload 6 /* v */
            ifnonnull 10
         9: .line 446
            aload 0 /* this */
            aload 5 /* e */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.readValueUnderLock:(Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;)Ljava/lang/Object;
            astore 6 /* v */
        10: .line 447
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* value */
            aload 6 /* v */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
        11: .line 448
            iconst_1
            ireturn
        end local 6 // java.lang.Object v
        12: .line 443
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.next:Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 5 /* e */
      StackMap locals:
      StackMap stack:
        13: aload 5 /* e */
            ifnonnull 7
        end local 5 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
        14: .line 442
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 4 /* i */
            iload 3 /* len */
            if_icmplt 5
        end local 4 // int i
        end local 3 // int len
        end local 2 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] tab
        16: .line 452
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
            0   17     1  value  Ljava/lang/Object;
            2   16     2    tab  [Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            3   16     3    len  I
            4   16     4      i  I
            6   14     5      e  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
            8   12     6      v  TV;
    MethodParameters:
       Name  Flags
      value  

  boolean replace(K, int, V, );
    descriptor: (Ljava/lang/Object;ILjava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=9, args_size=5
        start local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
        start local 1 // java.lang.Object key
        start local 2 // int hash
        start local 3 // java.lang.Object oldValue
        start local 4 // java.lang.Object newValue
         0: .line 456
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.lock:()V
         1: .line 458
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.removeStale:()V
         2: .line 459
            aload 0 /* this */
            iload 2 /* hash */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.getFirst:(I)Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 5 /* e */
        start local 5 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
         3: .line 460
            goto 5
         4: .line 461
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry
      StackMap stack:
            aload 5 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.next:Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 5 /* e */
         5: .line 460
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            ifnull 6
            aload 5 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 4
            aload 1 /* key */
            aload 5 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.keyRef:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
         6: .line 463
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* replaced */
        start local 6 // boolean replaced
         7: .line 464
            aload 5 /* e */
            ifnull 10
            aload 3 /* oldValue */
            aload 5 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
         8: .line 465
            iconst_1
            istore 6 /* replaced */
         9: .line 466
            aload 5 /* e */
            aload 4 /* newValue */
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.value:Ljava/lang/Object;
        10: .line 468
      StackMap locals: int
      StackMap stack:
            iload 6 /* replaced */
            istore 8
        11: .line 470
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.unlock:()V
        12: .line 468
            iload 8
            ireturn
        end local 6 // boolean replaced
        end local 5 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
        13: .line 469
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$Segment java.lang.Object int java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            astore 7
        14: .line 470
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.unlock:()V
        15: .line 471
            aload 7
            athrow
        end local 4 // java.lang.Object newValue
        end local 3 // java.lang.Object oldValue
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
            0   16     1       key  TK;
            0   16     2      hash  I
            0   16     3  oldValue  TV;
            0   16     4  newValue  TV;
            3   13     5         e  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
            7   13     6  replaced  Z
      Exception table:
        from    to  target  type
           1    11      13  any
    Signature: (TK;ITV;TV;)Z
    MethodParameters:
          Name  Flags
      key       
      hash      
      oldValue  
      newValue  

  V replace(K, int, );
    descriptor: (Ljava/lang/Object;ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=8, args_size=4
        start local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
        start local 1 // java.lang.Object key
        start local 2 // int hash
        start local 3 // java.lang.Object newValue
         0: .line 475
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.lock:()V
         1: .line 477
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.removeStale:()V
         2: .line 478
            aload 0 /* this */
            iload 2 /* hash */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.getFirst:(I)Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 4 /* e */
        start local 4 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
         3: .line 479
            goto 5
         4: .line 480
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry
      StackMap stack:
            aload 4 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.next:Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 4 /* e */
         5: .line 479
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            ifnull 6
            aload 4 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 4
            aload 1 /* key */
            aload 4 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.keyRef:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
         6: .line 482
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* oldValue */
        start local 5 // java.lang.Object oldValue
         7: .line 483
            aload 4 /* e */
            ifnull 10
         8: .line 484
            aload 4 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.value:Ljava/lang/Object;
            astore 5 /* oldValue */
         9: .line 485
            aload 4 /* e */
            aload 3 /* newValue */
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.value:Ljava/lang/Object;
        10: .line 487
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* oldValue */
            astore 7
        11: .line 489
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.unlock:()V
        12: .line 487
            aload 7
            areturn
        end local 5 // java.lang.Object oldValue
        end local 4 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
        13: .line 488
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$Segment java.lang.Object int java.lang.Object
      StackMap stack: java.lang.Throwable
            astore 6
        14: .line 489
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.unlock:()V
        15: .line 490
            aload 6
            athrow
        end local 3 // java.lang.Object newValue
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
            0   16     1       key  TK;
            0   16     2      hash  I
            0   16     3  newValue  TV;
            3   13     4         e  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
            7   13     5  oldValue  TV;
      Exception table:
        from    to  target  type
           1    11      13  any
    Signature: (TK;ITV;)TV;
    MethodParameters:
          Name  Flags
      key       
      hash      
      newValue  

  V put(K, int, V, );
    descriptor: (Ljava/lang/Object;ILjava/lang/Object;Z)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=9, locals=13, args_size=5
        start local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
        start local 1 // java.lang.Object key
        start local 2 // int hash
        start local 3 // java.lang.Object value
        start local 4 // boolean onlyIfAbsent
         0: .line 494
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.lock:()V
         1: .line 496
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.removeStale:()V
         2: .line 497
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.count:I
            istore 5 /* c */
        start local 5 // int c
         3: .line 498
            iload 5 /* c */
            iinc 5 /* c */ 1
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.threshold:I
            if_icmple 7
         4: .line 499
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.rehash:()I
            istore 6 /* reduced */
        start local 6 // int reduced
         5: .line 500
            iload 6 /* reduced */
            ifle 7
         6: .line 501
            aload 0 /* this */
            iload 5 /* c */
            iload 6 /* reduced */
            isub
            dup
            istore 5 /* c */
            iconst_1
            isub
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.count:I
        end local 6 // int reduced
         7: .line 504
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.table:[Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 6 /* tab */
        start local 6 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] tab
         8: .line 505
            iload 2 /* hash */
            aload 6 /* tab */
            arraylength
            iconst_1
            isub
            iand
            istore 7 /* index */
        start local 7 // int index
         9: .line 506
            aload 6 /* tab */
            iload 7 /* index */
            aaload
            astore 8 /* first */
        start local 8 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry first
        10: .line 507
            aload 8 /* first */
            astore 9 /* e */
        start local 9 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
        11: .line 508
            goto 13
        12: .line 509
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$Segment java.lang.Object int java.lang.Object int int org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] int org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry
      StackMap stack:
            aload 9 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.next:Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 9 /* e */
        13: .line 508
      StackMap locals:
      StackMap stack:
            aload 9 /* e */
            ifnull 14
            aload 9 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 12
            aload 1 /* key */
            aload 9 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.keyRef:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
        14: .line 512
      StackMap locals:
      StackMap stack:
            aload 9 /* e */
            ifnull 19
        15: .line 513
            aload 9 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.value:Ljava/lang/Object;
            astore 10 /* oldValue */
        start local 10 // java.lang.Object oldValue
        16: .line 514
            iload 4 /* onlyIfAbsent */
            ifne 23
        17: .line 515
            aload 9 /* e */
            aload 3 /* value */
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.value:Ljava/lang/Object;
        18: .line 516
            goto 23
        end local 10 // java.lang.Object oldValue
        19: .line 517
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 10 /* oldValue */
        start local 10 // java.lang.Object oldValue
        20: .line 518
            aload 0 /* this */
            dup
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.modCount:I
            iconst_1
            iadd
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.modCount:I
        21: .line 519
            aload 6 /* tab */
            iload 7 /* index */
            new org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry
            dup
            aload 1 /* key */
            iload 2 /* hash */
            aload 8 /* first */
            aload 3 /* value */
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.refQueue:Ljava/lang/ref/ReferenceQueue;
            invokespecial org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.<init>:(Ljava/lang/Object;ILorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
            aastore
        22: .line 520
            aload 0 /* this */
            iload 5 /* c */
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.count:I
        23: .line 522
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 10 /* oldValue */
            astore 12
        24: .line 524
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.unlock:()V
        25: .line 522
            aload 12
            areturn
        end local 10 // java.lang.Object oldValue
        end local 9 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
        end local 8 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry first
        end local 7 // int index
        end local 6 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] tab
        end local 5 // int c
        26: .line 523
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$Segment java.lang.Object int java.lang.Object int
      StackMap stack: java.lang.Throwable
            astore 11
        27: .line 524
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.unlock:()V
        28: .line 525
            aload 11
            athrow
        end local 4 // boolean onlyIfAbsent
        end local 3 // java.lang.Object value
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   29     0          this  Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
            0   29     1           key  TK;
            0   29     2          hash  I
            0   29     3         value  TV;
            0   29     4  onlyIfAbsent  Z
            3   26     5             c  I
            5    7     6       reduced  I
            8   26     6           tab  [Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            9   26     7         index  I
           10   26     8         first  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
           11   26     9             e  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
           16   19    10      oldValue  TV;
           20   26    10      oldValue  TV;
      Exception table:
        from    to  target  type
           1    24      26  any
    Signature: (TK;ITV;Z)TV;
    MethodParameters:
              Name  Flags
      key           
      hash          
      value         
      onlyIfAbsent  

  int rehash();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=9, locals=16, args_size=1
        start local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
         0: .line 529
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.table:[Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 1 /* oldTable */
        start local 1 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] oldTable
         1: .line 530
            aload 1 /* oldTable */
            arraylength
            istore 2 /* oldCapacity */
        start local 2 // int oldCapacity
         2: .line 531
            iload 2 /* oldCapacity */
            ldc 1073741824
            if_icmplt 4
         3: .line 532
            iconst_0
            ireturn
         4: .line 548
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] int
      StackMap stack:
            iload 2 /* oldCapacity */
            iconst_1
            ishl
            invokestatic org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.newArray:(I)[Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 3 /* newTable */
        start local 3 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] newTable
         5: .line 549
            aload 0 /* this */
            aload 3 /* newTable */
            arraylength
            i2f
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.loadFactor:F
            fmul
            f2i
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.threshold:I
         6: .line 550
            aload 3 /* newTable */
            arraylength
            iconst_1
            isub
            istore 4 /* sizeMask */
        start local 4 // int sizeMask
         7: .line 551
            iconst_0
            istore 5 /* reduce */
        start local 5 // int reduce
         8: .line 552
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         9: goto 39
        10: .line 555
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$Segment org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] int org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] int int int
      StackMap stack:
            aload 1 /* oldTable */
            iload 6 /* i */
            aaload
            astore 7 /* e */
        start local 7 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
        11: .line 557
            aload 7 /* e */
            ifnull 38
        12: .line 558
            aload 7 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.next:Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 8 /* next */
        start local 8 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry next
        13: .line 559
            aload 7 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.hash:I
            iload 4 /* sizeMask */
            iand
            istore 9 /* idx */
        start local 9 // int idx
        14: .line 562
            aload 8 /* next */
            ifnonnull 16
        15: .line 563
            aload 3 /* newTable */
            iload 9 /* idx */
            aload 7 /* e */
            aastore
            goto 38
        16: .line 567
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry int
      StackMap stack:
            aload 7 /* e */
            astore 10 /* lastRun */
        start local 10 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry lastRun
        17: .line 568
            iload 9 /* idx */
            istore 11 /* lastIdx */
        start local 11 // int lastIdx
        18: .line 569
            aload 8 /* next */
            astore 12 /* last */
        start local 12 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry last
        19: goto 25
        20: .line 570
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry int org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry
      StackMap stack:
            aload 12 /* last */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.hash:I
            iload 4 /* sizeMask */
            iand
            istore 13 /* k */
        start local 13 // int k
        21: .line 571
            iload 13 /* k */
            iload 11 /* lastIdx */
            if_icmpeq 24
        22: .line 572
            iload 13 /* k */
            istore 11 /* lastIdx */
        23: .line 573
            aload 12 /* last */
            astore 10 /* lastRun */
        end local 13 // int k
        24: .line 569
      StackMap locals:
      StackMap stack:
            aload 12 /* last */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.next:Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 12 /* last */
      StackMap locals:
      StackMap stack:
        25: aload 12 /* last */
            ifnonnull 20
        end local 12 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry last
        26: .line 576
            aload 3 /* newTable */
            iload 11 /* lastIdx */
            aload 10 /* lastRun */
            aastore
        27: .line 578
            aload 7 /* e */
            astore 12 /* p */
        start local 12 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry p
        28: goto 37
        29: .line 580
      StackMap locals:
      StackMap stack:
            aload 12 /* p */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.keyRef:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            astore 13 /* key */
        start local 13 // java.lang.Object key
        30: .line 581
            aload 13 /* key */
            ifnonnull 33
        31: .line 582
            iinc 5 /* reduce */ 1
        32: .line 583
            goto 36
        33: .line 585
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 12 /* p */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.hash:I
            iload 4 /* sizeMask */
            iand
            istore 14 /* k */
        start local 14 // int k
        34: .line 586
            aload 3 /* newTable */
            iload 14 /* k */
            aaload
            astore 15 /* n */
        start local 15 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry n
        35: .line 587
            aload 3 /* newTable */
            iload 14 /* k */
            new org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry
            dup
            aload 13 /* key */
            aload 12 /* p */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.hash:I
            aload 15 /* n */
            aload 12 /* p */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.value:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.refQueue:Ljava/lang/ref/ReferenceQueue;
            invokespecial org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.<init>:(Ljava/lang/Object;ILorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
            aastore
        end local 15 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry n
        end local 14 // int k
        end local 13 // java.lang.Object key
        36: .line 578
      StackMap locals:
      StackMap stack:
            aload 12 /* p */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.next:Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 12 /* p */
      StackMap locals:
      StackMap stack:
        37: aload 12 /* p */
            aload 10 /* lastRun */
            if_acmpne 29
        end local 12 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry p
        end local 11 // int lastIdx
        end local 10 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry lastRun
        end local 9 // int idx
        end local 8 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry next
        end local 7 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
        38: .line 552
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$Segment org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] int org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] int int int
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 6 /* i */
            iload 2 /* oldCapacity */
            if_icmplt 10
        end local 6 // int i
        40: .line 592
            aload 0 /* this */
            aload 3 /* newTable */
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.table:[Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
        41: .line 593
            iload 5 /* reduce */
            ireturn
        end local 5 // int reduce
        end local 4 // int sizeMask
        end local 3 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] newTable
        end local 2 // int oldCapacity
        end local 1 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] oldTable
        end local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   42     0         this  Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
            1   42     1     oldTable  [Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            2   42     2  oldCapacity  I
            5   42     3     newTable  [Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            7   42     4     sizeMask  I
            8   42     5       reduce  I
            9   40     6            i  I
           11   38     7            e  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
           13   38     8         next  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
           14   38     9          idx  I
           17   38    10      lastRun  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
           18   38    11      lastIdx  I
           19   26    12         last  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
           21   24    13            k  I
           28   38    12            p  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
           30   36    13          key  TK;
           34   36    14            k  I
           35   36    15            n  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;

  V remove(, int, , );
    descriptor: (Ljava/lang/Object;ILjava/lang/Object;Z)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=7, locals=17, args_size=5
        start local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
        start local 1 // java.lang.Object key
        start local 2 // int hash
        start local 3 // java.lang.Object value
        start local 4 // boolean weakRemove
         0: .line 600
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.lock:()V
         1: .line 602
            iload 4 /* weakRemove */
            ifne 3
         2: .line 603
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.removeStale:()V
         3: .line 604
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.count:I
            iconst_1
            isub
            istore 5 /* c */
        start local 5 // int c
         4: .line 605
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.table:[Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 6 /* tab */
        start local 6 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] tab
         5: .line 606
            iload 2 /* hash */
            aload 6 /* tab */
            arraylength
            iconst_1
            isub
            iand
            istore 7 /* index */
        start local 7 // int index
         6: .line 607
            aload 6 /* tab */
            iload 7 /* index */
            aaload
            astore 8 /* first */
        start local 8 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry first
         7: .line 608
            aload 8 /* first */
            astore 9 /* e */
        start local 9 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
         8: .line 610
            goto 10
         9: .line 612
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$Segment java.lang.Object int java.lang.Object int int org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] int org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry
      StackMap stack:
            aload 9 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.next:Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 9 /* e */
        10: .line 610
      StackMap locals:
      StackMap stack:
            aload 9 /* e */
            ifnull 12
            iload 4 /* weakRemove */
            ifeq 11
            aload 1 /* key */
            aload 9 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.keyRef:Ljava/lang/ref/WeakReference;
            if_acmpeq 12
        11: .line 611
      StackMap locals:
      StackMap stack:
            aload 9 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 9
            aload 1 /* key */
            aload 9 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.keyRef:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 9
        12: .line 614
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 10 /* oldValue */
        start local 10 // java.lang.Object oldValue
        13: .line 615
            aload 9 /* e */
            ifnull 30
        14: .line 616
            aload 9 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.value:Ljava/lang/Object;
            astore 11 /* v */
        start local 11 // java.lang.Object v
        15: .line 617
            aload 3 /* value */
            ifnull 16
            aload 3 /* value */
            aload 11 /* v */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 30
        16: .line 618
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            aload 11 /* v */
            astore 10 /* oldValue */
        17: .line 622
            aload 0 /* this */
            dup
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.modCount:I
            iconst_1
            iadd
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.modCount:I
        18: .line 623
            aload 9 /* e */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.next:Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 12 /* newFirst */
        start local 12 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry newFirst
        19: .line 624
            aload 8 /* first */
            astore 13 /* p */
        start local 13 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry p
        20: goto 27
        21: .line 625
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry
      StackMap stack:
            aload 13 /* p */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.keyRef:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            astore 14 /* pKey */
        start local 14 // java.lang.Object pKey
        22: .line 626
            aload 14 /* pKey */
            ifnonnull 25
        23: .line 627
            iinc 5 /* c */ -1
        24: .line 628
            goto 26
        25: .line 631
      StackMap locals: java.lang.Object
      StackMap stack:
            new org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry
            dup
            aload 14 /* pKey */
            aload 13 /* p */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.hash:I
            aload 12 /* newFirst */
            aload 13 /* p */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.value:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.refQueue:Ljava/lang/ref/ReferenceQueue;
            invokespecial org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.<init>:(Ljava/lang/Object;ILorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
            astore 12 /* newFirst */
        end local 14 // java.lang.Object pKey
        26: .line 624
      StackMap locals:
      StackMap stack:
            aload 13 /* p */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry.next:Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 13 /* p */
      StackMap locals:
      StackMap stack:
        27: aload 13 /* p */
            aload 9 /* e */
            if_acmpne 21
        end local 13 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry p
        28: .line 633
            aload 6 /* tab */
            iload 7 /* index */
            aload 12 /* newFirst */
            aastore
        29: .line 634
            aload 0 /* this */
            iload 5 /* c */
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.count:I
        end local 12 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry newFirst
        end local 11 // java.lang.Object v
        30: .line 637
      StackMap locals:
      StackMap stack:
            aload 10 /* oldValue */
            astore 16
        31: .line 639
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.unlock:()V
        32: .line 637
            aload 16
            areturn
        end local 10 // java.lang.Object oldValue
        end local 9 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry e
        end local 8 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry first
        end local 7 // int index
        end local 6 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] tab
        end local 5 // int c
        33: .line 638
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$Segment java.lang.Object int java.lang.Object int
      StackMap stack: java.lang.Throwable
            astore 15
        34: .line 639
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.unlock:()V
        35: .line 640
            aload 15
            athrow
        end local 4 // boolean weakRemove
        end local 3 // java.lang.Object value
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   36     0        this  Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
            0   36     1         key  Ljava/lang/Object;
            0   36     2        hash  I
            0   36     3       value  Ljava/lang/Object;
            0   36     4  weakRemove  Z
            4   33     5           c  I
            5   33     6         tab  [Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            6   33     7       index  I
            7   33     8       first  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
            8   33     9           e  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
           13   33    10    oldValue  TV;
           15   30    11           v  TV;
           19   30    12    newFirst  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
           20   28    13           p  Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry<TK;TV;>;
           22   26    14        pKey  TK;
      Exception table:
        from    to  target  type
           1    31      33  any
    Signature: (Ljava/lang/Object;ILjava/lang/Object;Z)TV;
    MethodParameters:
            Name  Flags
      key         
      hash        
      value       
      weakRemove  

  void removeStale();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
         0: .line 646
            goto 2
        start local 1 // org.jruby.util.collections.ConcurrentWeakHashMap$WeakKeyReference ref
         1: .line 647
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$WeakKeyReference
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ref */
            aload 1 /* ref */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$WeakKeyReference.hash:I
            aconst_null
            iconst_1
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.remove:(Ljava/lang/Object;ILjava/lang/Object;Z)Ljava/lang/Object;
            pop
        end local 1 // org.jruby.util.collections.ConcurrentWeakHashMap$WeakKeyReference ref
         2: .line 646
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.refQueue:Ljava/lang/ref/ReferenceQueue;
            invokevirtual java.lang.ref.ReferenceQueue.poll:()Ljava/lang/ref/Reference;
            checkcast org.jruby.util.collections.ConcurrentWeakHashMap$WeakKeyReference
            dup
            astore 1 /* ref */
        start local 1 // org.jruby.util.collections.ConcurrentWeakHashMap$WeakKeyReference ref
         3: ifnonnull 1
         4: .line 649
            return
        end local 1 // org.jruby.util.collections.ConcurrentWeakHashMap$WeakKeyReference ref
        end local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
            1    2     1   ref  Lorg/jruby/util/collections/ConcurrentWeakHashMap$WeakKeyReference<TK;>;
            3    5     1   ref  Lorg/jruby/util/collections/ConcurrentWeakHashMap$WeakKeyReference<TK;>;

  void clear();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
         0: .line 652
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.count:I
            ifeq 16
         1: .line 653
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.lock:()V
         2: .line 655
            aload 0 /* this */
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.table:[Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            astore 1 /* tab */
        start local 1 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] tab
         3: .line 656
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 657
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] int
      StackMap stack:
            aload 1 /* tab */
            iload 2 /* i */
            aconst_null
            aastore
         6: .line 656
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 1 /* tab */
            arraylength
            if_icmplt 5
        end local 2 // int i
         8: .line 658
            aload 0 /* this */
            dup
            getfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.modCount:I
            iconst_1
            iadd
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.modCount:I
         9: .line 660
            aload 0 /* this */
            new java.lang.ref.ReferenceQueue
            dup
            invokespecial java.lang.ref.ReferenceQueue.<init>:()V
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.refQueue:Ljava/lang/ref/ReferenceQueue;
        10: .line 661
            aload 0 /* this */
            iconst_0
            putfield org.jruby.util.collections.ConcurrentWeakHashMap$Segment.count:I
        end local 1 // org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry[] tab
        11: .line 662
            goto 15
      StackMap locals: org.jruby.util.collections.ConcurrentWeakHashMap$Segment
      StackMap stack: java.lang.Throwable
        12: astore 3
        13: .line 663
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.unlock:()V
        14: .line 664
            aload 3
            athrow
        15: .line 663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.ConcurrentWeakHashMap$Segment.unlock:()V
        16: .line 666
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jruby.util.collections.ConcurrentWeakHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lorg/jruby/util/collections/ConcurrentWeakHashMap$Segment<TK;TV;>;
            3   11     1   tab  [Lorg/jruby/util/collections/ConcurrentWeakHashMap$HashEntry;
            4    8     2     i  I
      Exception table:
        from    to  target  type
           2    12      12  any
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/util/concurrent/locks/ReentrantLock;Ljava/io/Serializable;
SourceFile: "ConcurrentWeakHashMap.java"
NestHost: org.jruby.util.collections.ConcurrentWeakHashMap
InnerClasses:
  final HashEntry = org.jruby.util.collections.ConcurrentWeakHashMap$HashEntry of org.jruby.util.collections.ConcurrentWeakHashMap
  final Segment = org.jruby.util.collections.ConcurrentWeakHashMap$Segment of org.jruby.util.collections.ConcurrentWeakHashMap
  final WeakKeyReference = org.jruby.util.collections.ConcurrentWeakHashMap$WeakKeyReference of org.jruby.util.collections.ConcurrentWeakHashMap