OSDN Git Service

Disable the from-space memory protection under host debug build.
authorHiroshi Yamauchi <yamauchi@google.com>
Tue, 6 Sep 2016 19:24:52 +0000 (12:24 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Tue, 6 Sep 2016 19:25:44 +0000 (12:25 -0700)
commit34cf832a68af33cdb1e13db658cf636ef1abae38
tree8f4321331f65e5a65cb09cc98769b4fa1fd3f314
parentba0d6388d4b6ad9b1417bc5be036d394237186e7
Disable the from-space memory protection under host debug build.

Temporarily for diagnosing the odd memory protection issue on the build
server.

Bug: 31172841
Test: test-art-host with SS
Change-Id: I31aaf3ae5b1d3bda901c6c739933b5a4751058c1
runtime/gc/collector/semi_space.cc