final class org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry<K, V> extends org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry
  super_class: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
{
  private org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry<K, V> previousInStack;
    descriptor: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry<K, V> nextInStack;
    descriptor: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry<K, V> previousInQueue;
    descriptor: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry<K, V> nextInQueue;
    descriptor: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  volatile org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency state;
    descriptor: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
    flags: (0x0040) ACC_VOLATILE
    Signature: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;

  org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS<K, V> owner;
    descriptor: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
    flags: (0x0000) 
    Signature: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS<TK;TV;>;

  private static volatile int[] $SWITCH_TABLE$org$hibernate$internal$util$collections$BoundedConcurrentHashMap$Recency;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  void <init>(org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS<K, V>, K, int, org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>, );
    descriptor: (Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;Ljava/lang/Object;ILorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
        start local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS owner
        start local 2 // java.lang.Object key
        start local 3 // int hash
        start local 4 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry next
        start local 5 // java.lang.Object value
         0: .line 560
            aload 0 /* this */
            aload 2 /* key */
            iload 3 /* hash */
            aload 4 /* next */
            aload 5 /* value */
            invokespecial org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.<init>:(Ljava/lang/Object;ILorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;Ljava/lang/Object;)V
         1: .line 561
            aload 0 /* this */
            aload 1 /* owner */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
         2: .line 562
            aload 0 /* this */
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.HIR_RESIDENT:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.state:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
         3: .line 565
            aload 0 /* this */
            aload 0 /* this */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         4: .line 566
            aload 0 /* this */
            aload 0 /* this */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         5: .line 567
            aload 0 /* this */
            aload 0 /* this */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         6: .line 568
            aload 0 /* this */
            aload 0 /* this */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         7: .line 569
            return
        end local 5 // java.lang.Object value
        end local 4 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry next
        end local 3 // int hash
        end local 2 // java.lang.Object key
        end local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS owner
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
            0    8     1  owner  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS<TK;TV;>;
            0    8     2    key  TK;
            0    8     3   hash  I
            0    8     4   next  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
            0    8     5  value  TV;
    Signature: (Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS<TK;TV;>;TK;ILorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;TV;)V
    MethodParameters:
       Name  Flags
      owner  
      key    
      hash   
      next   
      value  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 573
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         1: .line 574
            iload 1 /* result */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.hash:I
            iadd
            istore 1 /* result */
         2: .line 575
            iload 1 /* result */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.key:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
         3: .line 576
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
            1    4     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
        start local 1 // java.lang.Object o
         0: .line 582
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 583
            iconst_1
            ireturn
         2: .line 585
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnonnull 4
         3: .line 586
            iconst_0
            ireturn
         4: .line 588
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
            astore 2 /* other */
        start local 2 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry other
         5: .line 589
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.hash:I
            aload 2 /* other */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.hash:I
            if_icmpne 6
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.key:Ljava/lang/Object;
            aload 2 /* other */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.key:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry other
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
            0    7     1      o  Ljava/lang/Object;
            5    7     2  other  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<**>;
    MethodParameters:
      Name  Flags
      o     

  public boolean inStack();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 596
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  public boolean inQueue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 603
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  public void hit(java.util.Set<org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
        start local 1 // java.util.Set evicted
         0: .line 610
            invokestatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.$SWITCH_TABLE$org$hibernate$internal$util$collections$BoundedConcurrentHashMap$Recency:()[I
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.state:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 3
                    2: 1
                    3: 5
              default: 6
          }
         1: .line 612
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* evicted */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.hotHit:(Ljava/util/Set;)V
         2: .line 613
            goto 7
         3: .line 615
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* evicted */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.coldHit:(Ljava/util/Set;)V
         4: .line 616
            goto 7
         5: .line 618
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Can't hit a non-resident entry!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 620
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Hit with unknown status: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.state:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         7: .line 622
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.Set evicted
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
            0    8     1  evicted  Ljava/util/Set<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  

  private void hotHit(java.util.Set<org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
        start local 1 // java.util.Set evicted
         0: .line 633
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.stackBottom:()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* onBottom */
        start local 2 // boolean onBottom
         3: .line 634
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.moveToStackTop:()V
         4: .line 638
            iload 2 /* onBottom */
            ifeq 6
         5: .line 639
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            aload 1 /* evicted */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.pruneStack:(Ljava/util/Set;)V
         6: .line 641
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // boolean onBottom
        end local 1 // java.util.Set evicted
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
            0    7     1   evicted  Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;
            3    7     2  onBottom  Z
    Signature: (Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;)V
    MethodParameters:
         Name  Flags
      evicted  

  private void coldHit(java.util.Set<org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
        start local 1 // java.util.Set evicted
         0: .line 652
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.inStack:()Z
            istore 2 /* inStack */
        start local 2 // boolean inStack
         1: .line 653
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.moveToStackTop:()V
         2: .line 656
            iload 2 /* inStack */
            ifeq 8
         3: .line 658
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.hot:()V
         4: .line 661
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.removeFromQueue:()V
         5: .line 665
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.stackBottom:()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.migrateToQueue:()V
         6: .line 668
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            aload 1 /* evicted */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.pruneStack:(Ljava/util/Set;)V
         7: .line 669
            goto 9
         8: .line 672
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.moveToQueueEnd:()V
         9: .line 674
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean inStack
        end local 1 // java.util.Set evicted
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
            0   10     1  evicted  Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;
            1   10     2  inStack  Z
    Signature: (Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;)V
    MethodParameters:
         Name  Flags
      evicted  

  private java.util.Set<org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>> miss();
    descriptor: ()Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 682
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            astore 1 /* evicted */
        start local 1 // java.util.Set evicted
         1: .line 683
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.hotSize:I
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.maximumHotSize:I
            if_icmpge 4
         2: .line 684
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.warmupMiss:()V
         3: .line 685
            goto 6
         4: .line 686
      StackMap locals: java.util.Set
      StackMap stack:
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 1 /* evicted */
         5: .line 687
            aload 0 /* this */
            aload 1 /* evicted */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.fullMiss:(Ljava/util/Set;)V
         6: .line 691
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            dup
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.size:I
            iconst_1
            iadd
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.size:I
         7: .line 692
            aload 1 /* evicted */
            areturn
        end local 1 // java.util.Set evicted
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
            1    8     1  evicted  Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;
    Signature: ()Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;

  private void warmupMiss();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 702
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.hot:()V
         1: .line 703
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.moveToStackTop:()V
         2: .line 704
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private void fullMiss(java.util.Set<org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry<K, V>>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
        start local 1 // java.util.Set evicted
         0: .line 716
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.size:I
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.maximumSize:I
            if_icmplt 3
         1: .line 719
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.queueFront:()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            astore 2 /* evictedNode */
        start local 2 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry evictedNode
         2: .line 720
            aload 1 /* evicted */
            aload 2 /* evictedNode */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry evictedNode
         3: .line 725
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.inStack:()Z
            istore 2 /* inStack */
        start local 2 // boolean inStack
         4: .line 726
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.moveToStackTop:()V
         5: .line 729
            iload 2 /* inStack */
            ifeq 10
         6: .line 733
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.hot:()V
         7: .line 734
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.stackBottom:()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.migrateToQueue:()V
         8: .line 735
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            aload 1 /* evicted */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.pruneStack:(Ljava/util/Set;)V
         9: .line 736
            goto 11
        10: .line 739
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.cold:()V
        11: .line 741
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean inStack
        end local 1 // java.util.Set evicted
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
            0   12     1      evicted  Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;
            2    3     2  evictedNode  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
            4   12     2      inStack  Z
    Signature: (Ljava/util/Set<Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;>;)V
    MethodParameters:
         Name  Flags
      evicted  

  private void hot();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 747
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.state:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.LIR_RESIDENT:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            if_acmpeq 2
         1: .line 748
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            dup
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.hotSize:I
            iconst_1
            iadd
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.hotSize:I
         2: .line 750
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.LIR_RESIDENT:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.state:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
         3: .line 751
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private void cold();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 757
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.state:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.LIR_RESIDENT:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            if_acmpne 2
         1: .line 758
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            dup
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.hotSize:I
            iconst_1
            isub
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.hotSize:I
         2: .line 760
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.HIR_RESIDENT:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.state:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
         3: .line 761
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.moveToQueueEnd:()V
         4: .line 762
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private void nonResident();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 769
            invokestatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.$SWITCH_TABLE$org$hibernate$internal$util$collections$BoundedConcurrentHashMap$Recency:()[I
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.state:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.ordinal:()I
            iaload
            tableswitch { // 1 - 2
                    1: 2
                    2: 1
              default: 3
          }
         1: .line 771
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            dup
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.hotSize:I
            iconst_1
            isub
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.hotSize:I
         2: .line 774
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            dup
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.size:I
            iconst_1
            isub
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.size:I
         3: .line 777
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.HIR_NONRESIDENT:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.state:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
         4: .line 778
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  public boolean isResident();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 784
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.state:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.HIR_NONRESIDENT:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            if_acmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private void tempRemoveFromStack();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 795
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.inStack:()Z
            ifeq 3
         1: .line 796
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         2: .line 797
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         3: .line 799
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private void removeFromStack();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 805
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.tempRemoveFromStack:()V
         1: .line 806
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         2: .line 807
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         3: .line 808
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private void addToStackBefore(org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry<K, V>);
    descriptor: (Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
        start local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry existingEntry
         0: .line 814
            aload 0 /* this */
            aload 1 /* existingEntry */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         1: .line 815
            aload 0 /* this */
            aload 1 /* existingEntry */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         2: .line 816
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            aload 0 /* this */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         3: .line 817
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            aload 0 /* this */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         4: .line 818
            return
        end local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry existingEntry
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
            0    5     1  existingEntry  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
    Signature: (Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;)V
    MethodParameters:
               Name  Flags
      existingEntry  

  private void moveToStackTop();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 824
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.tempRemoveFromStack:()V
         1: .line 825
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.header:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInStack:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.addToStackBefore:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;)V
         2: .line 826
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private void moveToStackBottom();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 832
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.tempRemoveFromStack:()V
         1: .line 833
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.header:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.addToStackBefore:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;)V
         2: .line 834
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private void tempRemoveFromQueue();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 842
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.inQueue:()Z
            ifeq 3
         1: .line 843
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         2: .line 844
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         3: .line 846
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private void removeFromQueue();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 852
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.tempRemoveFromQueue:()V
         1: .line 853
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         2: .line 854
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         3: .line 855
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private void addToQueueBefore(org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry<K, V>);
    descriptor: (Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
        start local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry existingEntry
         0: .line 861
            aload 0 /* this */
            aload 1 /* existingEntry */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         1: .line 862
            aload 0 /* this */
            aload 1 /* existingEntry */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         2: .line 863
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            aload 0 /* this */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         3: .line 864
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nextInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            aload 0 /* this */
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.previousInQueue:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
         4: .line 865
            return
        end local 1 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry existingEntry
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
            0    5     1  existingEntry  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
    Signature: (Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;)V
    MethodParameters:
               Name  Flags
      existingEntry  

  private void moveToQueueEnd();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 871
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.tempRemoveFromQueue:()V
         1: .line 872
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.header:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.addToQueueBefore:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;)V
         2: .line 873
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private void migrateToQueue();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 883
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.removeFromStack:()V
         1: .line 884
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.cold:()V
         2: .line 885
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private void migrateToStack();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 892
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.removeFromQueue:()V
         1: .line 893
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.inStack:()Z
            ifne 3
         2: .line 894
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.moveToStackBottom:()V
         3: .line 896
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.hot:()V
         4: .line 897
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private void evict();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 906
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.removeFromQueue:()V
         1: .line 907
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.removeFromStack:()V
         2: .line 908
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.nonResident:()V
         3: .line 909
            aload 0 /* this */
            aconst_null
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
         4: .line 910
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;

  private V remove();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
         0: .line 917
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.state:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.LIR_RESIDENT:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            if_acmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* wasHot */
        start local 1 // boolean wasHot
         3: .line 918
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.value:Ljava/lang/Object;
            astore 2 /* result */
        start local 2 // java.lang.Object result
         4: .line 919
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            ifnull 5
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.owner:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRS;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS.queueEnd:()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry;
            goto 6
      StackMap locals: int java.lang.Object
      StackMap stack:
         5: aconst_null
      StackMap locals:
      StackMap stack: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry
         6: astore 3 /* end */
        start local 3 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry end
         7: .line 920
            aload 0 /* this */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.evict:()V
         8: .line 923
            iload 1 /* wasHot */
            ifeq 11
         9: .line 924
            aload 3 /* end */
            ifnull 11
        10: .line 925
            aload 3 /* end */
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.migrateToStack:()V
        11: .line 929
      StackMap locals: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 3 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry end
        end local 2 // java.lang.Object result
        end local 1 // boolean wasHot
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
            3   12     1  wasHot  Z
            4   12     2  result  TV;
            7   12     3     end  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$LIRSHashEntry<TK;TV;>;
    Signature: ()TV;

  static int[] $SWITCH_TABLE$org$hibernate$internal$util$collections$BoundedConcurrentHashMap$Recency();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 545
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.$SWITCH_TABLE$org$hibernate$internal$util$collections$BoundedConcurrentHashMap$Recency:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.values:()[Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.HIR_NONRESIDENT:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.HIR_RESIDENT:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.ordinal:()I
            iconst_1
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.LIR_RESIDENT:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$Recency;
            invokevirtual org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency.ordinal:()I
            iconst_2
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry.$SWITCH_TABLE$org$hibernate$internal$util$collections$BoundedConcurrentHashMap$Recency:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry<TK;TV;>;
SourceFile: "BoundedConcurrentHashMap.java"
NestHost: org.hibernate.internal.util.collections.BoundedConcurrentHashMap
InnerClasses:
  private HashEntry = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  final LIRS = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRS of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  private final LIRSHashEntry = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$LIRSHashEntry of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  private final Recency = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$Recency of org.hibernate.internal.util.collections.BoundedConcurrentHashMap