OSDN Git Service

ART: Note CC configuration down into oat files
authorAndreas Gampe <agampe@google.com>
Thu, 19 Jan 2017 00:05:01 +0000 (16:05 -0800)
committerHiroshi Yamauchi <yamauchi@google.com>
Thu, 19 Jan 2017 00:34:50 +0000 (16:34 -0800)
commitf8cd890d86e2a136966d878fea1d0dae6a9c4ad0
tree61124576ed78f05cb4f071a1cd3c69d82a824d53
parent5d61614eda1ec69d46584605b439c56b6f3fd5e0
ART: Note CC configuration down into oat files

To detect changes in configuration, write the runtime configuration
of ART_USE_READ_BARRIER into the oat file key-value store.

Bug: 34084559
Bug: 12687968
Test: m test-art-host
Test: m ART_USE_READ_BARRIER=true test-art-host
Change-Id: I0b2bd9aa5546538e2b4b669b0acc0a4bebfd7bf0
dex2oat/dex2oat.cc
runtime/oat.cc
runtime/oat.h
runtime/oat_file_assistant.cc