Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f00c786f authored by Hans Boehm's avatar Hans Boehm Committed by android-build-merger
Browse files

Merge "Add reachabilityFence, remove ExemptionMechanism.finalize" am: 9a9e22fa am: 7940256a

am: 0f63ca00

Change-Id: Ib8228ecf75e2fc4b142effe46ad41e3b40fff034
parents 00646ee7 0f63ca00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57588,6 +57588,7 @@ package java.lang.ref {
    method public boolean enqueue();
    method public T get();
    method public boolean isEnqueued();
    method public static void reachabilityFence(java.lang.Object);
  }
  public class ReferenceQueue<T> {
@@ -70610,7 +70611,6 @@ package javax.crypto {
  public class ExemptionMechanism {
    ctor protected ExemptionMechanism(javax.crypto.ExemptionMechanismSpi, java.security.Provider, java.lang.String);
    method protected void finalize();
    method public final byte[] genExemptionBlob() throws javax.crypto.ExemptionMechanismException, java.lang.IllegalStateException;
    method public final int genExemptionBlob(byte[]) throws javax.crypto.ExemptionMechanismException, java.lang.IllegalStateException, javax.crypto.ShortBufferException;
    method public final int genExemptionBlob(byte[], int) throws javax.crypto.ExemptionMechanismException, java.lang.IllegalStateException, javax.crypto.ShortBufferException;