commit | bba47a499beac418d3fc933acd6d4fe01dcaa3cb | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Wed May 30 10:53:58 2012 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Wed May 30 15:46:30 2012 -0700 |
tree | 6475701742c2033adbdf9831dce3ac1f8fe7ab8c | |
parent | 5ea8d4b0912a5bc139be21fc901f982a6b023675 [diff] [blame] |
Test for ConcurrentGC validity. Test aims to test for the lost object problem. Should consistently crash incorrect (no dirty card scanning) CMS if the CMS is requested after every allocation. Change-Id: I6161f0d678067947b60c5fadf57f5bdcb33b6749
diff --git a/build/Android.common.mk b/build/Android.common.mk index 33c33af..8e0fd51 100644 --- a/build/Android.common.mk +++ b/build/Android.common.mk
@@ -393,6 +393,7 @@ \ ExceptionTest \ GrowthLimit \ + ConcurrentGC \ IntMath \ Invoke \ MemUsage \