Various things.

Change-Id: I6911c995d7635b95e6dc6b9112bf4e1adf85e830
diff --git a/src/object.h b/src/object.h
index e94671b..2ceafbd 100644
--- a/src/object.h
+++ b/src/object.h
@@ -1600,7 +1600,7 @@
     kDumpClassInitialized = (1 << 2),
   };
 
-  void DumpClass(std::ostream& os, int flags);
+  void DumpClass(std::ostream& os, int flags) const;
 
   DexCache* GetDexCache() const;