commit | 9b1c71ec77d92d63f1c2183b0cd3588727b2c265 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Wed Sep 02 18:51:54 2015 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Fri Sep 04 15:44:45 2015 -0700 |
tree | 1f8cfa8487497a24cd8fdb0269242ea9e6873544 | |
parent | 5fbb15fe05fb8814907e00fdc0ca34d9b6113c9f [diff] |
Make class loaders weak roots Making the class loaders weak roots in the class linker prevents them from keeping the classes as live. However we currently do mark them as strong roots to make sure no accidental class unloading occurs until the logic to free from linear alloc is complete. Bug: 22720414 Change-Id: I57466236d9ce6fd064dda9a30ce8ab68094fb8b0