OpenJ9’s Advantage for Java Serialization

Did you know… that just by using OpenJ9 as your runtime, applications using deserialization could gain a huge performance advantage? Background Java serialization provides a way to easily convert a sequence of bytes to and from a java.lang.Object. One step that occurs during the process of deserialization is loading the class specified by the class…

OpenJ9 XL Heap

Are you looking to run a Java application with OpenJ9 that requires a large heap size (more than ~57GB)? OpenJ9 SDKs with noncompressed references are here! OpenJ9 SDKs with noncompressed references are available at AdoptOpenJDK for Linux x64 . Although other platforms are not available to download as binaries just yet, you can easily create…