System.gc doesn't always do a GC unless to attempt to run the finalizers after you call System.gc. Bug: 14325353 Change-Id: Iebed7fad5576d610cea13a86e7d3d46652c67478
Some classes that handle DDM traffic. It's not necessary to put all DDM-related code in this package; this just has the essentials. Subclass org.apache.harmony.dalvik.ddmc.ChunkHandler and add a new registration call in DdmRegister.java.