commit | 5523ee070b005576c6f889415205d49ea77cf243 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Feb 03 18:18:34 2012 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Feb 03 18:29:13 2012 -0800 |
tree | e96483994b5f5d747615673d06bb7b84302d16f0 | |
parent | 5b332c89fa3fdd7dc184b22c2587d28af304d019 [diff] [blame] |
Add -j to dex2oat. Change-Id: I80f3f2605b8afcdf9adf9382716b041f10efa104
diff --git a/src/common_test.h b/src/common_test.h index 6adb02d..d55dfbd 100644 --- a/src/common_test.h +++ b/src/common_test.h
@@ -342,7 +342,7 @@ runtime_->CreateCalleeSaveMethod(instruction_set, type), type); } } - compiler_.reset(new Compiler(instruction_set, false, NULL)); + compiler_.reset(new Compiler(instruction_set, false, 2, NULL)); Heap::VerifyHeap(); // Check for heap corruption before the test }