8262876: Shenandoah: Fix comments regarding VM_ShenandoahOperation inheritances

Reviewed-by: rkennke
This commit is contained in:
Zhengyu Gu 2021-03-02 21:29:07 +00:00
parent 20b9ba53a5
commit c92f3bc37a

View File

@ -35,11 +35,12 @@ class ShenandoahFullGC;
//
// VM_ShenandoahOperation
// - VM_ShenandoahInitMark: initiate concurrent marking
// - VM_ShenandoahFinalMarkStartEvac: finish up concurrent marking, and start evacuation
// - VM_ShenandoahInitUpdateRefs: initiate update references
// - VM_ShenandoahFinalUpdateRefs: finish up update references
// - VM_ShenandoahReferenceOperation:
// - VM_ShenandoahFinalMarkStartEvac: finish up concurrent marking, and start evacuation
// - VM_ShenandoahInitUpdateRefs: initiate update references
// - VM_ShenandoahFinalUpdateRefs: finish up update references
// - VM_ShenandoahFullGC: do full GC
// - VM_ShenandoahDegeneratedGC: do STW degenerated GC
class VM_ShenandoahOperation : public VM_Operation {
protected: