History log of /art/test/StaticsFromCode/StaticsFromCode.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