History log of /art/test/064-field-access/src/Main.java
Revision Date Author Comments
2406556ba503036cc56af6edcad7c5a2a1b0c7c1 01-Apr-2014 Jeff Hao <jeffhao@google.com> Fix reflection access checks for app compatibility.

Also updates field access test.

Bug: 13740995

Change-Id: I224712cfcb0c05429b831c26980cabad7bdef49a
925b687c29ddfe952c29e13e6c05c2491e3b37f7 01-Apr-2014 Jeff Hao <jeffhao@google.com> Fix reflection access checks for app compatibility.

Also updates field access test.

Bug: 13740995

Change-Id: I224712cfcb0c05429b831c26980cabad7bdef49a
11d5d8fffe41cc7daadbfa2ca98ecb978f3029af 26-Mar-2014 Jeff Hao <jeffhao@google.com> Add access checks to Method and Field reflection.

Art side of this change. Has a corresponding libcore change.

Bug: 13620925
Change-Id: Ie67f802a2a400e8212b489b9a261b7028422d8ba
c71f652a50e562d88f6aa1d691285101b8912959 11-Apr-2012 Ian Rogers <irogers@google.com> Extend test 064.

Extend to test direct access to fields and more exhaustively check field
modifiers for reflection.

Change-Id: I173e6e12b74e0c73d8d1001540560fd4923a9f86
ed1c1e335acc9f61c7e25a78204f159ee3d13350 02-Oct-2011 Elliott Hughes <enh@google.com> 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
5d1ac920fdaef5d4ec8f66bb734488cd9660b024 30-Sep-2011 jeffhao <jeffhao@google.com> Adding old unit tests to test suite.

These tests are copied straight over. They'll still run, but they're
using the old system.

Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8