commit | ed1c1e335acc9f61c7e25a78204f159ee3d13350 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sun Oct 02 14:31:05 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Sun Oct 02 14:31:05 2011 -0700 |
tree | 91be0a05aaf7e18f655cad675e411ed56a79d48a | |
parent | 67786519786755d287bcda07dceb6b6110b4f3f0 [diff] |
Fix field access. There was a bug in the implementation where the native methods weren't necessarily getting a null receiver but art::Object insists that you only get/set static fields on a null receiver. Also, these tests assume that fields are in the setAccessible(false) state by default. In our system, they're not. Change-Id: I935614fec013be465fc0bc30d3c717f12476e09b