Learn how to optimize JVM and JIT compiler performance for better execution speed, memory usage, and resource utilization in your Java applications—and how to check your results. JVM optimization ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Virtual threads are a lightweight implementation of Java threads, delivered as a preview feature in Java 19. Virtual threads dramatically reduce the effort of writing, maintaining, and observing ...
The terms JVM tuning and Java optimization are often used interchangeably, but there is an important difference between the two practices. In short, JVM tuning requires some tradeoff between metrics ...
The current version, OpenJDK 25, was released in the fall of 2025, with many vendors offering Long-Term Support (LTS). Many companies use such releases as a stability anchor for migrations and ...
The best way to optimize JVM throughput and avoid runtime bottlenecks is to make Java performance profiling a key part of your team's continuous development and deployment (CI/CD) strategy. Here are ...
A thread (subprocess) that is executed by a Java Virtual Machine (JVM) without the cooperation of the operating system. Green threads enable the JVM to run on platforms that do not have native ...