final class org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment<K, V> extends java.util.concurrent.locks.ReentrantLock
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$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.BoundedConcurrentHashMap$HashEntry<K, V>[] table;
    descriptor: [Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
    flags: (0x00c0) ACC_VOLATILE, ACC_TRANSIENT
    Signature: [Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;

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

  final int evictCap;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final transient org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy<K, V> eviction;
    descriptor: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
    flags: (0x0090) ACC_FINAL, ACC_TRANSIENT
    Signature: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy<TK;TV;>;

  final transient org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionListener<K, V> evictionListener;
    descriptor: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionListener;
    flags: (0x0090) ACC_FINAL, ACC_TRANSIENT
    Signature: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionListener<TK;TV;>;

  void <init>(int, int, float, org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction, org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionListener<K, V>);
    descriptor: (IIFLorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Eviction;Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionListener;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
        start local 1 // int cap
        start local 2 // int evictCap
        start local 3 // float lf
        start local 4 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction es
        start local 5 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionListener listener
         0: .line 1226
            aload 0 /* this */
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
         1: .line 1227
            aload 0 /* this */
            fload 3 /* lf */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.loadFactor:F
         2: .line 1228
            aload 0 /* this */
            iload 2 /* evictCap */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.evictCap:I
         3: .line 1229
            aload 0 /* this */
            aload 4 /* es */
            aload 0 /* this */
            iload 2 /* evictCap */
            fload 3 /* lf */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction.make:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment;IF)Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
         4: .line 1230
            aload 0 /* this */
            aload 5 /* listener */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.evictionListener:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionListener;
         5: .line 1231
            aload 0 /* this */
            iload 1 /* cap */
            invokestatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.newArray:(I)[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.setTable:([Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;)V
         6: .line 1232
            return
        end local 5 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionListener listener
        end local 4 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction es
        end local 3 // float lf
        end local 2 // int evictCap
        end local 1 // int cap
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
            0    7     1       cap  I
            0    7     2  evictCap  I
            0    7     3        lf  F
            0    7     4        es  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Eviction;
            0    7     5  listener  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionListener<TK;TV;>;
    Signature: (IIFLorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Eviction;Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionListener<TK;TV;>;)V
    MethodParameters:
          Name  Flags
      cap       
      evictCap  
      lf        
      es        
      listener  

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

  org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionListener<K, V> getEvictionListener();
    descriptor: ()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionListener;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
         0: .line 1240
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.evictionListener:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionListener;
            areturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
    Signature: ()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionListener<TK;TV;>;

  void setTable(org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>[]);
    descriptor: ([Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
        start local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] newTable
         0: .line 1248
            aload 0 /* this */
            aload 1 /* newTable */
            arraylength
            i2f
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.loadFactor:F
            fmul
            f2i
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.threshold:I
         1: .line 1249
            aload 0 /* this */
            aload 1 /* newTable */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
         2: .line 1250
            return
        end local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] newTable
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
            0    3     1  newTable  [Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
    Signature: ([Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;)V
    MethodParameters:
          Name  Flags
      newTable  

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

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

  V get(, );
    descriptor: (Ljava/lang/Object;I)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=3
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
        start local 1 // java.lang.Object key
        start local 2 // int hash
         0: .line 1279
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.count:I
            istore 3 /* c */
        start local 3 // int c
         1: .line 1280
            iload 3 /* c */
            ifeq 19
         2: .line 1281
            aconst_null
            astore 4 /* result */
        start local 4 // java.lang.Object result
         3: .line 1282
            aload 0 /* this */
            iload 2 /* hash */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.getFirst:(I)Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 5 /* e */
        start local 5 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
         4: .line 1283
            goto 13
         5: .line 1284
      StackMap locals: int java.lang.Object org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
      StackMap stack:
            aload 5 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 12
            aload 1 /* key */
            aload 5 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.key:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
         6: .line 1285
            aload 5 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
            astore 6 /* v */
        start local 6 // java.lang.Object v
         7: .line 1286
            aload 6 /* v */
            ifnull 10
         8: .line 1287
            aload 6 /* v */
            astore 4 /* result */
         9: .line 1288
            goto 14
        10: .line 1290
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 5 /* e */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.readValueUnderLock:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;)Ljava/lang/Object;
            astore 4 /* result */
        11: .line 1291
            goto 14
        end local 6 // java.lang.Object v
        12: .line 1294
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 5 /* e */
        13: .line 1283
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            ifnonnull 5
        14: .line 1297
      StackMap locals:
      StackMap stack:
            aload 4 /* result */
            ifnull 18
        15: .line 1298
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            aload 5 /* e */
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.onEntryHit:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;)Z
            ifeq 18
        16: .line 1299
            aload 0 /* this */
            iconst_0
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.attemptEviction:(Z)Ljava/util/Set;
            astore 6 /* evicted */
        start local 6 // java.util.Set evicted
        17: .line 1300
            aload 0 /* this */
            aload 6 /* evicted */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.notifyEvictionListener:(Ljava/util/Set;)V
        end local 6 // java.util.Set evicted
        18: .line 1303
      StackMap locals:
      StackMap stack:
            aload 4 /* result */
            areturn
        end local 5 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
        end local 4 // java.lang.Object result
        19: .line 1305
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // int c
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
            0   20     1      key  Ljava/lang/Object;
            0   20     2     hash  I
            1   20     3        c  I
            3   19     4   result  TV;
            4   19     5        e  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
            7   12     6        v  TV;
           17   18     6  evicted  Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;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.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
        start local 1 // java.lang.Object key
        start local 2 // int hash
         0: .line 1309
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.count:I
            ifeq 7
         1: .line 1310
            aload 0 /* this */
            iload 2 /* hash */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.getFirst:(I)Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 3 /* e */
        start local 3 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
         2: .line 1311
            goto 6
         3: .line 1312
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
      StackMap stack:
            aload 3 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 5
            aload 1 /* key */
            aload 3 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.key:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 1313
            iconst_1
            ireturn
         5: .line 1315
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 3 /* e */
         6: .line 1311
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            ifnonnull 3
        end local 3 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
         7: .line 1318
      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.BoundedConcurrentHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
            0    8     1   key  Ljava/lang/Object;
            0    8     2  hash  I
            2    7     3     e  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$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.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
        start local 1 // java.lang.Object value
         0: .line 1322
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.count:I
            ifeq 16
         1: .line 1323
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 2 /* tab */
        start local 2 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] tab
         2: .line 1324
            aload 2 /* tab */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         3: .line 1325
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 15
         5: .line 1326
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] int int
      StackMap stack:
            aload 2 /* tab */
            iload 4 /* i */
            aaload
            astore 5 /* e */
        start local 5 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
         6: goto 13
         7: .line 1327
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
      StackMap stack:
            aload 5 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
            astore 6 /* v */
        start local 6 // java.lang.Object v
         8: .line 1328
            aload 6 /* v */
            ifnonnull 10
         9: .line 1329
            aload 0 /* this */
            aload 5 /* e */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.readValueUnderLock:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;)Ljava/lang/Object;
            astore 6 /* v */
        10: .line 1331
      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 1332
            iconst_1
            ireturn
        end local 6 // java.lang.Object v
        12: .line 1326
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 5 /* e */
      StackMap locals:
      StackMap stack:
        13: aload 5 /* e */
            ifnonnull 7
        end local 5 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
        14: .line 1325
            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.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] tab
        16: .line 1337
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
            0   17     1  value  Ljava/lang/Object;
            2   16     2    tab  [Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            3   16     3    len  I
            4   16     4      i  I
            6   14     5      e  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$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=10, args_size=5
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$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 1341
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.lock:()V
         1: .line 1342
            aconst_null
            astore 5 /* evicted */
        start local 5 // java.util.Set evicted
         2: .line 1344
            aload 0 /* this */
            iload 2 /* hash */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.getFirst:(I)Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 6 /* e */
        start local 6 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
         3: .line 1345
            goto 5
         4: .line 1346
      StackMap locals: java.util.Set org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
      StackMap stack:
            aload 6 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 6 /* e */
         5: .line 1345
      StackMap locals:
      StackMap stack:
            aload 6 /* e */
            ifnull 6
            aload 6 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 4
            aload 1 /* key */
            aload 6 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.key:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
         6: .line 1349
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* replaced */
        start local 7 // boolean replaced
         7: .line 1350
            aload 6 /* e */
            ifnull 12
            aload 3 /* oldValue */
            aload 6 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
         8: .line 1351
            iconst_1
            istore 7 /* replaced */
         9: .line 1352
            aload 6 /* e */
            aload 4 /* newValue */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
        10: .line 1353
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            aload 6 /* e */
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.onEntryHit:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;)Z
            ifeq 12
        11: .line 1354
            aload 0 /* this */
            iconst_1
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.attemptEviction:(Z)Ljava/util/Set;
            astore 5 /* evicted */
        12: .line 1357
      StackMap locals: int
      StackMap stack:
            iload 7 /* replaced */
            istore 9
        13: .line 1359
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.unlock:()V
        14: .line 1360
            aload 0 /* this */
            aload 5 /* evicted */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.notifyEvictionListener:(Ljava/util/Set;)V
        15: .line 1357
            iload 9
            ireturn
        end local 7 // boolean replaced
        end local 6 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
        16: .line 1358
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment java.lang.Object int java.lang.Object java.lang.Object java.util.Set
      StackMap stack: java.lang.Throwable
            astore 8
        17: .line 1359
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.unlock:()V
        18: .line 1360
            aload 0 /* this */
            aload 5 /* evicted */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.notifyEvictionListener:(Ljava/util/Set;)V
        19: .line 1361
            aload 8
            athrow
        end local 5 // java.util.Set evicted
        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.BoundedConcurrentHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0      this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
            0   20     1       key  TK;
            0   20     2      hash  I
            0   20     3  oldValue  TV;
            0   20     4  newValue  TV;
            2   20     5   evicted  Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;
            3   16     6         e  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
            7   16     7  replaced  Z
      Exception table:
        from    to  target  type
           2    13      16  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=9, args_size=4
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
        start local 1 // java.lang.Object key
        start local 2 // int hash
        start local 3 // java.lang.Object newValue
         0: .line 1365
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.lock:()V
         1: .line 1366
            aconst_null
            astore 4 /* evicted */
        start local 4 // java.util.Set evicted
         2: .line 1368
            aload 0 /* this */
            iload 2 /* hash */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.getFirst:(I)Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 5 /* e */
        start local 5 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
         3: .line 1369
            goto 5
         4: .line 1370
      StackMap locals: java.util.Set org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
      StackMap stack:
            aload 5 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 5 /* e */
         5: .line 1369
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            ifnull 6
            aload 5 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 4
            aload 1 /* key */
            aload 5 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.key:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
         6: .line 1373
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* oldValue */
        start local 6 // java.lang.Object oldValue
         7: .line 1374
            aload 5 /* e */
            ifnull 12
         8: .line 1375
            aload 5 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
            astore 6 /* oldValue */
         9: .line 1376
            aload 5 /* e */
            aload 3 /* newValue */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
        10: .line 1377
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            aload 5 /* e */
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.onEntryHit:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;)Z
            ifeq 12
        11: .line 1378
            aload 0 /* this */
            iconst_1
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.attemptEviction:(Z)Ljava/util/Set;
            astore 4 /* evicted */
        12: .line 1381
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 6 /* oldValue */
            astore 8
        13: .line 1383
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.unlock:()V
        14: .line 1384
            aload 0 /* this */
            aload 4 /* evicted */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.notifyEvictionListener:(Ljava/util/Set;)V
        15: .line 1381
            aload 8
            areturn
        end local 6 // java.lang.Object oldValue
        end local 5 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
        16: .line 1382
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment java.lang.Object int java.lang.Object java.util.Set
      StackMap stack: java.lang.Throwable
            astore 7
        17: .line 1383
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.unlock:()V
        18: .line 1384
            aload 0 /* this */
            aload 4 /* evicted */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.notifyEvictionListener:(Ljava/util/Set;)V
        19: .line 1385
            aload 7
            athrow
        end local 4 // java.util.Set evicted
        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.BoundedConcurrentHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0      this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
            0   20     1       key  TK;
            0   20     2      hash  I
            0   20     3  newValue  TV;
            2   20     4   evicted  Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;
            3   16     5         e  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
            7   16     6  oldValue  TV;
      Exception table:
        from    to  target  type
           2    13      16  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=15, args_size=5
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$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 1389
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.lock:()V
         1: .line 1390
            aconst_null
            astore 5 /* evicted */
        start local 5 // java.util.Set evicted
         2: .line 1392
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.count:I
            istore 6 /* c */
        start local 6 // int c
         3: .line 1393
            iload 6 /* c */
            iinc 6 /* c */ 1
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.threshold:I
            if_icmple 5
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.strategy:()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Eviction;
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction.NONE:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Eviction;
            if_acmpne 5
         4: .line 1394
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.rehash:()V
         5: .line 1396
      StackMap locals: java.util.Set int
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 7 /* tab */
        start local 7 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] tab
         6: .line 1397
            iload 2 /* hash */
            aload 7 /* tab */
            arraylength
            iconst_1
            isub
            iand
            istore 8 /* index */
        start local 8 // int index
         7: .line 1398
            aload 7 /* tab */
            iload 8 /* index */
            aaload
            astore 9 /* first */
        start local 9 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry first
         8: .line 1399
            aload 9 /* first */
            astore 10 /* e */
        start local 10 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
         9: .line 1400
            goto 11
        10: .line 1401
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment java.lang.Object int java.lang.Object int java.util.Set int org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] int org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
      StackMap stack:
            aload 10 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 10 /* e */
        11: .line 1400
      StackMap locals:
      StackMap stack:
            aload 10 /* e */
            ifnull 12
            aload 10 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 10
            aload 1 /* key */
            aload 10 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.key:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
        12: .line 1405
      StackMap locals:
      StackMap stack:
            aload 10 /* e */
            ifnull 18
        13: .line 1406
            aload 10 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
            astore 11 /* oldValue */
        start local 11 // java.lang.Object oldValue
        14: .line 1407
            iload 4 /* onlyIfAbsent */
            ifne 34
        15: .line 1408
            aload 10 /* e */
            aload 3 /* value */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
        16: .line 1409
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            aload 10 /* e */
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.onEntryHit:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;)Z
            pop
        17: .line 1411
            goto 34
        end local 11 // java.lang.Object oldValue
        18: .line 1412
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 11 /* oldValue */
        start local 11 // java.lang.Object oldValue
        19: .line 1413
            aload 0 /* this */
            dup
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.modCount:I
            iconst_1
            iadd
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.modCount:I
        20: .line 1414
            aload 0 /* this */
            iload 6 /* c */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.count:I
        21: .line 1415
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.strategy:()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Eviction;
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction.NONE:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Eviction;
            if_acmpeq 33
        22: .line 1416
            iload 6 /* c */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.evictCap:I
            if_icmple 25
        23: .line 1418
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.execute:()Ljava/util/Set;
            astore 5 /* evicted */
        24: .line 1420
            aload 7 /* tab */
            iload 8 /* index */
            aaload
            astore 9 /* first */
        25: .line 1423
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 7 /* tab */
            iload 8 /* index */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            aload 1 /* key */
            iload 2 /* hash */
            aload 9 /* first */
            aload 3 /* value */
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.createNewEntry:(Ljava/lang/Object;ILorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;Ljava/lang/Object;)Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            aastore
        26: .line 1425
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            aload 7 /* tab */
            iload 8 /* index */
            aaload
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.onEntryMiss:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;)Ljava/util/Set;
            astore 12 /* newlyEvicted */
        start local 12 // java.util.Set newlyEvicted
        27: .line 1426
            aload 12 /* newlyEvicted */
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 34
        28: .line 1427
            aload 5 /* evicted */
            ifnull 31
        29: .line 1428
            aload 5 /* evicted */
            aload 12 /* newlyEvicted */
            invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
            pop
        30: .line 1429
            goto 34
        31: .line 1430
      StackMap locals: java.util.Set
      StackMap stack:
            aload 12 /* newlyEvicted */
            astore 5 /* evicted */
        end local 12 // java.util.Set newlyEvicted
        32: .line 1433
            goto 34
        33: .line 1434
      StackMap locals:
      StackMap stack:
            aload 7 /* tab */
            iload 8 /* index */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            aload 1 /* key */
            iload 2 /* hash */
            aload 9 /* first */
            aload 3 /* value */
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.createNewEntry:(Ljava/lang/Object;ILorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;Ljava/lang/Object;)Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            aastore
        34: .line 1437
      StackMap locals:
      StackMap stack:
            aload 11 /* oldValue */
            astore 14
        35: .line 1439
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.unlock:()V
        36: .line 1440
            aload 0 /* this */
            aload 5 /* evicted */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.notifyEvictionListener:(Ljava/util/Set;)V
        37: .line 1437
            aload 14
            areturn
        end local 11 // java.lang.Object oldValue
        end local 10 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
        end local 9 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry first
        end local 8 // int index
        end local 7 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] tab
        end local 6 // int c
        38: .line 1438
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment java.lang.Object int java.lang.Object int java.util.Set
      StackMap stack: java.lang.Throwable
            astore 13
        39: .line 1439
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.unlock:()V
        40: .line 1440
            aload 0 /* this */
            aload 5 /* evicted */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.notifyEvictionListener:(Ljava/util/Set;)V
        41: .line 1441
            aload 13
            athrow
        end local 5 // java.util.Set evicted
        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.BoundedConcurrentHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   42     0          this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
            0   42     1           key  TK;
            0   42     2          hash  I
            0   42     3         value  TV;
            0   42     4  onlyIfAbsent  Z
            2   42     5       evicted  Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;
            3   38     6             c  I
            6   38     7           tab  [Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            7   38     8         index  I
            8   38     9         first  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
            9   38    10             e  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
           14   18    11      oldValue  TV;
           19   38    11      oldValue  TV;
           27   32    12  newlyEvicted  Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;
      Exception table:
        from    to  target  type
           2    35      38  any
    Signature: (TK;ITV;Z)TV;
    MethodParameters:
              Name  Flags
      key           
      hash          
      value         
      onlyIfAbsent  

  void rehash();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=14, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
         0: .line 1445
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 1 /* oldTable */
        start local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] oldTable
         1: .line 1446
            aload 1 /* oldTable */
            arraylength
            istore 2 /* oldCapacity */
        start local 2 // int oldCapacity
         2: .line 1447
            iload 2 /* oldCapacity */
            ldc 1073741824
            if_icmplt 4
         3: .line 1448
            return
         4: .line 1465
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] int
      StackMap stack:
            iload 2 /* oldCapacity */
            iconst_1
            ishl
            invokestatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.newArray:(I)[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 3 /* newTable */
        start local 3 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] newTable
         5: .line 1466
            aload 0 /* this */
            aload 3 /* newTable */
            arraylength
            i2f
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.loadFactor:F
            fmul
            f2i
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.threshold:I
         6: .line 1467
            aload 3 /* newTable */
            arraylength
            iconst_1
            isub
            istore 4 /* sizeMask */
        start local 4 // int sizeMask
         7: .line 1468
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: goto 35
         9: .line 1471
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] int int
      StackMap stack:
            aload 1 /* oldTable */
            iload 5 /* i */
            aaload
            astore 6 /* e */
        start local 6 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
        10: .line 1473
            aload 6 /* e */
            ifnull 34
        11: .line 1474
            aload 6 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 7 /* next */
        start local 7 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry next
        12: .line 1475
            aload 6 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.hash:I
            iload 4 /* sizeMask */
            iand
            istore 8 /* idx */
        start local 8 // int idx
        13: .line 1478
            aload 7 /* next */
            ifnonnull 16
        14: .line 1479
            aload 3 /* newTable */
            iload 8 /* idx */
            aload 6 /* e */
            aastore
        15: .line 1480
            goto 34
        16: .line 1482
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry int
      StackMap stack:
            aload 6 /* e */
            astore 9 /* lastRun */
        start local 9 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry lastRun
        17: .line 1483
            iload 8 /* idx */
            istore 10 /* lastIdx */
        start local 10 // int lastIdx
        18: .line 1484
            aload 7 /* next */
            astore 11 /* last */
        start local 11 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry last
        19: .line 1485
            goto 25
        20: .line 1487
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry int org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
      StackMap stack:
            aload 11 /* last */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.hash:I
            iload 4 /* sizeMask */
            iand
            istore 12 /* k */
        start local 12 // int k
        21: .line 1488
            iload 12 /* k */
            iload 10 /* lastIdx */
            if_icmpeq 24
        22: .line 1489
            iload 12 /* k */
            istore 10 /* lastIdx */
        23: .line 1490
            aload 11 /* last */
            astore 9 /* lastRun */
        end local 12 // int k
        24: .line 1486
      StackMap locals:
      StackMap stack:
            aload 11 /* last */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 11 /* last */
        25: .line 1485
      StackMap locals:
      StackMap stack:
            aload 11 /* last */
            ifnonnull 20
        end local 11 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry last
        26: .line 1493
            aload 3 /* newTable */
            iload 10 /* lastIdx */
            aload 9 /* lastRun */
            aastore
        27: .line 1496
            aload 6 /* e */
            astore 11 /* p */
        start local 11 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry p
        28: goto 33
        29: .line 1497
      StackMap locals:
      StackMap stack:
            aload 11 /* p */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.hash:I
            iload 4 /* sizeMask */
            iand
            istore 12 /* k */
        start local 12 // int k
        30: .line 1498
            aload 3 /* newTable */
            iload 12 /* k */
            aaload
            astore 13 /* n */
        start local 13 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry n
        31: .line 1499
            aload 3 /* newTable */
            iload 12 /* k */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            aload 11 /* p */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.key:Ljava/lang/Object;
            aload 11 /* p */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.hash:I
            aload 13 /* n */
            aload 11 /* p */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.createNewEntry:(Ljava/lang/Object;ILorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;Ljava/lang/Object;)Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            aastore
        end local 13 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry n
        end local 12 // int k
        32: .line 1496
            aload 11 /* p */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 11 /* p */
      StackMap locals:
      StackMap stack:
        33: aload 11 /* p */
            aload 9 /* lastRun */
            if_acmpne 29
        end local 11 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry p
        end local 10 // int lastIdx
        end local 9 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry lastRun
        end local 8 // int idx
        end local 7 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry next
        end local 6 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
        34: .line 1468
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] int org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] int int
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 5 /* i */
            iload 2 /* oldCapacity */
            if_icmplt 9
        end local 5 // int i
        36: .line 1504
            aload 0 /* this */
            aload 3 /* newTable */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
        37: .line 1505
            return
        end local 4 // int sizeMask
        end local 3 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] newTable
        end local 2 // int oldCapacity
        end local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] oldTable
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   38     0         this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
            1   38     1     oldTable  [Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            2   38     2  oldCapacity  I
            5   38     3     newTable  [Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            7   38     4     sizeMask  I
            8   36     5            i  I
           10   34     6            e  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
           12   34     7         next  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
           13   34     8          idx  I
           17   34     9      lastRun  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
           18   34    10      lastIdx  I
           19   26    11         last  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
           21   24    12            k  I
           28   34    11            p  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
           30   32    12            k  I
           31   32    13            n  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;

  V remove(, int, );
    descriptor: (Ljava/lang/Object;ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=5, locals=15, args_size=4
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
        start local 1 // java.lang.Object key
        start local 2 // int hash
        start local 3 // java.lang.Object value
         0: .line 1511
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.lock:()V
         1: .line 1513
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.count:I
            iconst_1
            isub
            istore 4 /* c */
        start local 4 // int c
         2: .line 1514
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 5 /* tab */
        start local 5 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] tab
         3: .line 1515
            iload 2 /* hash */
            aload 5 /* tab */
            arraylength
            iconst_1
            isub
            iand
            istore 6 /* index */
        start local 6 // int index
         4: .line 1516
            aload 5 /* tab */
            iload 6 /* index */
            aaload
            astore 7 /* first */
        start local 7 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry first
         5: .line 1517
            aload 7 /* first */
            astore 8 /* e */
        start local 8 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
         6: .line 1518
            goto 8
         7: .line 1519
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment java.lang.Object int java.lang.Object int org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] int org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
      StackMap stack:
            aload 8 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 8 /* e */
         8: .line 1518
      StackMap locals:
      StackMap stack:
            aload 8 /* e */
            ifnull 9
            aload 8 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.hash:I
            iload 2 /* hash */
            if_icmpne 7
            aload 1 /* key */
            aload 8 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.key:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         9: .line 1522
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 9 /* oldValue */
        start local 9 // java.lang.Object oldValue
        10: .line 1523
            aload 8 /* e */
            ifnull 26
        11: .line 1524
            aload 8 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
            astore 10 /* v */
        start local 10 // java.lang.Object v
        12: .line 1525
            aload 3 /* value */
            ifnull 13
            aload 3 /* value */
            aload 10 /* v */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 26
        13: .line 1526
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            aload 10 /* v */
            astore 9 /* oldValue */
        14: .line 1530
            aload 0 /* this */
            dup
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.modCount:I
            iconst_1
            iadd
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.modCount:I
        15: .line 1533
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            aload 8 /* e */
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.onEntryRemove:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;)V
        16: .line 1535
            aload 8 /* e */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 11 /* newFirst */
        start local 11 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry newFirst
        17: .line 1536
            aload 7 /* first */
            astore 12 /* p */
        start local 12 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry p
        18: goto 23
        19: .line 1539
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            aload 12 /* p */
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.onEntryRemove:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;)V
        20: .line 1540
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            aload 12 /* p */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.key:Ljava/lang/Object;
            aload 12 /* p */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.hash:I
            aload 11 /* newFirst */
            aload 12 /* p */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.createNewEntry:(Ljava/lang/Object;ILorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;Ljava/lang/Object;)Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 11 /* newFirst */
        21: .line 1542
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            aload 11 /* newFirst */
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.onEntryMiss:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;)Ljava/util/Set;
            pop
        22: .line 1536
            aload 12 /* p */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 12 /* p */
      StackMap locals:
      StackMap stack:
        23: aload 12 /* p */
            aload 8 /* e */
            if_acmpne 19
        end local 12 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry p
        24: .line 1545
            aload 5 /* tab */
            iload 6 /* index */
            aload 11 /* newFirst */
            aastore
        25: .line 1546
            aload 0 /* this */
            iload 4 /* c */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.count:I
        end local 11 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry newFirst
        end local 10 // java.lang.Object v
        26: .line 1549
      StackMap locals:
      StackMap stack:
            aload 9 /* oldValue */
            astore 14
        27: .line 1551
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.unlock:()V
        28: .line 1549
            aload 14
            areturn
        end local 9 // java.lang.Object oldValue
        end local 8 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry e
        end local 7 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry first
        end local 6 // int index
        end local 5 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] tab
        end local 4 // int c
        29: .line 1550
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment java.lang.Object int java.lang.Object
      StackMap stack: java.lang.Throwable
            astore 13
        30: .line 1551
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.unlock:()V
        31: .line 1552
            aload 13
            athrow
        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.BoundedConcurrentHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   32     0      this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
            0   32     1       key  Ljava/lang/Object;
            0   32     2      hash  I
            0   32     3     value  Ljava/lang/Object;
            2   29     4         c  I
            3   29     5       tab  [Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            4   29     6     index  I
            5   29     7     first  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
            6   29     8         e  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
           10   29     9  oldValue  TV;
           12   26    10         v  TV;
           17   26    11  newFirst  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
           18   24    12         p  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
      Exception table:
        from    to  target  type
           1    27      29  any
    Signature: (Ljava/lang/Object;ILjava/lang/Object;)TV;
    MethodParameters:
       Name  Flags
      key    
      hash   
      value  

  void clear();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
         0: .line 1556
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.count:I
            ifeq 16
         1: .line 1557
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.lock:()V
         2: .line 1559
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.table:[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            astore 1 /* tab */
        start local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] tab
         3: .line 1560
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 1561
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] int
      StackMap stack:
            aload 1 /* tab */
            iload 2 /* i */
            aconst_null
            aastore
         6: .line 1560
            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 1563
            aload 0 /* this */
            dup
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.modCount:I
            iconst_1
            iadd
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.modCount:I
         9: .line 1564
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.clear:()V
        10: .line 1565
            aload 0 /* this */
            iconst_0
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.count:I
        end local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry[] tab
        11: .line 1566
            goto 15
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment
      StackMap stack: java.lang.Throwable
        12: astore 3
        13: .line 1567
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.unlock:()V
        14: .line 1568
            aload 3
            athrow
        15: .line 1567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.unlock:()V
        16: .line 1570
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
            3   11     1   tab  [Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            4    8     2     i  I
      Exception table:
        from    to  target  type
           2    12      12  any

  private java.util.Set<org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>> attemptEviction(boolean);
    descriptor: (Z)Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=5, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
        start local 1 // boolean lockedAlready
         0: .line 1573
            aconst_null
            astore 2 /* evicted */
        start local 2 // java.util.Set evicted
         1: .line 1574
            iload 1 /* lockedAlready */
            ifne 2
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.tryLock:()Z
            ifne 2
            iconst_0
            goto 3
      StackMap locals: java.util.Set
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* obtainedLock */
        start local 3 // boolean obtainedLock
         4: .line 1575
            iload 3 /* obtainedLock */
            ifne 7
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.thresholdExpired:()Z
            ifeq 7
         5: .line 1576
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.lock:()V
         6: .line 1577
            iconst_1
            istore 3 /* obtainedLock */
         7: .line 1579
      StackMap locals: int
      StackMap stack:
            iload 3 /* obtainedLock */
            ifeq 17
         8: .line 1581
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.thresholdExpired:()Z
            ifeq 15
         9: .line 1582
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.eviction:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionPolicy;
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy.execute:()Ljava/util/Set;
            astore 2 /* evicted */
        10: .line 1584
            goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: astore 4
        12: .line 1585
            iload 1 /* lockedAlready */
            ifne 14
        13: .line 1586
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.unlock:()V
        14: .line 1588
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 4
            athrow
        15: .line 1585
      StackMap locals:
      StackMap stack:
            iload 1 /* lockedAlready */
            ifne 17
        16: .line 1586
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.unlock:()V
        17: .line 1590
      StackMap locals:
      StackMap stack:
            aload 2 /* evicted */
            areturn
        end local 3 // boolean obtainedLock
        end local 2 // java.util.Set evicted
        end local 1 // boolean lockedAlready
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
            0   18     1  lockedAlready  Z
            1   18     2        evicted  Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;
            4   18     3   obtainedLock  Z
      Exception table:
        from    to  target  type
           8    11      11  any
    Signature: (Z)Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;
    MethodParameters:
               Name  Flags
      lockedAlready  

  private void notifyEvictionListener(java.util.Set<org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
        start local 1 // java.util.Set evicted
         0: .line 1595
            aload 1 /* evicted */
            ifnull 12
         1: .line 1597
            aload 1 /* evicted */
            invokeinterface java.util.Set.size:()I
            iconst_1
            if_icmpne 5
         2: .line 1598
            aload 1 /* evicted */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
            astore 3 /* evictedEntry */
        start local 3 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry evictedEntry
         3: .line 1599
            aload 3 /* evictedEntry */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.key:Ljava/lang/Object;
            aload 3 /* evictedEntry */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
            invokestatic java.util.Collections.singletonMap:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
            astore 2 /* evictedCopy */
        end local 3 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry evictedEntry
        start local 2 // java.util.Map evictedCopy
         4: .line 1600
            goto 11
        end local 2 // java.util.Map evictedCopy
         5: .line 1601
      StackMap locals:
      StackMap stack:
            new java.util.HashMap
            dup
            aload 1 /* evicted */
            invokeinterface java.util.Set.size:()I
            invokespecial java.util.HashMap.<init>:(I)V
            astore 2 /* evictedCopy */
        start local 2 // java.util.Map evictedCopy
         6: .line 1602
            aload 1 /* evicted */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 9
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment java.util.Set java.util.Map top java.util.Iterator
      StackMap stack:
         7: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
            astore 3 /* he */
        start local 3 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry he
         8: .line 1603
            aload 2 /* evictedCopy */
            aload 3 /* he */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.key:Ljava/lang/Object;
            aload 3 /* he */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry he
         9: .line 1602
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        10: .line 1605
            aload 2 /* evictedCopy */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            astore 2 /* evictedCopy */
        11: .line 1607
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment java.util.Set java.util.Map
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment.evictionListener:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$EvictionListener;
            aload 2 /* evictedCopy */
            invokeinterface org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionListener.onEntryEviction:(Ljava/util/Map;)V
        end local 2 // java.util.Map evictedCopy
        12: .line 1609
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.Set evicted
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Segment<TK;TV;>;
            0   13     1       evicted  Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;
            4    5     2   evictedCopy  Ljava/util/Map<TK;TV;>;
            6   12     2   evictedCopy  Ljava/util/Map<TK;TV;>;
            3    4     3  evictedEntry  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
            8    9     3            he  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
    Signature: (Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;)V
    MethodParameters:
         Name  Flags
      evicted  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/util/concurrent/locks/ReentrantLock;
SourceFile: "BoundedConcurrentHashMap.java"
NestHost: org.hibernate.internal.util.collections.BoundedConcurrentHashMap
InnerClasses:
  public abstract Eviction = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Eviction of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  public abstract EvictionListener = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionListener of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  public abstract EvictionPolicy = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$EvictionPolicy of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  private HashEntry = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  final Segment = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Segment of org.hibernate.internal.util.collections.BoundedConcurrentHashMap