Java 11 is ready with new exciting features and it have nasty surprises as well, It have a newly designed Garbage Collector which is fast, scalable and easy to tune. Let's find out what is it. It is one of the most exciting feature in JDK 11. This brand new Garbage Collector, ZGC, which is being developed by Oracle that promises very low pause times on multi-terabyte heaps. JVM tuning will not be a tedious job because it is easy to tune as well. It is an experimental feature in JDK 11 later on it will available as full feature. It is scalable low latency Garbage Collector which means it will have pause time less than 10ms no matter how big your heap is. it is scalable, it can handle multi-terabyte heaps without affecting the performance. Key features of ZGC are : 1. Concurrent Marking Relocation/compaction Relocation set selection reference processing StringTable cleaning 2. Single Generation 3. Load barriers 4. Colored pointers 5. Region based : heap ...
Technology - Marketing - Stocks - Views