OSDN Git Service

Jit: Fix for 2793725 SIGSEGV in JIT code cache
authorBill Buzbee <buzbee@google.com>
Wed, 23 Jun 2010 23:36:50 +0000 (16:36 -0700)
committerDan Bornstein <danfuzz@android.com>
Wed, 30 Jun 2010 19:02:05 +0000 (12:02 -0700)
commit6296a2e8e97d76165a83320b06e32fba0f5a5625
tree6e9779b96ed472a333cbd78cbedeb44fae75ddbd
parent9a2b2f7678128a5385c83ea393d73cf3cdfcbe46
Jit: Fix for 2793725 SIGSEGV in JIT code cache

r7 and r8 were missing from the handler clobber set, and are stepped on by
the handlers for inline string compareto and indexof.

Change-Id: I979c4b94ee412cb3d2ab76c2421f4c2336d9b6e3
vm/compiler/codegen/arm/RallocUtil.c