Understanding JVM Memory Layout with OpenJDK24's New PrintMemoryMapAtExit VM Option
OpenJDK24 recently added a new HotSpot JVM option called PrintMemoryMapAtExit.
Every article on foojay.io, newest first: OpenJDK, the JVM, Java tooling and the ecosystem around them, written by the Java community.

Chris Newland
11,278 viewsOpenJDK24 recently added a new HotSpot JVM option called PrintMemoryMapAtExit.

Nicolas Frankel
4,918 viewsHere I describe using the proxy-rewrite plugin with a path variable. You can reuse the same technique with multiple variables.

A N M Bazlur Rahman
13,187 viewsLearn how to create a Java command-line tool with JBang and PicoCLI to automate generating release notes from GitHub.

Muaath Bin Ali
24,600 viewsMaster effective logging in Java applications using SLF4J and Logback. This comprehensive guide provides 14 essential best practices.

Roni Dover
5,603 viewsWe've added extra coupons for our free Continuous Feedback Udemy course! We're glad to see it's been valuable for some of you.

Frank Delporte
9,294 viewsWith this new series of video interviews, I want to take you behind-the-scenes of some applications built using JavaFX.

DORA significantly impacts investments by the financial sector in Java, because of its emphasis on secure and resilient software.

Anthony Goubard
13,786 viewsLet's see other possibilities than the default ones that can be done with the structured concurrency API.

A N M Bazlur Rahman
20,185 viewsJava's sun.misc.Unsafe is being phased out. Learn safer memory access using VarHandle and Foreign Function & Memory API to keep your …

Lee Sheinberg
15,301 viewsIn this article, I will share why my team decided to start a Java profiler, the list of profilers we found that are suited for profiling …