mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8209189: Make CompiledMethod::do_unloading more concurrent
Reviewed-by: kvn, coleenp
This commit is contained in:
parent
97d3dc7902
commit
25f14cd757
15 changed files with 309 additions and 447 deletions
|
@ -926,7 +926,7 @@ void AOTCodeHeap::cleanup_inline_caches() {
|
|||
continue; // Skip uninitialized entries.
|
||||
}
|
||||
AOTCompiledMethod* aot = _code_to_aot[index]._aot;
|
||||
aot->cleanup_inline_caches();
|
||||
aot->cleanup_inline_caches(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue