Fortunately, there has been plenty of research on GCs that are fast enough for games. So the solution is to use one of those for Android, now that people are actually interested in writing games.
Your link mention two C++ facilities for supporting manual memory management that have no equivalents in Java, and thus (ignoring the smug sarcasm) supports my original point.
A better GC was already mentioned by the OP as another option.
How is this different from C++? Oh yeah, instead of objects you get "big blocks of RAM".