Memory utilization on the mobile app has a significant impact on the customer experience. If your app creates a lot of objects, then Android Run Time (ART) environment will trigger Garbage Collection (GC) frequently. Android Garbage Collection is an automatic... Continue Reading →
Safepoint Lot of us know that JVM pauses entire application for garbage collection. But there are also other reasons for which JVM pauses application. For certain VM operations, certain JVMTI operations and JIT actions JVM pauses the application. Here are... Continue Reading →