Visit stack trace roots
We need to visit the declaring classes of all the methods in the allocation stack traces to prevent class unloading for these methods. If the class gets unloaded, it will free the linear alloc resulting in hprof crashing during dumping. Also a bit of clean up. Bug: 26849503 Change-Id: I5cc57436294e4399388cb497819148b8a3b973d9
Loading
Please sign in to comment