Clear PropertyValueHolder internal caches
PropertyValueHolder holds a number of caches that use Class as key. This will cause leaks of the Class object and of the ClassLoader used to load that class. This will hold all the ModuleClassLoader instances. Bug: 109745308 Test: N/A Change-Id: I7b5a390e3f6303d883480c2256368a72889b92b7 (cherry picked from commit de0cc8f81d3e1ebd895664dc3a66b36cc367f2fe)
Loading
Please sign in to comment