OSDN Git Service

Import the heap verification code from the copying collector. The
authorCarl Shapiro <cshapiro@google.com>
Tue, 16 Mar 2010 10:26:49 +0000 (03:26 -0700)
committerCarl Shapiro <cshapiro@google.com>
Tue, 16 Mar 2010 22:36:22 +0000 (15:36 -0700)
commit1e714bbd8230ac6fb9e3a8e9e25bca687132c82a
tree2ae9527afc12fd1b6f5ef2397e8478f684b48f36
parent4a24408f2a572505b6d2c2d2247f4ef7977152f7
Import the heap verification code from the copying collector.  The
reference verification routine adds an extra argument so the base
address of an object can be passed to the verification code without
provoking a warning from GCC about breaking alias analysis.

Change-Id: Idd921bcc0e084c18bff1e209a8591ef55f57843a
vm/Dvm.mk
vm/Sync.c
vm/Thread.c
vm/Thread.h
vm/alloc/Verify.c [new file with mode: 0644]
vm/alloc/Verify.h [new file with mode: 0644]
vm/oo/Array.c
vm/oo/Array.h