diff options
| author | 2015-05-11 18:04:09 +0000 | |
|---|---|---|
| committer | 2015-05-11 18:04:10 +0000 | |
| commit | 1d316adafda81cb2f30e210d3d108b97c7c11f15 (patch) | |
| tree | 57aa3ebf536ce612281523ce385cedf583afa93a /compiler/oat_test.cc | |
| parent | bd0cfef567012fa6c75243d9157ddceaab7cdaac (diff) | |
| parent | 1cc71ebf333ca323ae0e130fefbce4593e385c10 (diff) | |
Merge "Insert a read barrier in the JNI bridge."
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 dbdcc96fc1..a871a82d95 100644 --- a/compiler/oat_test.cc +++ b/compiler/oat_test.cc @@ -176,7 +176,7 @@ TEST_F(OatTest, OatHeaderSizeCheck) { EXPECT_EQ(72U, sizeof(OatHeader)); EXPECT_EQ(4U, sizeof(OatMethodOffsets)); EXPECT_EQ(28U, sizeof(OatQuickMethodHeader)); - EXPECT_EQ(111 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints)); + EXPECT_EQ(112 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints)); } TEST_F(OatTest, OatHeaderIsValid) { |