final class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry
  super_class: java.lang.Object
{
  final java.lang.Object keyRef;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

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

  volatile java.lang.Object valueRef;
    descriptor: Ljava/lang/Object;
    flags: (0x0040) ACC_VOLATILE

  final org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry<K, V> next;
    descriptor: Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;

  void <init>(K, int, org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry<K, V>, V, org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType, org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType, java.lang.ref.ReferenceQueue<java.lang.Object>);
    descriptor: (Ljava/lang/Object;ILorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;Ljava/lang/Object;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=8
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry this
        start local 1 // java.lang.Object key
        start local 2 // int hash
        start local 3 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry next
        start local 4 // java.lang.Object value
        start local 5 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType keyType
        start local 6 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType valueType
        start local 7 // java.lang.ref.ReferenceQueue refQueue
         0: .line 415
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 418
            aload 0 /* this */
            iload 2 /* hash */
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
         2: .line 419
            aload 0 /* this */
            aload 3 /* next */
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.next:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
         3: .line 420
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* key */
            aload 5 /* keyType */
            aload 7 /* refQueue */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.newKeyReference:(Ljava/lang/Object;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue;)Ljava/lang/Object;
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.keyRef:Ljava/lang/Object;
         4: .line 421
            aload 0 /* this */
            aload 0 /* this */
            aload 4 /* value */
            aload 6 /* valueType */
            aload 7 /* refQueue */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.newValueReference:(Ljava/lang/Object;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue;)Ljava/lang/Object;
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.valueRef:Ljava/lang/Object;
         5: .line 422
            return
        end local 7 // java.lang.ref.ReferenceQueue refQueue
        end local 6 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType valueType
        end local 5 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType keyType
        end local 4 // java.lang.Object value
        end local 3 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry next
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
            0    6     1        key  TK;
            0    6     2       hash  I
            0    6     3       next  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
            0    6     4      value  TV;
            0    6     5    keyType  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            0    6     6  valueType  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            0    6     7   refQueue  Ljava/lang/ref/ReferenceQueue<Ljava/lang/Object;>;
    Signature: (TK;ILorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;TV;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue<Ljava/lang/Object;>;)V
    MethodParameters:
           Name  Flags
      key        
      hash       
      next       
      value      
      keyType    
      valueType  
      refQueue   

  final  newKeyReference(K, org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType, java.lang.ref.ReferenceQueue<java.lang.Object>);
    descriptor: (Ljava/lang/Object;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue;)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry this
        start local 1 // java.lang.Object key
        start local 2 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType keyType
        start local 3 // java.lang.ref.ReferenceQueue refQueue
         0: .line 426
            aload 2 /* keyType */
            getstatic org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType.WEAK:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            if_acmpne 2
         1: .line 427
            new org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$WeakKeyReference
            dup
            aload 1 /* key */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            aload 3 /* refQueue */
            invokespecial org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$WeakKeyReference.<init>:(Ljava/lang/Object;ILjava/lang/ref/ReferenceQueue;)V
            areturn
         2: .line 429
      StackMap locals:
      StackMap stack:
            aload 2 /* keyType */
            getstatic org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType.SOFT:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            if_acmpne 4
         3: .line 430
            new org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$SoftKeyReference
            dup
            aload 1 /* key */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            aload 3 /* refQueue */
            invokespecial org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$SoftKeyReference.<init>:(Ljava/lang/Object;ILjava/lang/ref/ReferenceQueue;)V
            areturn
         4: .line 433
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        end local 3 // java.lang.ref.ReferenceQueue refQueue
        end local 2 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType keyType
        end local 1 // java.lang.Object key
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
            0    5     1       key  TK;
            0    5     2   keyType  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            0    5     3  refQueue  Ljava/lang/ref/ReferenceQueue<Ljava/lang/Object;>;
    Signature: (TK;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue<Ljava/lang/Object;>;)Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      key       
      keyType   
      refQueue  

  final  newValueReference(V, org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType, java.lang.ref.ReferenceQueue<java.lang.Object>);
    descriptor: (Ljava/lang/Object;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue;)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry this
        start local 1 // java.lang.Object value
        start local 2 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType valueType
        start local 3 // java.lang.ref.ReferenceQueue refQueue
         0: .line 438
            aload 2 /* valueType */
            getstatic org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType.WEAK:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            if_acmpne 2
         1: .line 439
            new org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$WeakValueReference
            dup
            aload 1 /* value */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.keyRef:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            aload 3 /* refQueue */
            invokespecial org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$WeakValueReference.<init>:(Ljava/lang/Object;Ljava/lang/Object;ILjava/lang/ref/ReferenceQueue;)V
            areturn
         2: .line 441
      StackMap locals:
      StackMap stack:
            aload 2 /* valueType */
            getstatic org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType.SOFT:Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            if_acmpne 4
         3: .line 442
            new org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$SoftValueReference
            dup
            aload 1 /* value */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.keyRef:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.hash:I
            aload 3 /* refQueue */
            invokespecial org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$SoftValueReference.<init>:(Ljava/lang/Object;Ljava/lang/Object;ILjava/lang/ref/ReferenceQueue;)V
            areturn
         4: .line 445
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            areturn
        end local 3 // java.lang.ref.ReferenceQueue refQueue
        end local 2 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType valueType
        end local 1 // java.lang.Object value
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
            0    5     1      value  TV;
            0    5     2  valueType  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            0    5     3   refQueue  Ljava/lang/ref/ReferenceQueue<Ljava/lang/Object;>;
    Signature: (TV;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue<Ljava/lang/Object;>;)Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      value      
      valueType  
      refQueue   

  final K key();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry this
         0: .line 450
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.keyRef:Ljava/lang/Object;
            instanceof org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$KeyReference
            ifeq 2
         1: .line 451
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.keyRef:Ljava/lang/Object;
            checkcast java.lang.ref.Reference
            invokevirtual java.lang.ref.Reference.get:()Ljava/lang/Object;
            areturn
         2: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.keyRef:Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
    Signature: ()TK;

  final V value();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry this
         0: .line 458
            aload 0 /* this */
            aload 0 /* this */
            getfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.valueRef:Ljava/lang/Object;
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.dereferenceValue:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
    Signature: ()TV;

  final V dereferenceValue();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry this
        start local 1 // java.lang.Object value
         0: .line 463
            aload 1 /* value */
            instanceof org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$KeyReference
            ifeq 2
         1: .line 464
            aload 1 /* value */
            checkcast java.lang.ref.Reference
            invokevirtual java.lang.ref.Reference.get:()Ljava/lang/Object;
            areturn
         2: .line 467
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            areturn
        end local 1 // java.lang.Object value
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
            0    3     1  value  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)TV;
    MethodParameters:
       Name  Flags
      value  

  final void setValue(V, org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType, java.lang.ref.ReferenceQueue<java.lang.Object>);
    descriptor: (Ljava/lang/Object;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry this
        start local 1 // java.lang.Object value
        start local 2 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType valueType
        start local 3 // java.lang.ref.ReferenceQueue refQueue
         0: .line 471
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* value */
            aload 2 /* valueType */
            aload 3 /* refQueue */
            invokevirtual org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.newValueReference:(Ljava/lang/Object;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue;)Ljava/lang/Object;
            putfield org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry.valueRef:Ljava/lang/Object;
         1: .line 472
            return
        end local 3 // java.lang.ref.ReferenceQueue refQueue
        end local 2 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType valueType
        end local 1 // java.lang.Object value
        end local 0 // org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
            0    2     1      value  TV;
            0    2     2  valueType  Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;
            0    2     3   refQueue  Ljava/lang/ref/ReferenceQueue<Ljava/lang/Object;>;
    Signature: (TV;Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$ReferenceType;Ljava/lang/ref/ReferenceQueue<Ljava/lang/Object;>;)V
    MethodParameters:
           Name  Flags
      value      
      valueType  
      refQueue   

  static final <K, V> org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry<K, V>[] newArray(int);
    descriptor: (I)[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int i
         0: .line 476
            iload 0 /* i */
            anewarray org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry
            areturn
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  I
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(I)[Lorg/hibernate/internal/util/collections/ConcurrentReferenceHashMap$HashEntry<TK;TV;>;
    MethodParameters:
      Name  Flags
      i     
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ConcurrentReferenceHashMap.java"
NestHost: org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
InnerClasses:
  final HashEntry = org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$HashEntry of org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
  abstract KeyReference = org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$KeyReference of org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
  public final ReferenceType = org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$ReferenceType of org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
  final SoftKeyReference = org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$SoftKeyReference of org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
  final SoftValueReference = org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$SoftValueReference of org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
  final WeakKeyReference = org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$WeakKeyReference of org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
  final WeakValueReference = org.hibernate.internal.util.collections.ConcurrentReferenceHashMap$WeakValueReference of org.hibernate.internal.util.collections.ConcurrentReferenceHashMap