Latest post
Clean your Memory: From Finalize to Cleaner
Garbage collection in Java takes care of memory management, but it does not clean up non-memory resources like sockets or file handles. Resource leaks may occur without proper management, leading to performance degradation or crashes. Java’s Cleaner API, introduced in …
-
Explained: Memory Allocation Pacing in Azul Zulu Prime builds of OpenJDK
Allocation Pacing (AP) is a technique within the JVM of Azul Zulu Prime builds of OpenJDK to prevent long memory allocation delays.
-
Quest to the OS: Java Native Memory
Let’s embark on an epic journey to the wonderland of java native memory to the level of OS while investing in a non-trivial memory issue.
1-3 of 3