Refactor and remove copy mark bits.
Refactor code GC realted code to be in a GC folder.
Remove copy mark bits by using pointer changing instead.
Enable concurrent sweeping of system weaks.
Fix non concurrent GC plan.
Change-Id: I9c71478be27d21a75f8a4e6af6faabe896e5e263
diff --git a/src/class_linker.cc b/src/class_linker.cc
index 929582a..1853a59 100644
--- a/src/class_linker.cc
+++ b/src/class_linker.cc
@@ -48,8 +48,8 @@
#include "ScopedLocalRef.h"
#include "scoped_thread_state_change.h"
#include "sirt_ref.h"
-#include "space.h"
-#include "space_bitmap.h"
+#include "gc/space.h"
+#include "gc/space_bitmap.h"
#include "stack_indirect_reference_table.h"
#include "stl_util.h"
#include "thread.h"