J-Spring 2023: Decoding the secrets of the JVM internals – Lennart ten Wolde

One of the biggest areas being worked on in the JVM as of late is memory management. From new garbage collectors to virtual threads to value objects. What does all of this mean to us java developers? Should we anticipate the future and refresh our memory? In this presentation we are going to take a look under the hood of the Java Virtual Machine, explore the mysteries of memory management in Java and figure out how this relates to us as developers. We will focus on how to apply this knowledge to help you better understand the code you write in order to build more robust software. When this talk is over you will know how memory management works in java, what is changing in newer java versions and what you should do about it.

(Visited 3 times, 1 visits today)

About The Author

You might be interested in