Archive of posts with category 'jvm'

Decoding the G1 garbage collector

Java garbage collection is the JVM’s memory management process. Java objects are created in a part of the memory that JVM calls the heap and when the heap grows eventually...