[sgen] Clear the card table in the finishing pause
[mono.git] / mono / sgen / sgen-workers.c
index 8f1af1331299b951daef97af52ceeb1c4d137bb7..f1212c658c4c755954fba3d3927e62742cfe836e 100644 (file)
@@ -123,6 +123,8 @@ worker_try_finish (void)
 
                /* We are the last thread to go to sleep. */
        } while (!set_state (old_state, STATE_NOT_WORKING));
+
+       binary_protocol_worker_finish (sgen_timestamp (), forced_stop);
 }
 
 void