commit | 53b8b09fc80329539585dcf43657bc5f4ecefdff | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Thu Mar 13 23:45:53 2014 -0700 |
committer | Ian Rogers <irogers@google.com> | Fri Mar 14 11:28:10 2014 -0700 |
tree | cac0f82fbb89bd907104e3fed6c36203e11a3de0 | |
parent | 0dea9872082bc3e576ed6cefed86b0d6c0c45ffd [diff] |
Refactor reflective method invocation. Move invocation code out of JNI internal into reflection, including ArgArray code. Make reflective invocation use the ArgArray to build arguments rather than allocating a jvalue[] and unboxing arguments into that. Move reflection part of jni_internal_test into reflection_test. Make greater use of fast JNI. Change-Id: Ib381372df5f9a83679e30e7275de24fa0e6b1057