summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hans Boehm <hboehm@google.com> 2018-01-31 18:42:51 +0000
committer android-build-merger <android-build-merger@google.com> 2018-01-31 18:42:51 +0000
commit7940256a915e8c9224c0e4236075a97b8af1bdb6 (patch)
tree7af28c197f5272f4400d06cefe2d1688c8cb032c
parente49f4ef9faf7b50b29d045e65638f9d1d0049ccb (diff)
parent9a9e22fad495bac81183cff3ee8bf97abefe445e (diff)
Merge "Add reachabilityFence, remove ExemptionMechanism.finalize"
am: 9a9e22fad4 Change-Id: I7d78410e9dcbb6f7e45950387931d380935cdff3
-rw-r--r--api/current.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index f6b1cbd5c792..a9bf7d194be1 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -56464,6 +56464,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> {
@@ -69486,7 +69487,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;