commit | c29f896d4f625fee4269bf44c22838700a859c2f | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Wed Oct 08 13:54:55 2014 +0200 |
committer | Sebastien Hertz <shertz@google.com> | Fri Oct 10 22:06:52 2014 +0200 |
tree | 58f1ea826c27e4a7408174787d485c28b09218b8 | |
parent | 523cd7f94f80473e4541edf6e38798489f6126dc [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 (cherry picked from commit 033aabf9789eda162e183ed34678d665dc903387) Change-Id: Iaaf2954bcb67d21ae3df5d7ed3dcd86ed27c128a