OSDN Git Service

Set the root table size when allocating.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 5 Dec 2016 00:10:09 +0000 (00:10 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 5 Dec 2016 00:10:09 +0000 (00:10 +0000)
commitf4b94427072a42ee6814aa6e1abc04ced5235355
treec50d0748fdcc78d53c7cab5bdd9555a922c6cc73
parent3bdc662e713289655c744c7ba3d3e5316b276c45
Set the root table size when allocating.

In order to deallocate it at any point.

test: ART_TEST_JIT=true m test-art-host-run-test-jit
Change-Id: I36574fd1a34c9d67800a164fa801db7a17c827bf
runtime/jit/jit_code_cache.cc