| commit | 6c10a977ec892c26c8e306356491833bbb073d40 | [log] [tgz] |
|---|---|---|
| author | Ben Cheng <bccheng@google.com> | Thu Oct 29 14:39:18 2009 -0700 |
| committer | Ben Cheng <bccheng@google.com> | Tue Nov 03 10:43:42 2009 -0800 |
| tree | 30ed190d3a44b477bfbfee0e12d70d8232bd21a3 | |
| parent | 6546de12147083b1fe8c82b7da471e8422ab00d1 [diff] [blame] |
Implement chaining up to the first 64 cases in a switch statement.
diff --git a/vm/compiler/Utility.c b/vm/compiler/Utility.c index cbfea16..77a2397 100644 --- a/vm/compiler/Utility.c +++ b/vm/compiler/Utility.c
@@ -69,7 +69,7 @@ if (size > ARENA_DEFAULT_SIZE) { LOGE("Requesting %d bytes which exceed the maximal size allowed\n", size); - return NULL; + dvmAbort(); } /* Time to allocate a new arena */ ArenaMemBlock *newArena = (ArenaMemBlock *)