| Index: src/mark-compact.cc | 
| diff --git a/src/mark-compact.cc b/src/mark-compact.cc | 
| index 7a76d1b334c4165e7e189713a908e982415e3046..45642c1dff3abff6ddaaae93ee512764ec119ed3 100644 | 
| --- a/src/mark-compact.cc | 
| +++ b/src/mark-compact.cc | 
| @@ -4121,7 +4121,6 @@ void MarkCompactCollector::SweepSpaces() { | 
| if (FLAG_parallel_sweeping) how_to_sweep = PARALLEL_CONSERVATIVE; | 
| if (FLAG_concurrent_sweeping) how_to_sweep = CONCURRENT_CONSERVATIVE; | 
| } | 
| -  if (FLAG_expose_gc) how_to_sweep = CONSERVATIVE; | 
| if (sweep_precisely_) how_to_sweep = PRECISE; | 
|  | 
| // Unlink evacuation candidates before sweeper threads access the list of | 
|  |