History log of /art/test/Statics/Statics.java
Revision Date Author Comments
2faa5f1271587cda765f26bcf2951065300a01ff 30-Jan-2012 Elliott Hughes <enh@google.com> Fix copyright headers.

Change-Id: I5b7bc76a370238d810d78522bd5531600746700f
abcfde3b9661618a88e170fac6fdf092a59eb993 30-Sep-2011 jeffhao <jeffhao@google.com> Fixed test for static final fields that don't use <clinit>.

Static final fields that are initialized by a compile-time constant
expression are replaced by copies of the constant value. This is done by
the compiler, and the dex file format passes it on.

Change-Id: I19c9b63508a4632ac32b8b877f33d68bfb3b054b
193a44d9637b51724274b1de384245776e264a46 04-Sep-2011 Brian Carlstrom <bdc@google.com> Make InitializeStaticStorageFromCode handle requests for uninitialized storage from <clinit>

Change-Id: I8562ad4fdb33c02c575ddc8986e49ee37c566cfd
9f30b38d74990286ce27c3a45368f73dbe3638f0 29-Aug-2011 Brian Carlstrom <bdc@google.com> Externalize test code

Change-Id: Iab19397c7a72fb9a3ca63bfd0bc4eaf1a98138ba