summaryrefslogtreecommitdiffstats
path: root/runtime/gc/space/zygote_space.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/space/zygote_space.h')
-rw-r--r--runtime/gc/space/zygote_space.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/gc/space/zygote_space.h b/runtime/gc/space/zygote_space.h
index 8880548..30370aa 100644
--- a/runtime/gc/space/zygote_space.h
+++ b/runtime/gc/space/zygote_space.h
@@ -72,7 +72,10 @@ class ZygoteSpace FINAL : public ContinuousMemMapAllocSpace {
}
void Clear() OVERRIDE;
- void Reset() OVERRIDE;
+
+ bool CanMoveObjects() const OVERRIDE {
+ return false;
+ }
protected:
virtual accounting::SpaceBitmap::SweepCallback* GetSweepCallback() {