summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>2016-06-29 17:41:01 +0100
committerPrzemyslaw Szczepaniak <pszczepaniak@google.com>2016-06-29 17:41:01 +0100
commitf0db6e8d948fe8cbd8f8afa8bfe5587efe3b613c (patch)
tree9404ead544ca47f54ba6da9a3be4363286e9c231
parentf388075f8f8ceac73e6254c4ef273f43e7d346aa (diff)
downloadbase-f0db6e8d948fe8cbd8f8afa8bfe5587efe3b613c.tar.gz
Track libcore change c49fd8d2b8449193fbb53750e7f6a22cacc2f968
Bug: 28666126 Change-Id: I385e3ce957d966bc27531ed915fe8cc8aeb577ab
-rw-r--r--api/current.txt3
-rw-r--r--api/system-current.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 1991ec9829ed..a0382a33503d 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -48722,11 +48722,14 @@ package java.lang {
public abstract class Process {
ctor public Process();
method public abstract void destroy();
+ method public java.lang.Process destroyForcibly();
method public abstract int exitValue();
method public abstract java.io.InputStream getErrorStream();
method public abstract java.io.InputStream getInputStream();
method public abstract java.io.OutputStream getOutputStream();
+ method public boolean isAlive();
method public abstract int waitFor() throws java.lang.InterruptedException;
+ method public boolean waitFor(long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException;
}
public final class ProcessBuilder {
diff --git a/api/system-current.txt b/api/system-current.txt
index e76c180b7db8..9cfcda825ec1 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -51340,11 +51340,14 @@ package java.lang {
public abstract class Process {
ctor public Process();
method public abstract void destroy();
+ method public java.lang.Process destroyForcibly();
method public abstract int exitValue();
method public abstract java.io.InputStream getErrorStream();
method public abstract java.io.InputStream getInputStream();
method public abstract java.io.OutputStream getOutputStream();
+ method public boolean isAlive();
method public abstract int waitFor() throws java.lang.InterruptedException;
+ method public boolean waitFor(long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException;
}
public final class ProcessBuilder {