Commit d786c49 1 parent 5852f3e commit d786c49 Copy full SHA for d786c49
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ void XHeap::mark_start() {
249
249
// Enter mark phase
250
250
XGlobalPhase = XPhaseMark;
251
251
252
- // Reset marking information and mark roots
252
+ // Reset marking information
253
253
_mark.start ();
254
254
255
255
// Update statistics
Original file line number Diff line number Diff line change @@ -861,7 +861,7 @@ void ZGenerationYoung::mark_start() {
861
861
// Enter mark phase
862
862
set_phase (Phase::Mark);
863
863
864
- // Reset marking information and mark roots
864
+ // Reset marking information
865
865
_mark.start ();
866
866
867
867
// Flip remembered set bits
@@ -1213,7 +1213,7 @@ void ZGenerationOld::mark_start() {
1213
1213
// Enter mark phase
1214
1214
set_phase (Phase::Mark);
1215
1215
1216
- // Reset marking information and mark roots
1216
+ // Reset marking information
1217
1217
_mark.start ();
1218
1218
1219
1219
// Update statistics
You can’t perform that action at this time.
0 commit comments