8262876: Shenandoah: Fix comments regarding VM_ShenandoahOperation inheritances
Reviewed-by: rkennke
This commit is contained in:
parent
20b9ba53a5
commit
c92f3bc37a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user