| Index: tools/run-deopt-fuzzer.py
 | 
| diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py
 | 
| index d554a989f1273ac9697fc9c0f4c19fa9d549419c..f8cc93748abab1b54610ac0e0d455efeef87f2c4 100755
 | 
| --- a/tools/run-deopt-fuzzer.py
 | 
| +++ b/tools/run-deopt-fuzzer.py
 | 
| @@ -58,9 +58,9 @@ MODE_FLAGS = {
 | 
|      "debug"   : ["--nobreak-on-abort", "--nodead-code-elimination",
 | 
|                   "--nofold-constants", "--enable-slow-asserts",
 | 
|                   "--debug-code", "--verify-heap",
 | 
| -                 "--noparallel-recompilation"],
 | 
| +                 "--noconcurrent-recompilation"],
 | 
|      "release" : ["--nobreak-on-abort", "--nodead-code-elimination",
 | 
| -                 "--nofold-constants", "--noparallel-recompilation"]}
 | 
| +                 "--nofold-constants", "--noconcurrent-recompilation"]}
 | 
|  
 | 
|  SUPPORTED_ARCHS = ["android_arm",
 | 
|                     "android_ia32",
 | 
| 
 |