Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(658)

Unified Diff: runtime/bin/gen_snapshot.cc

Issue 1665473002: Remove workarounds for fixed issue 21620. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/snapshot_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/gen_snapshot.cc
diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc
index e15e49c6662b76612b51ee10c78a89cd0d94afec..3e331796d1e128622efc2e63f126064612284eda 100644
--- a/runtime/bin/gen_snapshot.cc
+++ b/runtime/bin/gen_snapshot.cc
@@ -1022,9 +1022,6 @@ int main(int argc, char** argv) {
EventHandler::Start();
vm_options.AddArgument("--load_deferred_eagerly");
- // Workaround until issue 21620 is fixed.
- // (https://github.com/dart-lang/sdk/issues/21620)
- vm_options.AddArgument("--no-concurrent_sweep");
if (IsSnapshottingForPrecompilation()) {
vm_options.AddArgument("--precompilation");
« no previous file with comments | « no previous file | runtime/vm/snapshot_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698