OSDN Git Service

Disable read barrier thunks for heap poisoning
authorMathieu Chartier <mathieuc@google.com>
Mon, 17 Apr 2017 19:50:45 +0000 (12:50 -0700)
committerMathieu Chartier <mathieuc@google.com>
Mon, 17 Apr 2017 19:50:45 +0000 (12:50 -0700)
commitdda7360caf19d44cfef5307e8a6ec4d7cba6b474
tree9f9a7f0c7197b72c9eca9665efae0d4fe17d9268
parent27fb1dc467effbd8df43e6207743fdb7bcee4044
Disable read barrier thunks for heap poisoning

Logic to unpoison is not yet implemented, this causes SIGSEGVs in
various places.

Bug: 29516974
Bug: 30126666
Bug: 36141117

Test: ./test/testrunner/testrunner.py -j4 --optimizing --debuggable --ndebuggable --target --verbose
Change-Id: I8317a142d07af36090d5f05ce46100dfa07c17e7
compiler/optimizing/code_generator_arm64.cc