commit | 47de0fad87b5e9a02b1fdde124ff32247f0b477e | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed Feb 15 19:29:36 2017 -0800 |
committer | Andreas Gampe <agampe@google.com> | Thu Feb 16 11:07:41 2017 -0800 |
tree | 87fda7f87a8d10cd67177298b68fd7e46e0ac098 | |
parent | 2bece1f9df4a060db2fc5b65cd3f3785e4e6e877 [diff] |
ART: Fix Unstarted Runtime Class.forName We really only support the boot classloader, and only in the null denotation. Otherwise the class-linker would want to install a class table into the fake BootClassLoader. Add tests. Bug: 34956610 Test: m test-art-host-gtest-unstarted_runtime_test Change-Id: I47e284fbd17eb8d33665d2788afcbcc3d09d3d2e