diff options
| author | 2015-12-14 13:04:04 +0000 | |
|---|---|---|
| committer | 2015-12-14 13:04:04 +0000 | |
| commit | f6082992319d3d71ff64411fb3083e4da8dd60cc (patch) | |
| tree | 9fa329833faac3acfa80123ce60e63c56e604452 /runtime/runtime.h | |
| parent | 155579d1a3ea50d4cec91d90c1d37c3c4f84452d (diff) | |
| parent | d66c8621610dc18d324132c8e5b081520f719777 (diff) | |
Merge "Special case system_server to not create the JIT code cache."
Diffstat (limited to 'runtime/runtime.h')
| -rw-r--r-- | runtime/runtime.h | 3 |
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_; |