commit | 033aabf9789eda162e183ed34678d665dc903387 | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Wed Oct 08 13:54:55 2014 +0200 |
committer | Sebastien Hertz <shertz@google.com> | Thu Oct 09 18:32:50 2014 +0200 |
tree | 3beaf12012d725296f48877bb9676ea81fe000e5 | |
parent | 2d4e89e97812aeca16ff058d7286f29b7549c43a [diff] |
Only watch location for BREAKPOINT event This CL ensures we watch a location for BREAKPOINT event only. Other events (single-step, method entry/exit, ...) are handled differently and LocationOnly modifier is used as an event filter in this case. This prevents from failing a check when we need to deoptimize for non-breakpoint event. Bug: 17908144 Change-Id: Ib413d62fa31480fec8d750543c0605ba52188350