commit | 1f87008b165d26541d832ff805250afdc89c253d | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Tue Aug 23 16:02:11 2011 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Wed Aug 31 09:46:57 2011 -0700 |
tree | a84122b3757b8f856eb0656a951ed6621b6d01a8 | |
parent | c5bfa8f49d8548d7c685a99b411311ef56bedffa [diff] [blame] |
Add HeapTest and make GC work enough to pass it Change-Id: If06eaef2921b64b3226bfd347acaec60ec993e67
diff --git a/src/runtime.h b/src/runtime.h index 8694b3c..40db814 100644 --- a/src/runtime.h +++ b/src/runtime.h
@@ -12,6 +12,7 @@ #include <jni.h> +#include "heap.h" #include "globals.h" #include "macros.h" #include "stringpiece.h" @@ -93,6 +94,8 @@ return java_vm_; } + void VisitRoots(Heap::RootVistor* root_visitor, void* arg) const; + private: static void PlatformAbort(const char*, int);