Chromium Code Reviews| Index: src/x64/code-stubs-x64.h |
| diff --git a/src/x64/code-stubs-x64.h b/src/x64/code-stubs-x64.h |
| index 4d12f491c6571754856a3c067afec73ecacdf1bc..dad6fb6fbf25a902e926bdcbfb66e23ab5cafc2d 100644 |
| --- a/src/x64/code-stubs-x64.h |
| +++ b/src/x64/code-stubs-x64.h |
| @@ -598,6 +598,7 @@ class RecordWriteStub: public CodeStub { |
| break; |
| } |
| ASSERT(GetMode(stub) == mode); |
| + CPU::FlushICache(stub->instruction_start(), 7); |
| } |
| private: |