summaryrefslogtreecommitdiff
path: root/runtime/oat.h
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2018-07-15 04:46:32 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-07-15 04:46:32 +0000
commit2449d6d006dcb685d3b386edcf624e67ef37e12c (patch)
tree044e224023c972e02340927acc3e5b9e518adbc8 /runtime/oat.h
parente24c69db699cf92b9ee4182442be3066ce1be762 (diff)
parent2c76257e4bfcd6f522b0cd3487ba7d9900043243 (diff)
Merge "Remove unused InvokeInfo from stack maps and the runtime."
Diffstat (limited to 'runtime/oat.h')
-rw-r--r--runtime/oat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/oat.h b/runtime/oat.h
index ef2a5d72ed..f8ec665683 100644
--- a/runtime/oat.h
+++ b/runtime/oat.h
@@ -32,8 +32,8 @@ class InstructionSetFeatures;
class PACKED(4) OatHeader {
public:
static constexpr uint8_t kOatMagic[] = { 'o', 'a', 't', '\n' };
- // Last oat version changed reason: Added AllocStringObject Quick Entrypoint.
- static constexpr uint8_t kOatVersion[] = { '1', '5', '3', '\0' };
+ // Last oat version changed reason: Remove InvokeInfo from stack maps.
+ static constexpr uint8_t kOatVersion[] = { '1', '5', '4', '\0' };
static constexpr const char* kImageLocationKey = "image-location";
static constexpr const char* kDex2OatCmdLineKey = "dex2oat-cmdline";