final class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$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.hibernate.internal.util.collections.ConcurrentReferenceHashMap$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.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry<K, V>[] table;
    descriptor: [Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
    flags: (0x00c0) ACC_VOLATILE, ACC_TRANSIENT
    Signature: [Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;

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

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

  final org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType keyType;
    descriptor: Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
    flags: (0x0010) ACC_FINAL

  final org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType valueType;
    descriptor: Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
    flags: (0x0010) ACC_FINAL

  final boolean identityComparisons;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  void <init>(int, float, org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType, org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType, boolean);
    descriptor: (IFLorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
        start local 1 // int initialCapacity
        start local 2 // float lf
        start local 3 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType keyType
        start local 4 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType valueType
        start local 5 // boolean identityComparisons
         0: .line 573
            aload 0 /* this */
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
         1: .line 575
            aload 0 /* this */
            fload 2 /* lf */
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.loadFactor:F
         2: .line 576
            aload 0 /* this */
            aload 3 /* keyType */
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.keyType:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
         3: .line 577
            aload 0 /* this */
            aload 4 /* valueType */
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.valueType:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
         4: .line 578
            aload 0 /* this */
            iload 5 /* identityComparisons */
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.identityComparisons:Z
         5: .line 579
            aload 0 /* this */
            iload 1 /* initialCapacity */
            invokestatic org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.newArray:(I)[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.setTable:([Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;)V
         6: .line 580
            return
        end local 5 // boolean identityComparisons
        end local 4 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType valueType
        end local 3 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType keyType
        end local 2 // float lf
        end local 1 // int initialCapacity
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    7     0                 this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment<TK;TV;>;
            0    7     1      initialCapacity  I
            0    7     2                   lf  F
            0    7     3              keyType  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            0    7     4            valueType  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            0    7     5  identityComparisons  Z
    MethodParameters:
                     Name  Flags
      initialCapacity      
      lf                   
      keyType              
      valueType            
      identityComparisons  

  static final <K, V> org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment<K, V>[] newArray(int);
    descriptor: (I)[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int i
         0: .line 584
            iload 0 /* i */
            anewarray org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$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/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment<TK;TV;>;
    MethodParameters:
      Name  Flags
      i     

  private boolean keyEq(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
        start local 1 // java.lang.Object src
        start local 2 // java.lang.Object dest
         0: .line 588
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.identityComparisons:Z
            ifeq 2
            aload 1 /* src */
            aload 2 /* dest */
            if_acmpne 1
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         1: iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 1 /* src */
            aload 2 /* dest */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 2 // java.lang.Object dest
        end local 1 // java.lang.Object src
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment<TK;TV;>;
            0    4     1   src  Ljava/lang/Object;
            0    4     2  dest  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      src   
      dest  

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

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

  org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry<K, V> newHashEntry(K, int, org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry<K, V>, V);
    descriptor: (Ljava/lang/Object;ILorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;Ljava/lang/Object;)Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
    flags: (0x0000) 
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
        start local 1 // java.lang.Object key
        start local 2 // int hash
        start local 3 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry next
        start local 4 // java.lang.Object value
         0: .line 610
            new org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry
            dup
            aload 1 /* key */
            iload 2 /* hash */
            aload 3 /* next */
            aload 4 /* value */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.keyType:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.valueType:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.refQueue:Ljava/lang/ref/ReferenceQueue;
            invokespecial org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.<init>:(Ljava/lang/Object;ILorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;Ljava/lang/Object;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue;)V
            areturn
        end local 4 // java.lang.Object value
        end local 3 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry next
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment<TK;TV;>;
            0    1     1    key  TK;
            0    1     2   hash  I
            0    1     3   next  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
            0    1     4  value  TV;
    Signature: (TK;ILorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;TV;)Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
    MethodParameters:
       Name  Flags
      key    
      hash   
      next   
      value  

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

  V get(, );
    descriptor: (Ljava/lang/Object;I)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
        start local 1 // java.lang.Object key
        start local 2 // int hash
         0: .line 634
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.count:I
            ifeq 10
         1: .line 635
            aload 0 /* this */
            iload 2 /* hash */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.getFirst:(I)Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 3 /* e */
        start local 3 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
         2: .line 636
            goto 9
         3: .line 637
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry
      StackMap stack:
            aload 3 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 8
            aload 0 /* this */
            aload 1 /* key */
            aload 3 /* e */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.key:()Ljava/lang/Object;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.keyEq:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         4: .line 638
            aload 3 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.valueRef:Ljava/lang/Object;
            astore 4 /* opaque */
        start local 4 // java.lang.Object opaque
         5: .line 639
            aload 4 /* opaque */
            ifnull 7
         6: .line 640
            aload 3 /* e */
            aload 4 /* opaque */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.dereferenceValue:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         7: .line 643
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 3 /* e */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.readValueUnderLock:(Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object opaque
         8: .line 645
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 3 /* e */
         9: .line 636
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            ifnonnull 3
        end local 3 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
        10: .line 648
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment<TK;TV;>;
            0   11     1     key  Ljava/lang/Object;
            0   11     2    hash  I
            2   10     3       e  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
            5    8     4  opaque  Ljava/lang/Object;
    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=3, locals=4, args_size=3
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
        start local 1 // java.lang.Object key
        start local 2 // int hash
         0: .line 652
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.count:I
            ifeq 7
         1: .line 653
            aload 0 /* this */
            iload 2 /* hash */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.getFirst:(I)Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 3 /* e */
        start local 3 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
         2: .line 654
            goto 6
         3: .line 655
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry
      StackMap stack:
            aload 3 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 5
            aload 0 /* this */
            aload 1 /* key */
            aload 3 /* e */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.key:()Ljava/lang/Object;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.keyEq:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 5
         4: .line 656
            iconst_1
            ireturn
         5: .line 658
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 3 /* e */
         6: .line 654
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            ifnonnull 3
        end local 3 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
         7: .line 661
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment<TK;TV;>;
            0    8     1   key  Ljava/lang/Object;
            0    8     2  hash  I
            2    7     3     e  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
    MethodParameters:
      Name  Flags
      key   
      hash  

  boolean containsValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=8, args_size=2
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
        start local 1 // java.lang.Object value
         0: .line 665
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.count:I
            ifeq 18
         1: .line 666
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 2 /* tab */
        start local 2 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] tab
         2: .line 667
            aload 2 /* tab */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         3: .line 668
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 17
         5: .line 669
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] int int
      StackMap stack:
            aload 2 /* tab */
            iload 4 /* i */
            aaload
            astore 5 /* e */
        start local 5 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
         6: goto 15
         7: .line 670
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry
      StackMap stack:
            aload 5 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.valueRef:Ljava/lang/Object;
            astore 6 /* opaque */
        start local 6 // java.lang.Object opaque
         8: .line 673
            aload 6 /* opaque */
            ifnonnull 11
         9: .line 674
            aload 0 /* this */
            aload 5 /* e */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.readValueUnderLock:(Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;)Ljava/lang/Object;
            astore 7 /* v */
        start local 7 // java.lang.Object v
        10: .line 675
            goto 12
        end local 7 // java.lang.Object v
        11: .line 677
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* e */
            aload 6 /* opaque */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.dereferenceValue:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 7 /* v */
        start local 7 // java.lang.Object v
        12: .line 680
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* value */
            aload 7 /* v */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 14
        13: .line 681
            iconst_1
            ireturn
        end local 7 // java.lang.Object v
        end local 6 // java.lang.Object opaque
        14: .line 669
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 5 /* e */
      StackMap locals:
      StackMap stack:
        15: aload 5 /* e */
            ifnonnull 7
        end local 5 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
        16: .line 668
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 4 /* i */
            iload 3 /* len */
            if_icmplt 5
        end local 4 // int i
        end local 3 // int len
        end local 2 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] tab
        18: .line 686
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment<TK;TV;>;
            0   19     1   value  Ljava/lang/Object;
            2   18     2     tab  [Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            3   18     3     len  I
            4   18     4       i  I
            6   16     5       e  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
            8   14     6  opaque  Ljava/lang/Object;
           10   11     7       v  TV;
           12   14     7       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=4, locals=9, args_size=5
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$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 690
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.lock:()V
         1: .line 692
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.removeStale:()V
         2: .line 693
            aload 0 /* this */
            iload 2 /* hash */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.getFirst:(I)Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 5 /* e */
        start local 5 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
         3: .line 694
            goto 5
         4: .line 695
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry
      StackMap stack:
            aload 5 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 5 /* e */
         5: .line 694
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            ifnull 6
            aload 5 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 4
            aload 0 /* this */
            aload 1 /* key */
            aload 5 /* e */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.key:()Ljava/lang/Object;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.keyEq:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 4
         6: .line 698
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* replaced */
        start local 6 // boolean replaced
         7: .line 699
            aload 5 /* e */
            ifnull 10
            aload 3 /* oldValue */
            aload 5 /* e */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.value:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
         8: .line 700
            iconst_1
            istore 6 /* replaced */
         9: .line 701
            aload 5 /* e */
            aload 4 /* newValue */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.valueType:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.refQueue:Ljava/lang/ref/ReferenceQueue;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.setValue:(Ljava/lang/Object;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue;)V
        10: .line 703
      StackMap locals: int
      StackMap stack:
            iload 6 /* replaced */
            istore 8
        11: .line 706
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.unlock:()V
        12: .line 703
            iload 8
            ireturn
        end local 6 // boolean replaced
        end local 5 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
        13: .line 705
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment java.lang.Object int java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            astore 7
        14: .line 706
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.unlock:()V
        15: .line 707
            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.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$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/hibernate/internal/util/collections/ConcurrentReferenceHashMap$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=4, locals=8, args_size=4
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
        start local 1 // java.lang.Object key
        start local 2 // int hash
        start local 3 // java.lang.Object newValue
         0: .line 711
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.lock:()V
         1: .line 713
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.removeStale:()V
         2: .line 714
            aload 0 /* this */
            iload 2 /* hash */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.getFirst:(I)Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 4 /* e */
        start local 4 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
         3: .line 715
            goto 5
         4: .line 716
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry
      StackMap stack:
            aload 4 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 4 /* e */
         5: .line 715
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            ifnull 6
            aload 4 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 4
            aload 0 /* this */
            aload 1 /* key */
            aload 4 /* e */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.key:()Ljava/lang/Object;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.keyEq:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 4
         6: .line 719
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* oldValue */
        start local 5 // java.lang.Object oldValue
         7: .line 720
            aload 4 /* e */
            ifnull 10
         8: .line 721
            aload 4 /* e */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.value:()Ljava/lang/Object;
            astore 5 /* oldValue */
         9: .line 722
            aload 4 /* e */
            aload 3 /* newValue */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.valueType:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.refQueue:Ljava/lang/ref/ReferenceQueue;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.setValue:(Ljava/lang/Object;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue;)V
        10: .line 724
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* oldValue */
            astore 7
        11: .line 727
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.unlock:()V
        12: .line 724
            aload 7
            areturn
        end local 5 // java.lang.Object oldValue
        end local 4 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
        13: .line 726
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment java.lang.Object int java.lang.Object
      StackMap stack: java.lang.Throwable
            astore 6
        14: .line 727
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.unlock:()V
        15: .line 728
            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.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment<TK;TV;>;
            0   16     1       key  TK;
            0   16     2      hash  I
            0   16     3  newValue  TV;
            3   13     4         e  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$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=7, locals=13, args_size=5
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$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 733
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.lock:()V
         1: .line 735
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.removeStale:()V
         2: .line 736
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.count:I
            istore 5 /* c */
        start local 5 // int c
         3: .line 737
            iload 5 /* c */
            iinc 5 /* c */ 1
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.threshold:I
            if_icmple 7
         4: .line 738
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.rehash:()I
            istore 6 /* reduced */
        start local 6 // int reduced
         5: .line 739
            iload 6 /* reduced */
            ifle 7
         6: .line 741
            aload 0 /* this */
            iload 5 /* c */
            iload 6 /* reduced */
            isub
            dup
            istore 5 /* c */
            iconst_1
            isub
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.count:I
        end local 6 // int reduced
         7: .line 745
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 6 /* tab */
        start local 6 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] tab
         8: .line 746
            iload 2 /* hash */
            aload 6 /* tab */
            arraylength
            iconst_1
            isub
            iand
            istore 7 /* index */
        start local 7 // int index
         9: .line 747
            aload 6 /* tab */
            iload 7 /* index */
            aaload
            astore 8 /* first */
        start local 8 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry first
        10: .line 748
            aload 8 /* first */
            astore 9 /* e */
        start local 9 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
        11: .line 749
            goto 13
        12: .line 750
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment java.lang.Object int java.lang.Object int int org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] int org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry
      StackMap stack:
            aload 9 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 9 /* e */
        13: .line 749
      StackMap locals:
      StackMap stack:
            aload 9 /* e */
            ifnull 14
            aload 9 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 12
            aload 0 /* this */
            aload 1 /* key */
            aload 9 /* e */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.key:()Ljava/lang/Object;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.keyEq:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        14: .line 754
      StackMap locals:
      StackMap stack:
            aload 9 /* e */
            ifnull 19
        15: .line 755
            aload 9 /* e */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.value:()Ljava/lang/Object;
            astore 10 /* oldValue */
        start local 10 // java.lang.Object oldValue
        16: .line 756
            iload 4 /* onlyIfAbsent */
            ifne 23
        17: .line 757
            aload 9 /* e */
            aload 3 /* value */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.valueType:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.refQueue:Ljava/lang/ref/ReferenceQueue;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.setValue:(Ljava/lang/Object;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue;)V
        18: .line 759
            goto 23
        end local 10 // java.lang.Object oldValue
        19: .line 761
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 10 /* oldValue */
        start local 10 // java.lang.Object oldValue
        20: .line 762
            aload 0 /* this */
            dup
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.modCount:I
            iconst_1
            iadd
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.modCount:I
        21: .line 763
            aload 6 /* tab */
            iload 7 /* index */
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* hash */
            aload 8 /* first */
            aload 3 /* value */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.newHashEntry:(Ljava/lang/Object;ILorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;Ljava/lang/Object;)Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            aastore
        22: .line 764
            aload 0 /* this */
            iload 5 /* c */
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.count:I
        23: .line 766
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 10 /* oldValue */
            astore 12
        24: .line 769
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.unlock:()V
        25: .line 766
            aload 12
            areturn
        end local 10 // java.lang.Object oldValue
        end local 9 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
        end local 8 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry first
        end local 7 // int index
        end local 6 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] tab
        end local 5 // int c
        26: .line 768
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment java.lang.Object int java.lang.Object int
      StackMap stack: java.lang.Throwable
            astore 11
        27: .line 769
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.unlock:()V
        28: .line 770
            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.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   29     0          this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$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/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            9   26     7         index  I
           10   26     8         first  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
           11   26     9             e  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$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=7, locals=16, args_size=1
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
         0: .line 774
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 1 /* oldTable */
        start local 1 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] oldTable
         1: .line 775
            aload 1 /* oldTable */
            arraylength
            istore 2 /* oldCapacity */
        start local 2 // int oldCapacity
         2: .line 776
            iload 2 /* oldCapacity */
            ldc 1073741824
            if_icmplt 4
         3: .line 777
            iconst_0
            ireturn
         4: .line 794
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] int
      StackMap stack:
            iload 2 /* oldCapacity */
            iconst_1
            ishl
            invokestatic org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.newArray:(I)[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 3 /* newTable */
        start local 3 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] newTable
         5: .line 795
            aload 0 /* this */
            aload 3 /* newTable */
            arraylength
            i2f
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.loadFactor:F
            fmul
            f2i
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.threshold:I
         6: .line 796
            aload 3 /* newTable */
            arraylength
            iconst_1
            isub
            istore 4 /* sizeMask */
        start local 4 // int sizeMask
         7: .line 797
            iconst_0
            istore 5 /* reduce */
        start local 5 // int reduce
         8: .line 798
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         9: goto 40
        10: .line 801
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] int org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] int int int
      StackMap stack:
            aload 1 /* oldTable */
            iload 6 /* i */
            aaload
            astore 7 /* e */
        start local 7 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
        11: .line 803
            aload 7 /* e */
            ifnull 39
        12: .line 804
            aload 7 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 8 /* next */
        start local 8 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry next
        13: .line 805
            aload 7 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            iload 4 /* sizeMask */
            iand
            istore 9 /* idx */
        start local 9 // int idx
        14: .line 808
            aload 8 /* next */
            ifnonnull 17
        15: .line 809
            aload 3 /* newTable */
            iload 9 /* idx */
            aload 7 /* e */
            aastore
        16: .line 810
            goto 39
        17: .line 814
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry int
      StackMap stack:
            aload 7 /* e */
            astore 10 /* lastRun */
        start local 10 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry lastRun
        18: .line 815
            iload 9 /* idx */
            istore 11 /* lastIdx */
        start local 11 // int lastIdx
        19: .line 816
            aload 8 /* next */
            astore 12 /* last */
        start local 12 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry last
        20: .line 817
            goto 26
        21: .line 819
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry int org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry
      StackMap stack:
            aload 12 /* last */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            iload 4 /* sizeMask */
            iand
            istore 13 /* k */
        start local 13 // int k
        22: .line 820
            iload 13 /* k */
            iload 11 /* lastIdx */
            if_icmpeq 25
        23: .line 821
            iload 13 /* k */
            istore 11 /* lastIdx */
        24: .line 822
            aload 12 /* last */
            astore 10 /* lastRun */
        end local 13 // int k
        25: .line 818
      StackMap locals:
      StackMap stack:
            aload 12 /* last */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 12 /* last */
        26: .line 817
      StackMap locals:
      StackMap stack:
            aload 12 /* last */
            ifnonnull 21
        end local 12 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry last
        27: .line 825
            aload 3 /* newTable */
            iload 11 /* lastIdx */
            aload 10 /* lastRun */
            aastore
        28: .line 827
            aload 7 /* e */
            astore 12 /* p */
        start local 12 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry p
        29: goto 38
        30: .line 829
      StackMap locals:
      StackMap stack:
            aload 12 /* p */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.key:()Ljava/lang/Object;
            astore 13 /* key */
        start local 13 // java.lang.Object key
        31: .line 830
            aload 13 /* key */
            ifnonnull 34
        32: .line 831
            iinc 5 /* reduce */ 1
        33: .line 832
            goto 37
        34: .line 834
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 12 /* p */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            iload 4 /* sizeMask */
            iand
            istore 14 /* k */
        start local 14 // int k
        35: .line 835
            aload 3 /* newTable */
            iload 14 /* k */
            aaload
            astore 15 /* n */
        start local 15 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry n
        36: .line 836
            aload 3 /* newTable */
            iload 14 /* k */
            aload 0 /* this */
            aload 13 /* key */
            aload 12 /* p */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            aload 15 /* n */
            aload 12 /* p */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.value:()Ljava/lang/Object;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.newHashEntry:(Ljava/lang/Object;ILorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;Ljava/lang/Object;)Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            aastore
        end local 15 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry n
        end local 14 // int k
        end local 13 // java.lang.Object key
        37: .line 827
      StackMap locals:
      StackMap stack:
            aload 12 /* p */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 12 /* p */
      StackMap locals:
      StackMap stack:
        38: aload 12 /* p */
            aload 10 /* lastRun */
            if_acmpne 30
        end local 12 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry p
        end local 11 // int lastIdx
        end local 10 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry lastRun
        end local 9 // int idx
        end local 8 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry next
        end local 7 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
        39: .line 798
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] int org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] int int int
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        40: iload 6 /* i */
            iload 2 /* oldCapacity */
            if_icmplt 10
        end local 6 // int i
        41: .line 841
            aload 0 /* this */
            aload 3 /* newTable */
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
        42: .line 842
            iload 5 /* reduce */
            ireturn
        end local 5 // int reduce
        end local 4 // int sizeMask
        end local 3 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] newTable
        end local 2 // int oldCapacity
        end local 1 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] oldTable
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   43     0         this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment<TK;TV;>;
            1   43     1     oldTable  [Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            2   43     2  oldCapacity  I
            5   43     3     newTable  [Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            7   43     4     sizeMask  I
            8   43     5       reduce  I
            9   41     6            i  I
           11   39     7            e  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
           13   39     8         next  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
           14   39     9          idx  I
           18   39    10      lastRun  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
           19   39    11      lastIdx  I
           20   27    12         last  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
           22   25    13            k  I
           29   39    12            p  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
           31   37    13          key  TK;
           35   37    14            k  I
           36   37    15            n  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;

  V remove(, int, , );
    descriptor: (Ljava/lang/Object;ILjava/lang/Object;Z)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=5, locals=17, args_size=5
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$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 refRemove
         0: .line 849
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.lock:()V
         1: .line 851
            iload 4 /* refRemove */
            ifne 3
         2: .line 852
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.removeStale:()V
         3: .line 854
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.count:I
            iconst_1
            isub
            istore 5 /* c */
        start local 5 // int c
         4: .line 855
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 6 /* tab */
        start local 6 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] tab
         5: .line 856
            iload 2 /* hash */
            aload 6 /* tab */
            arraylength
            iconst_1
            isub
            iand
            istore 7 /* index */
        start local 7 // int index
         6: .line 857
            aload 6 /* tab */
            iload 7 /* index */
            aaload
            astore 8 /* first */
        start local 8 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry first
         7: .line 858
            aload 8 /* first */
            astore 9 /* e */
        start local 9 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
         8: .line 860
            goto 10
         9: .line 862
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment java.lang.Object int java.lang.Object int int org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] int org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry
      StackMap stack:
            aload 9 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 9 /* e */
        10: .line 860
      StackMap locals:
      StackMap stack:
            aload 9 /* e */
            ifnull 12
            aload 1 /* key */
            aload 9 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.keyRef:Ljava/lang/Object;
            if_acmpeq 12
        11: .line 861
            iload 4 /* refRemove */
            ifne 9
            iload 2 /* hash */
            aload 9 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            if_icmpne 9
            aload 0 /* this */
            aload 1 /* key */
            aload 9 /* e */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.key:()Ljava/lang/Object;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.keyEq:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
        12: .line 865
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 10 /* oldValue */
        start local 10 // java.lang.Object oldValue
        13: .line 866
            aload 9 /* e */
            ifnull 30
        14: .line 867
            aload 9 /* e */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.value:()Ljava/lang/Object;
            astore 11 /* v */
        start local 11 // java.lang.Object v
        15: .line 868
            aload 3 /* value */
            ifnull 16
            aload 3 /* value */
            aload 11 /* v */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 30
        16: .line 869
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            aload 11 /* v */
            astore 10 /* oldValue */
        17: .line 873
            aload 0 /* this */
            dup
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.modCount:I
            iconst_1
            iadd
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.modCount:I
        18: .line 874
            aload 9 /* e */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 12 /* newFirst */
        start local 12 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry newFirst
        19: .line 875
            aload 8 /* first */
            astore 13 /* p */
        start local 13 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry p
        20: goto 27
        21: .line 876
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry
      StackMap stack:
            aload 13 /* p */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.key:()Ljava/lang/Object;
            astore 14 /* pKey */
        start local 14 // java.lang.Object pKey
        22: .line 877
            aload 14 /* pKey */
            ifnonnull 25
        23: .line 878
            iinc 5 /* c */ -1
        24: .line 879
            goto 26
        25: .line 882
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 14 /* pKey */
            aload 13 /* p */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            aload 12 /* newFirst */
            aload 13 /* p */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.value:()Ljava/lang/Object;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.newHashEntry:(Ljava/lang/Object;ILorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;Ljava/lang/Object;)Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 12 /* newFirst */
        end local 14 // java.lang.Object pKey
        26: .line 875
      StackMap locals:
      StackMap stack:
            aload 13 /* p */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 13 /* p */
      StackMap locals:
      StackMap stack:
        27: aload 13 /* p */
            aload 9 /* e */
            if_acmpne 21
        end local 13 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry p
        28: .line 884
            aload 6 /* tab */
            iload 7 /* index */
            aload 12 /* newFirst */
            aastore
        29: .line 885
            aload 0 /* this */
            iload 5 /* c */
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.count:I
        end local 12 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry newFirst
        end local 11 // java.lang.Object v
        30: .line 888
      StackMap locals:
      StackMap stack:
            aload 10 /* oldValue */
            astore 16
        31: .line 891
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.unlock:()V
        32: .line 888
            aload 16
            areturn
        end local 10 // java.lang.Object oldValue
        end local 9 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry e
        end local 8 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry first
        end local 7 // int index
        end local 6 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] tab
        end local 5 // int c
        33: .line 890
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment java.lang.Object int java.lang.Object int
      StackMap stack: java.lang.Throwable
            astore 15
        34: .line 891
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.unlock:()V
        35: .line 892
            aload 15
            athrow
        end local 4 // boolean refRemove
        end local 3 // java.lang.Object value
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   36     0       this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$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  refRemove  Z
            4   33     5          c  I
            5   33     6        tab  [Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            6   33     7      index  I
            7   33     8      first  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
            8   33     9          e  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
           13   33    10   oldValue  TV;
           15   30    11          v  TV;
           19   30    12   newFirst  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
           20   28    13          p  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$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      
      refRemove  

  final void removeStale();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
         0: .line 897
            goto 2
        start local 1 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$KeyReference ref
         1: .line 898
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$KeyReference
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ref */
            invokeinterface org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$KeyReference.keyRef:()Ljava/lang/Object;
            aload 1 /* ref */
            invokeinterface org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$KeyReference.keyHash:()I
            aconst_null
            iconst_1
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.remove:(Ljava/lang/Object;ILjava/lang/Object;Z)Ljava/lang/Object;
            pop
        end local 1 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$KeyReference ref
         2: .line 897
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.refQueue:Ljava/lang/ref/ReferenceQueue;
            invokevirtual java.lang.ref.ReferenceQueue.poll:()Ljava/lang/ref/Reference;
            checkcast org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$KeyReference
            dup
            astore 1 /* ref */
        start local 1 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$KeyReference ref
         3: ifnonnull 1
         4: .line 900
            return
        end local 1 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$KeyReference ref
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment<TK;TV;>;
            1    2     1   ref  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$KeyReference;
            3    5     1   ref  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$KeyReference;

  void clear();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
         0: .line 903
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.count:I
            ifeq 16
         1: .line 904
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.lock:()V
         2: .line 906
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
            astore 1 /* tab */
        start local 1 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] tab
         3: .line 907
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 908
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] int
      StackMap stack:
            aload 1 /* tab */
            iload 2 /* i */
            aconst_null
            aastore
         6: .line 907
            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 910
            aload 0 /* this */
            dup
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.modCount:I
            iconst_1
            iadd
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.modCount:I
         9: .line 912
            aload 0 /* this */
            new java.lang.ref.ReferenceQueue
            dup
            invokespecial java.lang.ref.ReferenceQueue.<init>:()V
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.refQueue:Ljava/lang/ref/ReferenceQueue;
        10: .line 913
            aload 0 /* this */
            iconst_0
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.count:I
        end local 1 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry[] tab
        11: .line 914
            goto 15
        12: .line 915
      StackMap locals: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment
      StackMap stack: java.lang.Throwable
            astore 3
        13: .line 916
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.unlock:()V
        14: .line 917
            aload 3
            athrow
        15: .line 916
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment.unlock:()V
        16: .line 919
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$Segment<TK;TV;>;
            3   11     1   tab  [Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$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: "ConcurrentReferenceHashMap.java"
NestHost: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
InnerClasses:
  final HashEntry = org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry of org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
  abstract KeyReference = org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$KeyReference of org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
  public final ReferenceType = org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType of org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
  final Segment = org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$Segment of org.hibernate.internal.util.collections.ConcurrentReferenceHashMap