summaryrefslogtreecommitdiff
path: root/compiler/oat_test.cc
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2016-07-14 09:32:34 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-07-14 09:32:34 +0000
commit2c30a373428b8d19bf97866d5d323c4ca2fbca72 (patch)
tree8927430b0ae7185b0583615e8dbd7481ac13c6c7 /compiler/oat_test.cc
parent7598736db0647eb963e77fafc22af6c0a5747d20 (diff)
parent02b75806a80f8b75c3d6ba2ff97c995117630f36 (diff)
Merge "Introduce more compact ReadBarrierMark slow-paths."
Diffstat (limited to 'compiler/oat_test.cc')
-rw-r--r--compiler/oat_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/oat_test.cc b/compiler/oat_test.cc
index 672018b355..41b19601b9 100644
--- a/compiler/oat_test.cc
+++ b/compiler/oat_test.cc
@@ -444,7 +444,7 @@ TEST_F(OatTest, OatHeaderSizeCheck) {
EXPECT_EQ(72U, sizeof(OatHeader));
EXPECT_EQ(4U, sizeof(OatMethodOffsets));
EXPECT_EQ(20U, sizeof(OatQuickMethodHeader));
- EXPECT_EQ(133 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints));
+ EXPECT_EQ(164 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints));
}
TEST_F(OatTest, OatHeaderIsValid) {