-
Task
-
Resolution: Fixed
-
P4
-
17, 21, 22, 23
-
b26
If Shenandoah does not detect a cancellation after completing concurrent mark, but before completing final mark it will fall through the concurrent cycle without collecting anything. This will shortly lead to a degenerated cycle which will _not_ use the results from the nearly complete concurrent mark. This will result in an unnecessarily longer degenerated cycle.
- relates to
-
JDK-8333930 GenShen: Check for cancellation of old mark after final mark
- Resolved