OSDN Git Service

Fix -Xint and -Xusejit interaction
authorCalin Juravle <calin@google.com>
Wed, 27 Apr 2016 17:50:45 +0000 (18:50 +0100)
committerCalin Juravle <calin@google.com>
Thu, 28 Apr 2016 14:09:27 +0000 (15:09 +0100)
commit6caaa84947d5d207cde511978db327d95226e3ce
tree95c690a521d5dca67c8af3c6b5d33d2e04123cb8
parent2a894f433d126d6e8694c6235e29e66ef45a31d9
Fix -Xint and -Xusejit interaction

- don't allow interpret and jit compilation at the same time
- make sure we -Xsaveprofileinfo works with -Xint.

Bug: 27916886
Change-Id: Icab85e5b6f576f82374d5f88145cc81595afce37
runtime/parsed_options.cc
runtime/runtime.cc