OSDN Git Service

Fix old stack frame size check
authorAndreas Gampe <agampe@google.com>
Mon, 10 Mar 2014 21:18:35 +0000 (14:18 -0700)
committerAndreas Gampe <agampe@google.com>
Mon, 10 Mar 2014 22:10:05 +0000 (15:10 -0700)
commit5b417b97bd0e89ecd16d2215e0ff2eca5284e013
treeebcbe66aa85c1813ff795e9274f9add38e8190ee
parente4bf2b84c61c6109dc4dda4952aa2ca29c52edd3
Fix old stack frame size check

The test underestimates the frame size for JNI frames, as not enough
overhead is accounted for.

Cherry-picked from commit 291088a2983ff954c137dddcc2ba7cb1c4cc95d2

Change-Id: I6ad96bc9b8eaecd6c888b91b3ffcfc4aeddc5eb8
runtime/stack.cc