OSDN Git Service

Fix heap verification with SS/GSS.
authorMathieu Chartier <mathieuc@google.com>
Fri, 11 Apr 2014 23:42:46 +0000 (16:42 -0700)
committerMathieu Chartier <mathieuc@google.com>
Fri, 11 Apr 2014 23:52:59 +0000 (16:52 -0700)
commitb272cd3013e046b7b001a091b0925b99a844e382
tree164ea8da2ffe16cfdfa7c4f939a6b48fd2ef6ffa
parent248015696ee087878656fb53e37cbf7be2b97e4d
Fix heap verification with SS/GSS.

Since I had removed the SwapSemiSpaces it was trying to verify
references in the from space of the semispace collector, which isn't
necessarily valid.

Bug: 13989162

Change-Id: I8e0b7119a1a53d63f2c71ecdb276290eda5bae07
runtime/gc/collector/semi_space.cc
runtime/gc/heap.cc