commit | 6ed1a0f396a1857c31b486d3e93ee2dbeb49a6cd | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Thu Sep 10 15:34:19 2009 -0700 |
committer | Andy McFadden <fadden@android.com> | Thu Sep 10 15:43:08 2009 -0700 |
tree | d255b585003bdcfd92d9dd0f68362d608530b8f4 | |
parent | 4e0d6410822210c824f1a8b7b6794e4f9fd91855 [diff] |
Display additional information on stack overflow. This required passing an additional argument into dvmHandleStackOverflow, which is called directly from mterp. Fortunately the method being called is sitting in a register for both ARM and x86, so this is a fairly simple change. For internal bug 2110533.