OSDN Git Service

CW on Master: Propagate or throw exception when no class found happens in interpreter.
authorSean Wan <swan@google.com>
Wed, 9 Jul 2014 19:08:29 +0000 (12:08 -0700)
committerSean Wan <swan@google.com>
Wed, 9 Jul 2014 21:19:31 +0000 (14:19 -0700)
commit41a71f3db62e5bccb162a2b18ed3801e00ff6f87
tree6c0125cb350829c2218e3b6cfde39074330ee194
parentea2aa987f490d298bb8bcc5c863c3701a28e10b3
CW on Master: Propagate or throw exception when no class found happens in interpreter.

The old behavior is a check fail which causes zygote process crash.

This is particular a problem for CW in which webview is not used, and
this stops CW system start.

Change-Id: I45f26d6e5d328de7f156793f9044f6bf3f878a1a
runtime/interpreter/interpreter_common.cc