Articles, Home

A First Look at Java Inline Classes

Java currently supports only two types of value: primitives and object references. Project Valhalla extends this by introducing inline classes which are a new form of type that exhibit some behaviors of both. These new types open the door to better alignment with modern CPUs and considerable potential performance improvements for Java applications.

Articles, Home

Faster startup time for Open Liberty – OpenLiberty.io

Quick startup times reduce the overhead of code and test cycles for developers, and improves scaling and responsiveness in production. In 2019, Open Liberty startup time has been reduced by nearly 50% in some cases, with healthy double-digit percentage improvements pretty much across the board.