mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8262876: Shenandoah: Fix comments regarding VM_ShenandoahOperation inheritances
Reviewed-by: rkennke
This commit is contained in:
parent
20b9ba53a5
commit
c92f3bc37a
1 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue