Hold mutator lock in DdmSendHeapSegments for all spaces
Previously we were releasing the mutator lock in DdmSendHeapSegments and only reacquiring it for RosAlloc spaces. This was causing problems since the HeapChunkCallback access object fields through mirror. Bug: 17950534 (cherry picked from commit d6527cf8) Change-Id: Idb307fd4c01450a07e3c9621e04d2aabf2c6a0b9
Loading
Please sign in to comment