diff options
Diffstat (limited to 'runtime/jit/jit_code_cache.cc')
-rw-r--r-- | runtime/jit/jit_code_cache.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/jit/jit_code_cache.cc b/runtime/jit/jit_code_cache.cc index 3240c66ba1..ef7a742c16 100644 --- a/runtime/jit/jit_code_cache.cc +++ b/runtime/jit/jit_code_cache.cc @@ -258,6 +258,7 @@ JitCodeCache* JitCodeCache::Create(bool used_only_for_profile_data, JitCodeCache::JitCodeCache() : is_weak_access_enabled_(true), inline_cache_cond_("Jit inline cache condition variable", *Locks::jit_lock_), + reserved_capacity_(GetInitialCapacity() * kReservedCapacityMultiplier), zygote_map_(&shared_region_), lock_cond_("Jit code cache condition variable", *Locks::jit_lock_), collection_in_progress_(false), |