Parallel garbage collection

In earlier versions of Java 8 and earlier, the parallel garbage collection algorithm was the default garbage collector. It uses multiple threads but freezes all non-garbage collection threads in the application until garbage collection functions have completed, just like the serial garbage collection algorithm.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset