mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8220609: Cleanups in ScavengableNMethods
Reviewed-by: pliden, eosterlund
This commit is contained in:
parent
788dcfd72d
commit
c2d4f10483
11 changed files with 47 additions and 103 deletions
|
@ -1061,7 +1061,7 @@ void PSParallelCompact::post_compact()
|
|||
ClassLoaderDataGraph::purge();
|
||||
MetaspaceUtils::verify_metrics();
|
||||
|
||||
heap->prune_nmethods();
|
||||
heap->prune_scavengable_nmethods();
|
||||
JvmtiExport::gc_epilogue();
|
||||
|
||||
#if COMPILER2_OR_JVMCI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue