Short article about JEP 192 or how to reduce memory consumption by 20% using string deduplication for G1 garbage collection.
#java #gc #senior
https://dzone.com/articles/easy-change-to-reduce-memory-by-20
#java #gc #senior
https://dzone.com/articles/easy-change-to-reduce-memory-by-20
dzone.com
G1 GC: Reducing Memory Consumption by 20% - DZone Java
This quick runthrough will help you turn on string deduplication for G1 garbage collection, as well as analyzes its impact on your app's memory footprint.
Java 11 that has recently been feature frozen includes several really great features, one in particular we’d like to highlight. The release contains a brand new Garbage Collector, ZGC, which is being developed by Oracle that promises very low pause times on multi-terabyte heaps. This article covers the motivation for a new GC, a technical overview and some of the exciting possibilities ZGC opens up.
#java #java11 #gc #middle #senior
https://www.opsian.com/blog/javas-new-zgc-is-very-exciting/
#java #java11 #gc #middle #senior
https://www.opsian.com/blog/javas-new-zgc-is-very-exciting/
Opsian
Java's new Z Garbage Collector (ZGC) is very exciting
Java 11 features a new Garbage Collector, the Z Garbage Collector (ZGC), which is designed for very low pause times on huge multi-terabyte heaps. In this article we'll cover the motivation for a new GC, a technical overview and some of the really exciting…
Want to learn more about using phantom references in Java? Check this overview of Java reference types: strong, soft, weak and phantom. You will also explore how to test code in the garbage collector.
#java #gc #middle #senior
https://dzone.com/articles/soft-weak-and-phantom-references-in-java-how-to-te
#java #gc #middle #senior
https://dzone.com/articles/soft-weak-and-phantom-references-in-java-how-to-te
DZone
How to Test Code in the Garbage Collector
This tutorial demonstrates how to use different kinds of references in the garbage collector, including the strong, weak, soft, and phantom references.
Explore the New Java Garbage Collectors
The GC topic is still trendy especially considering the variety of Java application workloads and can have significant impact on performance.
The last two releases of Java introduced three new GCs. We'll take a look at each of them and what they add to the ecosystem.
#java #gc #middle #senior
https://dzone.com/articles/java-garbage-collection-3
The GC topic is still trendy especially considering the variety of Java application workloads and can have significant impact on performance.
The last two releases of Java introduced three new GCs. We'll take a look at each of them and what they add to the ecosystem.
#java #gc #middle #senior
https://dzone.com/articles/java-garbage-collection-3
DZone
Java Garbage Collection
Learn everything you need to know about the newest garbage collectors to the JVM, including the Epsilon GC, ZGC, and Shenandoah.
Nice overview of modern GCs
https://blogs.oracle.com/javamagazine/understanding-the-jdks-new-superfast-garbage-collectors
#java #gc #performance #middle #senior
https://blogs.oracle.com/javamagazine/understanding-the-jdks-new-superfast-garbage-collectors
#java #gc #performance #middle #senior
Oracle
Understanding the JDK’s New Superfast Garbage Collectors
ZGC, Shenandoah, and improvements to G1 get developers closer than ever to pauseless Java.