OSDN Git Service

ART: Fix JIT profile saver
authorSerguei Katkov <serguei.i.katkov@intel.com>
Mon, 1 Aug 2016 10:47:04 +0000 (17:47 +0700)
committerCalin Juravle <calin@google.com>
Wed, 10 Aug 2016 14:47:58 +0000 (14:47 +0000)
commit87de9cfefddfeef9b139e90adf372e3566be3afc
treeb9d95f661d80baee8b9395a7d7c38f7359a23320
parentba65cc4a71273904294245cb37ce70e5bce797e3
ART: Fix JIT profile saver

We miss the case when jit activity notification count exceeds
the threshold. Fix it.

Bug: 30583550
Test: manual test in master

Change-Id: Ib10a34d3c2f5d3cf674b1c4d7a3c1204784865d3
Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com>
runtime/jit/profile_saver.cc