OSDN Git Service

Flush data cache after updating the JIT table.
authorNicolas Geoffray <ngeoffray@google.com>
Thu, 25 May 2017 11:54:31 +0000 (12:54 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Fri, 26 May 2017 12:33:34 +0000 (13:33 +0100)
commitb06c2974ea5e17f2fc0763d751a13b3fe660a4b9
treeba83825efc8f8e3483071b541e7a711deb08c2da
parent30baf4a6d7c568e423c9d3e3fa7a7a25ab730b62
Flush data cache after updating the JIT table.

Otherwise, other cores could see an incomplete table when executing
the new code.

bug: 37949368
Test: test.py --jit

(cherry picked from commit 352b17af5263b27cad7a1dbf2351f9cb71d6af58)

Change-Id: Ib1e4d2386477cb537b5921bb395e4bcd0ff760b7
runtime/jit/jit_code_cache.cc