commit | c917f74d9235feefd1788a7b9ba34ed8f1215850 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Apr 20 19:16:37 2015 -0700 |
committer | Andreas Gampe <agampe@google.com> | Mon Apr 20 19:17:54 2015 -0700 |
tree | cc83bd455d327c643e733db3ed8e32fc1cf56977 | |
parent | b0557acebc7a47f6d8a3653c376165160fc68105 [diff] |
Frameworks/base: Use better Class.forName in ZygoteInit Use the three-argument version of Class.forName. This saves an expensive stack lookup for the caller's class-loader on each invocation. Bug: 19498458 Change-Id: I859affde31e580fd2de3f70ee0a9295936c2d9f4