commit | a4f4a73edf03cd08b5b2d775913bcac674a117bb | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Mon Apr 18 18:34:17 2011 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Mon Apr 18 18:34:21 2011 -0700 |
tree | 0e2b3b990c79ccc2941e2482e74ce06440b9aa7e | |
parent | 2ba33db462c43d054aac98293104cb4adb8dd562 [diff] |
Remove dvmAllocObjectArray and all of its uses. This replaces uses of dvmAllocObjectArray with equivalent but safer calls to dvmAllocArrayByClass. dvmAllocObjectArray performed no type checking of its arguments and was easy to use incorrectly. Change-Id: Ia82fe73cb9d73bbb27f5961242ad5961f9f9924c