OSDN Git Service

Use a sentinel when clearing JIT table entries.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 10 May 2017 14:09:35 +0000 (15:09 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Thu, 11 May 2017 14:50:44 +0000 (15:50 +0100)
commit70c94bf292bfb3113b757778fd6760fad81f5f79
tree5e6ea1e7b110226dca1231fc0ee115fa0e8c8c79
parentd7539b855a03e9b2603838749f8124b47b43620a
Use a sentinel when clearing JIT table entries.

This can help diagnosing crashes we see.

bug: 38128052
bug: 37949368
Test: test.py --jit

(cherry picked from commit 6ca115b5fa185a2cc162a453f425efd87d8f38bd)

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