[Перевод] Как снизить хвостовые задержки в Java с помощью ZGC Хвостовые задержки в Java часто упираются не в «сред...
#Java #JVM #сборка #мусора #ZGC #хвостовые #задержки #latency #профилирование #JFR #производительность
Origin | Interest | Match
#Java peers...great news!
@eosterlund.bsky.social is publishing a #ZGC book, now's the time to pre-order!
Details below!
@jpbempel.bsky.social spotted spikes in native memory during #ZGC generational (default in #JDK 23) cycles, this happens where’s also a spike in Java Heap allocations. So this might be something to keep an eye on when memory sizing you’re #containers.
mail.openjdk.org/pipermail/zg...
Join Ingo Düppe on stage at #JCON2025 for a journey through 30 years of #JavaUI. But before the big session, explore his take on what makes Java fast. Read “Hitchhiker’s Guide to Java Performance” → javapro.io/2025/04/0...
#GraalVM #ProjectLoom #GarbageCollection #JVM #ZGC #JAVAPRO
Wednesday Links - Edition 2025-04-30
dev.to/0xkkocel/wed...
#java #jvm #spring #commit #nats #langchain4j #zgc #junit5
I missed that GCToolkit lib added support for generational ZGC in 3.5.0.
Latest 3.6.0 includes some fixes github.com/microsoft/gc...
#openjdk #zgc
As seen on inside.java, my latest blog post "How ZGC allocates memory for the Java heap" details how ZGC works behind the scenes, doing much more than "just" collecting garbage. Available at: joelsiks.com/posts/zgc-he... #Java #OpenJDK #ZGC
Just landed the Mapped Cache in ZGC last week - a project I've been working on for the past 6 months or so. It reduces fragmentation, improves NUMA support and lays the foundation for future enhancements. Check it out at: github.com/openjdk/jdk/... #Java #OpenJDK #ZGC
Some changes in #ZGC memory allocation coming in #OpenJDK 25. This should help transition from shared memory to anonymous mmaps. I guess `jcmd {pid} System.map` will come in handy.
github.com/openjdk/jdk/...
I present to you my article comparing the three GC types on JDK-23:
G1GC, ZGC+Generational, Shenandoah:
dev.to/vishalendu/c...
#Java #GC #Garbagecollection #G1GC #ZGC #Shenandoah #performance #performanceengineering
Great talk about (future) of automatic heap sizing in #Java #JVM
www.youtube.com/watch?v=wcEN...
(while it applies to #ZGC, Google is exploring this for G1 and Microsoft for SerialGC! awesome collaboration across different vendors <3 )
Learn about Netflix’s success with Generational ZGC:
netflixtechblog.com/bending-paus...
#java #zgc #garbagecollector #openjdk23 #streaming