commit | e810452722ac83b294d1f7aa80bdd88e547d5af0 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Tue Oct 15 21:56:36 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Sun Oct 20 21:38:53 2013 -0700 |
tree | 6000d7851d7e60936a2ec6e7ef6ca935bc374832 | |
parent | 67fe2b41a6afccf6ab1a58879eae3e0e8f3d6c7a [diff] [blame] |
Preload DexCaches Bug: 11045348 Change-Id: I6f9c0d11613b6b4933a04ae23dbf4bc7879cea65
diff --git a/runtime/dex_file.h b/runtime/dex_file.h index 346154c..cef4ce4 100644 --- a/runtime/dex_file.h +++ b/runtime/dex_file.h
@@ -33,6 +33,8 @@ namespace art { +// TODO: remove dependencies on mirror classes, primarily by moving +// EncodedStaticFieldValueIterator to its own file. namespace mirror { class ArtField; class ArtMethod;