mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
8225437: JvmtiExport::gc_epilogue is unnecessary
Remove jvmtiExport::gc_epilogue after full GCs Reviewed-by: dholmes, sspitsyn, dlong
This commit is contained in:
parent
c45f932cc5
commit
74b8b47283
11 changed files with 0 additions and 35 deletions
|
@ -1064,7 +1064,6 @@ void PSParallelCompact::post_compact()
|
|||
MetaspaceUtils::verify_metrics();
|
||||
|
||||
heap->prune_scavengable_nmethods();
|
||||
JvmtiExport::gc_epilogue();
|
||||
|
||||
#if COMPILER2_OR_JVMCI
|
||||
DerivedPointerTable::update_pointers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue