commit | d7b8a30c974d62e6a84e8dee17383ef030bcd6bc | [log] [tgz] |
---|---|---|
author | Lokesh Gidra <lokeshgidra@google.com> | Tue Mar 25 20:57:54 2025 +0000 |
committer | Lokesh Gidra <lokeshgidra@google.com> | Wed Mar 26 15:30:07 2025 -0700 |
tree | c4667d48fdf99a9ddce9ccbaa566dbcc6d6c73e3 | |
parent | 51a1a759c2579d4c50f9aeeab4a143f5eb1c6549 [diff] |
Disable pre-gc-heap-verification in debug builds There is enough evidence that the memory corruption bugs are manifesting during the GC. So verifying the heap before GC won't help in identifying any bugs. On the other hand, it adds enough overhead to cause some tests' timeout. Test: art/test/testrunner/testrunner.py --host --debug Change-Id: Ia6480097c3259255e1ca6a6a885a16928b39e453