aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/x86/CodegenInterface.cpp
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2013-08-08 11:43:30 -0700
committerMathieu Chartier <mathieuc@google.com>2013-08-08 19:14:36 +0000
commita86e99bacbe72f2a8914c4339646a6aba488afcd (patch)
tree113db1562ab00a9b88b41147f2f6dd86c682bcaf /vm/compiler/codegen/x86/CodegenInterface.cpp
parent27366b6a408f945db1873f3cd507d520cd57d124 (diff)
Fix broken card table asserts.
We had an off by one error due to getting the card for the heap source limit. This is not a valid card when the heap is at maximum size, but doesn't need to be since we do less than comparison on it. Fixed another error where we didn't take into account the biased begin in an assert. Did a bit of refactoring by removing useless if statement. Fixes 061-out-of-memory. Bug: 8282011 Change-Id: I66e3026e7b98b738ecfbced101846ec9f184ab70 (cherry picked from commit ee903e174872edd0ecc6f1940c7412892cd49123)
Diffstat (limited to 'vm/compiler/codegen/x86/CodegenInterface.cpp')
0 files changed, 0 insertions, 0 deletions