class com.oracle.security.ucrypto.NativeDigest$DigestContextRef extends java.lang.ref.PhantomReference<com.oracle.security.ucrypto.NativeDigest> implements java.lang.Comparable<com.oracle.security.ucrypto.NativeDigest$DigestContextRef>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.security.ucrypto.NativeDigest$DigestContextRef
  super_class: java.lang.ref.PhantomReference
{
  private static java.lang.ref.ReferenceQueue<com.oracle.security.ucrypto.NativeDigest> refQueue;
    descriptor: Ljava/lang/ref/ReferenceQueue;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/lang/ref/ReferenceQueue<Lcom/oracle/security/ucrypto/NativeDigest;>;

  private static java.util.Set<com.oracle.security.ucrypto.NativeDigest$DigestContextRef> refList;
    descriptor: Ljava/util/Set;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/Set<Lcom/oracle/security/ucrypto/NativeDigest$DigestContextRef;>;

  private final long id;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.security.ucrypto.UcryptoMech mech;
    descriptor: Lcom/oracle/security/ucrypto/UcryptoMech;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 105
            new java.lang.ref.ReferenceQueue
            dup
            invokespecial java.lang.ref.ReferenceQueue.<init>:()V
         1: .line 104
            putstatic com.oracle.security.ucrypto.NativeDigest$DigestContextRef.refQueue:Ljava/lang/ref/ReferenceQueue;
         2: .line 110
            new java.util.concurrent.ConcurrentSkipListSet
            dup
            invokespecial java.util.concurrent.ConcurrentSkipListSet.<init>:()V
         3: .line 109
            putstatic com.oracle.security.ucrypto.NativeDigest$DigestContextRef.refList:Ljava/util/Set;
         4: .line 110
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void drainRefQueueBounded();
    descriptor: ()V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 117
      StackMap locals:
      StackMap stack:
            getstatic com.oracle.security.ucrypto.NativeDigest$DigestContextRef.refQueue:Ljava/lang/ref/ReferenceQueue;
            invokevirtual java.lang.ref.ReferenceQueue.poll:()Ljava/lang/ref/Reference;
            checkcast com.oracle.security.ucrypto.NativeDigest$DigestContextRef
            astore 0 /* next */
        start local 0 // com.oracle.security.ucrypto.NativeDigest$DigestContextRef next
         1: .line 118
            aload 0 /* next */
            ifnonnull 2
            goto 4
         2: .line 119
      StackMap locals: com.oracle.security.ucrypto.NativeDigest$DigestContextRef
      StackMap stack:
            aload 0 /* next */
            iconst_1
            invokevirtual com.oracle.security.ucrypto.NativeDigest$DigestContextRef.dispose:(Z)V
        end local 0 // com.oracle.security.ucrypto.NativeDigest$DigestContextRef next
         3: .line 116
            goto 0
         4: .line 121
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    3     0  next  Lcom/oracle/security/ucrypto/NativeDigest$DigestContextRef;

  void <init>(com.oracle.security.ucrypto.NativeDigest, long, com.oracle.security.ucrypto.UcryptoMech);
    descriptor: (Lcom/oracle/security/ucrypto/NativeDigest;JLcom/oracle/security/ucrypto/UcryptoMech;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.oracle.security.ucrypto.NativeDigest$DigestContextRef this
        start local 1 // com.oracle.security.ucrypto.NativeDigest nc
        start local 2 // long id
        start local 4 // com.oracle.security.ucrypto.UcryptoMech mech
         0: .line 124
            aload 0 /* this */
            aload 1 /* nc */
            getstatic com.oracle.security.ucrypto.NativeDigest$DigestContextRef.refQueue:Ljava/lang/ref/ReferenceQueue;
            invokespecial java.lang.ref.PhantomReference.<init>:(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
         1: .line 125
            aload 0 /* this */
            lload 2 /* id */
            putfield com.oracle.security.ucrypto.NativeDigest$DigestContextRef.id:J
         2: .line 126
            aload 0 /* this */
            aload 4 /* mech */
            putfield com.oracle.security.ucrypto.NativeDigest$DigestContextRef.mech:Lcom/oracle/security/ucrypto/UcryptoMech;
         3: .line 127
            getstatic com.oracle.security.ucrypto.NativeDigest$DigestContextRef.refList:Ljava/util/Set;
            aload 0 /* this */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         4: .line 128
            new java.lang.StringBuilder
            dup
            ldc "Resource: track Digest Ctxt "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.security.ucrypto.NativeDigest$DigestContextRef.id:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.oracle.security.ucrypto.UcryptoProvider.debug:(Ljava/lang/String;)V
         5: .line 129
            invokestatic com.oracle.security.ucrypto.NativeDigest$DigestContextRef.drainRefQueueBounded:()V
         6: .line 130
            return
        end local 4 // com.oracle.security.ucrypto.UcryptoMech mech
        end local 2 // long id
        end local 1 // com.oracle.security.ucrypto.NativeDigest nc
        end local 0 // com.oracle.security.ucrypto.NativeDigest$DigestContextRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/security/ucrypto/NativeDigest$DigestContextRef;
            0    7     1    nc  Lcom/oracle/security/ucrypto/NativeDigest;
            0    7     2    id  J
            0    7     4  mech  Lcom/oracle/security/ucrypto/UcryptoMech;
    MethodParameters:
      Name  Flags
      nc    
      id    
      mech  

  public int compareTo(com.oracle.security.ucrypto.NativeDigest$DigestContextRef);
    descriptor: (Lcom/oracle/security/ucrypto/NativeDigest$DigestContextRef;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.security.ucrypto.NativeDigest$DigestContextRef this
        start local 1 // com.oracle.security.ucrypto.NativeDigest$DigestContextRef other
         0: .line 133
            aload 0 /* this */
            getfield com.oracle.security.ucrypto.NativeDigest$DigestContextRef.id:J
            aload 1 /* other */
            getfield com.oracle.security.ucrypto.NativeDigest$DigestContextRef.id:J
            lcmp
            ifne 2
         1: .line 134
            iconst_0
            ireturn
         2: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.security.ucrypto.NativeDigest$DigestContextRef.id:J
            aload 1 /* other */
            getfield com.oracle.security.ucrypto.NativeDigest$DigestContextRef.id:J
            lcmp
            ifge 3
            iconst_m1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 1 // com.oracle.security.ucrypto.NativeDigest$DigestContextRef other
        end local 0 // com.oracle.security.ucrypto.NativeDigest$DigestContextRef this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/oracle/security/ucrypto/NativeDigest$DigestContextRef;
            0    5     1  other  Lcom/oracle/security/ucrypto/NativeDigest$DigestContextRef;
    MethodParameters:
       Name  Flags
      other  

  void dispose(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.security.ucrypto.NativeDigest$DigestContextRef this
        start local 1 // boolean needFree
         0: .line 141
            getstatic com.oracle.security.ucrypto.NativeDigest$DigestContextRef.refList:Ljava/util/Set;
            aload 0 /* this */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 143
            iload 1 /* needFree */
            ifeq 7
         2: .line 144
            new java.lang.StringBuilder
            dup
            ldc "Resource: free Digest Ctxt "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 145
            aload 0 /* this */
            getfield com.oracle.security.ucrypto.NativeDigest$DigestContextRef.id:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         4: .line 144
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.oracle.security.ucrypto.UcryptoProvider.debug:(Ljava/lang/String;)V
         5: .line 146
            aload 0 /* this */
            getfield com.oracle.security.ucrypto.NativeDigest$DigestContextRef.mech:Lcom/oracle/security/ucrypto/UcryptoMech;
            invokevirtual com.oracle.security.ucrypto.UcryptoMech.value:()I
            aload 0 /* this */
            getfield com.oracle.security.ucrypto.NativeDigest$DigestContextRef.id:J
            invokestatic com.oracle.security.ucrypto.NativeDigest.nativeFree:(IJ)V
         6: .line 147
            goto 14
         7: .line 148
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "Resource: discard Digest Ctxt "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         8: .line 149
            aload 0 /* this */
            getfield com.oracle.security.ucrypto.NativeDigest$DigestContextRef.id:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         9: .line 148
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.oracle.security.ucrypto.UcryptoProvider.debug:(Ljava/lang/String;)V
        10: .line 151
            goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: astore 2
        12: .line 152
            aload 0 /* this */
            invokevirtual com.oracle.security.ucrypto.NativeDigest$DigestContextRef.clear:()V
        13: .line 153
            aload 2
            athrow
        14: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.security.ucrypto.NativeDigest$DigestContextRef.clear:()V
        15: .line 154
            return
        end local 1 // boolean needFree
        end local 0 // com.oracle.security.ucrypto.NativeDigest$DigestContextRef this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lcom/oracle/security/ucrypto/NativeDigest$DigestContextRef;
            0   16     1  needFree  Z
      Exception table:
        from    to  target  type
           1    11      11  any
    MethodParameters:
          Name  Flags
      needFree  

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.oracle.security.ucrypto.NativeDigest$DigestContextRef
            invokevirtual com.oracle.security.ucrypto.NativeDigest$DigestContextRef.compareTo:(Lcom/oracle/security/ucrypto/NativeDigest$DigestContextRef;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/ref/PhantomReference<Lcom/oracle/security/ucrypto/NativeDigest;>;Ljava/lang/Comparable<Lcom/oracle/security/ucrypto/NativeDigest$DigestContextRef;>;
SourceFile: "NativeDigest.java"
NestHost: com.oracle.security.ucrypto.NativeDigest
InnerClasses:
  private DigestContextRef = com.oracle.security.ucrypto.NativeDigest$DigestContextRef of com.oracle.security.ucrypto.NativeDigest