mirror of
https://github.com/openjdk/jdk.git
synced 2026-08-02 22:25:29 +00:00
8280018: Remove obsolete VM_GenCollectFullConcurrent
Reviewed-by: tschatzl
This commit is contained in:
parent
9e536b6470
commit
3edcb13272
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -52,7 +52,6 @@
|
||||
template(CollectForMetadataAllocation) \
|
||||
template(GC_HeapInspection) \
|
||||
template(GenCollectFull) \
|
||||
template(GenCollectFullConcurrent) \
|
||||
template(GenCollectForAllocation) \
|
||||
template(ParallelGCFailedAllocation) \
|
||||
template(ParallelGCSystemGC) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user