summaryrefslogtreecommitdiff
path: root/runtime/runtime.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2015-12-14 13:04:04 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2015-12-14 13:04:04 +0000
commitf6082992319d3d71ff64411fb3083e4da8dd60cc (patch)
tree9fa329833faac3acfa80123ce60e63c56e604452 /runtime/runtime.h
parent155579d1a3ea50d4cec91d90c1d37c3c4f84452d (diff)
parentd66c8621610dc18d324132c8e5b081520f719777 (diff)
Merge "Special case system_server to not create the JIT code cache."
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index 93d8fcfa46..7ca6b4f131 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -457,7 +457,8 @@ class Runtime {
void PreZygoteFork();
bool InitZygote();
- void InitNonZygoteOrPostFork(JNIEnv* env, NativeBridgeAction action, const char* isa);
+ void InitNonZygoteOrPostFork(
+ JNIEnv* env, bool is_system_server, NativeBridgeAction action, const char* isa);
const instrumentation::Instrumentation* GetInstrumentation() const {
return &instrumentation_;