commit | 2e158932354e5950eb59c79498ab46b0586885fd | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Thu Sep 11 13:14:31 2014 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Thu Sep 11 16:55:49 2014 -0700 |
tree | 6cccc50847537d9dd807b49347b7bec846e5ec6e | |
parent | 02308cf78484bcd125d92ebb27185d890889b92a [diff] |
Delete pin table The pin table was brought over from dalvik but not really needed since ART doesn't support pinning in movable spaces. The only thing it did was hold objects live for JNI functions. This shouldn't be necessary since people keep jni references to these objects or else they could never release the elements. Bug: 17456946 (cherry picked from commit a967c62e4e6675d3553445aa8e95a09e7a3381b0) Change-Id: Ibed0d029157ffb9e75ecd80d4d544d690986c090