💾 Archived View for gemini.bortzmeyer.org › fosdem › event-11105.gmi captured on 2023-03-21 at 00:57:41. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
Rudy De Busscher
Type devroom
Starts on day 1 (2021-02-06) at 16:00 (Brussels time, UTC+1) in room Openjdk (duration 00:40)
Matrix room #openjdk:fosdem.org
Java Byte code is OS independent, which means that your application's startup takes more time than a native image. Using the Class Data Sharing functionality introduced in more recent versions of the JVM, you can prepare your application so that it will load very fast.
In this presentation, I'll go into more detail what Class Data Sharing is and how you can use it on an OpenJDK versions. With some Jakarta EE demo applications, you will see gains that you can achieve and reduce memory footprint a lot in Docker containers by sharing memory.