commit | 410c0c876f326e14c176a39ba21fc4dd3f7db8ab | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Sep 01 17:58:25 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Sep 01 22:16:18 2011 -0700 |
tree | e4b77ac5ed99b7206c51f6519689fdbc623e843d | |
parent | 1b4c85959b3d9a4a33bc2160c46c1bbde67350c7 [diff] [blame] |
Mark more roots. This is most of the stuff. (Everything that currently exists, though there's more to come.) Change-Id: I235a21b006820a027c494374a5b52ffefed89c32
diff --git a/src/runtime.h b/src/runtime.h index 922eeab..6a5d755 100644 --- a/src/runtime.h +++ b/src/runtime.h
@@ -101,7 +101,7 @@ return java_vm_; } - void VisitRoots(Heap::RootVistor* root_visitor, void* arg) const; + void VisitRoots(Heap::RootVisitor* visitor, void* arg) const; private: static void PlatformAbort(const char*, int);