FOSDEM 2020: Reducing OpenJDK Java GC Times with Stack Allocation

In this talk we’ll explore ways that the JVM can reduce the object allocation rate of Java programs automatically by performing stack allocation of objects that are known to be local to a method, or in compiler terms non-escaping. The discussion is focuse… Read more

Similar

Spring 6 will require Java 17

<p>As announced at SpringOne yesterday, Spring Framework 6 and Spring Boot 3 are planned towards a high-end baseline for their general availability in Q4 2022:<br>* <strong>Java 17+</strong> (from Java 8-17 in the Spring Framework ... (more…)

Read more »