Based on the JVM version (1.4, 5, 6, 7, 8, 9), JVM vendor (Oracle, IBM, HP, Azul, Android), GC algorithm (Serial, Parallel, CMS, G1, Shenandoah) and few other settings, GC log format changes. Thus, today the world has ended up with several GC log formats.
Continue reading “GC LOG STANDARDIZATION API”Memory utilization on the mobile app has a significant impact on the customer experience. If your app creates a lot of objects, then Continue reading “UNDERSTANDING DALVIK GC LOGS”
Memory utilization on the mobile app has a significant impact on the customer experience. If your app creates a lot of Continue reading “UNDERSTANDING ANDROID GC LOGS”
In Android Run Time (ART) environment, Garbage Collection could be one of the types:
In Android Run Time (ART) environment, Garbage Collection activity could be triggered due to one of the reasons:
Safepoint
Lot of us know that JVM pauses entire application for garbage collection. But there are also other reasons for which JVM pauses application. Continue reading “Total time for which application threads were stopped”