Fix GetCurrentMethod to cope with callee-save frames.

We want to report something like this:

 Aborting because JNI app bug detected (see above for details)
              in call to Throw
              from Main.throwNullPointerException()V

Rather than something like this:

 Aborting because JNI app bug detected (see above for details)
              in call to Throw
              from java.lang.reflect.Method.$$$callee_save_method$$$()V

Change-Id: I84491c315dc0f114da1ab1fd9f191b5d04daf76e
2 files changed
tree: e053c8cd08ba67fc396bcb0bbf39b71c1b515783
  1. build/
  2. oat_process/
  3. oat_runtime/
  4. src/
  5. test/
  6. tools/
  7. Android.mk