8280018: Remove obsolete VM_GenCollectFullConcurrent

Reviewed-by: tschatzl
This commit is contained in:
Albert Mingkun Yang 2022-01-17 13:17:24 +00:00
parent 9e536b6470
commit 3edcb13272
3 changed files with 0 additions and 4 deletions

View File

@ -42,7 +42,6 @@
// VM_GC_HeapInspection
// VM_PopulateDynamicDumpSharedSpace
// VM_GenCollectFull
// VM_GenCollectFullConcurrent
// VM_ParallelGCSystemGC
// VM_CollectForAllocation
// VM_GenCollectForAllocation
@ -71,7 +70,6 @@
// allocate afterwards;
//
// VM_GenCollectFull
// VM_GenCollectFullConcurrent
// VM_ParallelGCSystemGC
// - these operations preform full collection of heaps of
// different kind

View File

@ -48,7 +48,6 @@ class GenCollectedHeap : public CollectedHeap {
friend class GenMarkSweep;
friend class VM_GenCollectForAllocation;
friend class VM_GenCollectFull;
friend class VM_GenCollectFullConcurrent;
friend class VM_GC_HeapInspection;
friend class VM_HeapDumper;
friend class HeapInspection;

View File

@ -52,7 +52,6 @@
template(CollectForMetadataAllocation) \
template(GC_HeapInspection) \
template(GenCollectFull) \
template(GenCollectFullConcurrent) \
template(GenCollectForAllocation) \
template(ParallelGCFailedAllocation) \
template(ParallelGCSystemGC) \