diff options
| author | 2016-08-16 21:51:02 +0000 | |
|---|---|---|
| committer | 2016-08-16 21:51:03 +0000 | |
| commit | 3cc35c324b748c41be92a51eae68b77846b4c243 (patch) | |
| tree | 615179a7897249b7e859a1875467bc9c9300f866 /compiler/oat_test.cc | |
| parent | 3f410202b177416c785e6172138a265a91c81b0a (diff) | |
| parent | 9d4b6da934934c322536ee3309b63ce402740f49 (diff) | |
Merge "jni: Fast path for @FastNative annotated java methods"
Diffstat (limited to 'compiler/oat_test.cc')
| -rw-r--r-- | compiler/oat_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/oat_test.cc b/compiler/oat_test.cc index ce044e8e54..bf53bb2d0b 100644 --- a/compiler/oat_test.cc +++ b/compiler/oat_test.cc @@ -445,7 +445,7 @@ TEST_F(OatTest, OatHeaderSizeCheck) { EXPECT_EQ(72U, sizeof(OatHeader)); EXPECT_EQ(4U, sizeof(OatMethodOffsets)); EXPECT_EQ(20U, sizeof(OatQuickMethodHeader)); - EXPECT_EQ(162 * static_cast<size_t>(GetInstructionSetPointerSize(kRuntimeISA)), + EXPECT_EQ(164 * static_cast<size_t>(GetInstructionSetPointerSize(kRuntimeISA)), sizeof(QuickEntryPoints)); } |