Fix race condition in ProcessReferences.

There was a race caused by not setting the is_marked_callback_ to
null after doing a non concurrent ProcessReferences which caused a
small window of time during the next concurrent GC where the
mutator could attempt to use a stale is marked callback.

Change-Id: Ia56e463f4b30623911e041687960388973e5304f
1 file changed