OSDN Git Service

Make dvmCardTableStartup be more independant of HeapSource startup.
authorBarry Hayes <bhayes@google.com>
Wed, 14 Jul 2010 15:13:18 +0000 (08:13 -0700)
committerBarry Hayes <bhayes@google.com>
Thu, 15 Jul 2010 14:51:38 +0000 (07:51 -0700)
commitb874ab98306a109c4988bb1cde687a24f4f8201f
treea9e3c6b1b782c1abb6e8b6d062add160c51933e5
parent5b544eb45b165336ff94c0ddfc046ba520af6db2
Make dvmCardTableStartup be more independant of HeapSource startup.

Also added a call to dvmCardTableShutdown. Also removed the dependency
on GcHeap from CardTable.h.

Change-Id: Icf0293572371cc8a30b55672816fdd75a151e82c
vm/alloc/CardTable.c
vm/alloc/CardTable.h
vm/alloc/Heap.c
vm/alloc/HeapSource.c
vm/alloc/HeapSource.h