mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
8251158: Implementation of JEP 387: Elastic Metaspace
Reviewed-by: lkorinth, coleenp, iklam, rrich
This commit is contained in:
parent
5fedfa707e
commit
7ba6a6bf00
167 changed files with 15749 additions and 7987 deletions
|
@ -1058,7 +1058,7 @@ void PSParallelCompact::post_compact()
|
|||
|
||||
// Delete metaspaces for unloaded class loaders and clean up loader_data graph
|
||||
ClassLoaderDataGraph::purge(/*at_safepoint*/true);
|
||||
MetaspaceUtils::verify_metrics();
|
||||
DEBUG_ONLY(MetaspaceUtils::verify();)
|
||||
|
||||
heap->prune_scavengable_nmethods();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue