Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 9228944d00e342eafa30aecc453bff1508f0632d..e2584dc611d3ce2a17d33d57c27a7aa54b9d7ff4 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -334,6 +334,9 @@ DEFINE_bool(concurrent_osr, false, |
"concurrent on-stack replacement") |
DEFINE_implication(concurrent_osr, concurrent_recompilation) |
+DEFINE_bool(verify_concurrency, false, |
Jakob Kummerow
2013/11/07 16:13:20
As discussed, the existing Runtime_IsConcurrentRec
|
+ "crash if we are not spawning concurrent threads"); |
+ |
DEFINE_bool(omit_map_checks_for_leaf_maps, true, |
"do not emit check maps for constant values that have a leaf map, " |
"deoptimize the optimized code if the layout of the maps changes.") |