Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
8-shenandoah, 11-shenandoah, 14, 15
-
b22
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245904 | 14u-cpu | Aleksey Shipilev | P4 | Resolved | Fixed | master |
JDK-8245739 | 14.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b08 |
Description
ShenandoahPhaseTimings::GCParPhases is awkward: it is plural and it carries unnecessary "GC" prefix. Should be just ShenandoahPhaseTimings::ParPhase. This also matches the local variables "par_phase" to be used to store it, in contrast with just "phase" for ShenandoahPhaseTimings::Phase.
Attachments
Issue Links
- backported by
-
JDK-8245739 Shenandoah: rename GCParPhases and related code
- Resolved
-
JDK-8245904 Shenandoah: rename GCParPhases and related code
- Resolved