commit | f24a7f125b9407364b2153524e43fb5f50d8d56d | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Fri Jan 14 14:52:48 2011 -0800 |
committer | Andy McFadden <fadden@android.com> | Fri Jan 14 15:04:21 2011 -0800 |
tree | 9f967edede6685e62b39c7bdadff53edeb4ae3a9 | |
parent | 9c6e857fb13cad874a2f430438babe44bcddf5d0 [diff] |
Fix JNI invocation of constructors. The code that "virtualizes" method invocations was attempting to virtualize a call to a constructor. Constructors are direct methods, so this resulted in a spurious CloneNotSupportedException. Bug 3354578 (cherry-pick from dalvik-dev) Change-Id: Ib158ab7fc6b2874eba1fc2afa45fd5436c1f2a8a