8225437: JvmtiExport::gc_epilogue is unnecessary

Remove jvmtiExport::gc_epilogue after full GCs

Reviewed-by: dholmes, sspitsyn, dlong
This commit is contained in:
Coleen Phillimore 2019-06-27 11:40:18 -04:00
parent c45f932cc5
commit 74b8b47283
11 changed files with 0 additions and 35 deletions

View file

@ -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();