Avoid a use before initialization in mark sweep.

MarkSweep::GetName reads is_concurrent_, we pass GetName to the timing loggers
but before is_concurrent_ is initialized. Reorder is_concurrent_ to fix.

Change-Id: I98a65534a86ad18789aa0624808235f6b68c58d6
2 files changed
tree: 4017e571f97eb3537d144db42198dd1da970c7e1
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. .gitignore
  7. Android.mk