Inside JavaNews and views from members of the Java team at Oraclehttps://inside.java/feed.xml2026-07-05T09:03:48Z2026-07-05T09:03:48ZSIMD Vectors in the HotSpot JVM - Auto Vectorization and the Vector APIEmanuel Peterhttps://inside.java/2026/07/02/simd-vectors-hotspot-jvm/2026-07-02T00:00:00Z2026-07-02T00:00:00Z<p>Explore the latest work on the HotSpot JVM, with a focus on auto-vectorization and the Vector API.</p>2026-07-02T00:00:00ZZGC: A Decade of Redefining Java PerformanceStefan Johansson (alum)https://inside.java/2026/06/30/zgc-performance-decade/2026-06-30T00:00:00Z2026-06-30T00:00:00Z<p>ZGC is a concurrent garbage collector, meaning all heavy GC tasks are performed alongside application threads, resulting in sub-millisecond pause times. This talk will explore a brief history of ZGC, its internal mechanisms, the performance in JDK 25, and future development plans.</p>2026-06-30T00:00:00ZEpisode 60 “How JEPs Drive Java's Evolution” [AtA]Nicolai Parloghttps://inside.java/2026/06/25/podcast-060/2026-06-25T00:00:00Z2026-06-25T00:00:00Z<p>JEPs are OpenJDK's vehicle for documenting and communicating substantial changes of the Java language, its APIs, and the runtime but also the JDK project itself.</p>2026-06-25T00:00:00ZBetter Tools for Immutable DataDan Smithhttps://inside.java/2026/06/21/better-tools-immutable-data/2026-06-21T00:00:00Z2026-06-21T00:00:00Z<p>This session covers new and upcoming Java features for working with immutable data, and explains how they improve reliability and performance while enabling JVM optimizations and guiding when to use them.</p>2026-06-21T00:00:00ZCan Java Microservices Be As Fast As Go? A 2026 Benchmark UpdateMark Nelsonhttps://inside.java/2026/06/15/java-microservices-fast-go-2026-benchmark/2026-06-15T00:00:00Z2026-06-15T00:00:00Z<p>Six years after first comparing Java and Go microservices, the authors revisit the performance question: whether carefully implemented Java and Go HTTP services still deliver similar results on modern runtimes and hardware. Rather than framing it as a language competition, the 2026 article examines how each performs as payload sizes and concurrency increase, with all code, benchmarks, and results available in a companion repository.</p>2026-06-15T00:00:00ZHow Agentic Coding Can Help You Migrate Java Applications FasterMahdi KefayatiSaoud Rizwan (guest)https://inside.java/2026/06/14/cline-migrate-java-oca/2026-06-14T00:00:00Z2026-06-14T00:00:00Z<p>Learn how agentic coding transforms Java migrations by acting as an intelligent development partner.</p>2026-06-14T00:00:00ZSimplifying Weak Reference Processing in ZGCFredrik Hammarberg (guest)https://inside.java/2026/06/11/thesis-simplify-weak-reference-processing-zgc/2026-06-11T00:00:00Z2026-06-11T00:00:00Z<p>What are GC barriers and how do they relate to ahead-of-time compilation? This blog post explores the intersection of HotSpot's GCs and compilers through the lense of implementing GC-agnostic load barriers at the assembly level, and gives key insights on performance and overall takeaways.</p>2026-06-11T00:00:00ZExploiting GPU Tensor Cores from Java using BabylonJuan Fumerohttps://inside.java/2026/06/10/hat-tensors-computation/2026-06-10T00:00:00Z2026-06-10T00:00:00Z<p>this article shows an approach to extend the HAT programming model with an API for explicit tensor-core programming. Furthermore, it shows how to make this approach generic to be able to process computations expressed with the proposed HAT tensor core API on accelerators without explicit tensor instructions.</p>2026-06-10T00:00:00ZPerformance Improvements in JDK 26Ana-Maria MihalceanuPer-Ake Minborghttps://inside.java/2026/06/09/jdk-26-performance-improvements/2026-06-09T00:00:00Z2026-06-09T00:00:00Z<p> To give you a clearer view of the performance work happening across the Java platform, this article highlights a selection of notable performance related improvements in JDK 26, grouped into four major areas: JDK Libraries, Garbage Collectors, Compiler, and Runtime.</p>2026-06-09T00:00:00ZOracle Java Extension for Visual Studio Code Version 26.0.0 Is Now AvailableArvind Aprameyahttps://inside.java/2026/06/08/java-vscode-extension-update/2026-06-08T00:00:00Z2026-06-08T00:00:00Z<p>New release of Java Platform Extension for VS Code</p>2026-06-08T00:00:00Z