OSDN Git Service

Only watch location for BREAKPOINT event
authorSebastien Hertz <shertz@google.com>
Wed, 8 Oct 2014 11:54:55 +0000 (13:54 +0200)
committerSebastien Hertz <shertz@google.com>
Thu, 9 Oct 2014 16:32:50 +0000 (18:32 +0200)
commit033aabf9789eda162e183ed34678d665dc903387
tree3beaf12012d725296f48877bb9676ea81fe000e5
parent2d4e89e97812aeca16ff058d7286f29b7549c43a
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
runtime/jdwp/jdwp_event.cc