summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.h
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2014-05-23 10:54:50 -0700
committerMathieu Chartier <mathieuc@google.com>2014-05-23 11:15:20 -0700
commitc179016fe188bef09487e777aa0fd861f5cdf067 (patch)
treef7ab8bae6c7d99738c2a79882c555c7b08320c61 /compiler/optimizing/graph_visualizer.h
parentdfd301f19800a4f168283cf2d0b15b2c09071955 (diff)
Add reserve area to allocation stacks.
This fixes an issue with heap verification which was caused when the allocation stack overflowed. This resulted in heap verification failures since we were storing the newly allocated object in a handle scope without having it be live either in the live bitmap or allocation stack. We now push the object in the reserve area before we do a GC due to allocation stack overflow. Change-Id: I83b42c4b3250d7eaab1b49e53066e21c8656a740
Diffstat (limited to 'compiler/optimizing/graph_visualizer.h')
0 files changed, 0 insertions, 0 deletions