OSDN Git Service

Do not allow OSR jump while debugging is active.
authorAart Bik <ajcbik@google.com>
Wed, 18 May 2016 22:44:07 +0000 (15:44 -0700)
committerAart Bik <ajcbik@google.com>
Thu, 19 May 2016 18:38:10 +0000 (11:38 -0700)
commit29bdaeef925f35eed68f3e52d04416daa0a62317
tree252c4490c104a86416df84702b1d5fa702a2c0d8
parentfde261814318ba1fdab5cc371c9220286173d997
Do not allow OSR jump while debugging is active.

Rationale:
This prevents dangerous transitions between interpreter
and osr compiled code while e.g. single stepping through
a method that is becoming hot.

BUG=28672961

Change-Id: Ife8e641c05b3e3eb01284212270595c8677d6673
runtime/jit/jit.cc