Tagged articles
3 articles
Page 1 of 1
Java Architecture Stack
Java Architecture Stack
Oct 30, 2024 · Operations

Why ZGC Is Revolutionizing Java Memory Management for Low‑Latency Apps

This article explains ZGC’s ultra‑low pause times, massive heap support, colored pointers, concurrent compaction, and generational optimizations, then shows how these features benefit real‑time analytics, high‑performance servers, and online transaction systems, and provides step‑by‑step instructions for enabling and tuning ZGC in Java.

Garbage CollectorLow latencyMemory Management
0 likes · 9 min read
Why ZGC Is Revolutionizing Java Memory Management for Low‑Latency Apps
Architecture Digest
Architecture Digest
Jan 29, 2024 · Backend Development

Key Findings from New Relic's 2023 State of the Java Ecosystem Report

The article summarizes New Relic's 2023 Java ecosystem report, highlighting rapid adoption of Java 17, the decline of older LTS versions, the rise of Amazon Corretto as the leading JDK vendor, widespread containerization, and shifting preferences toward LTS releases and specific garbage collectors.

ContainersEcosystemGarbage Collector
0 likes · 5 min read
Key Findings from New Relic's 2023 State of the Java Ecosystem Report
21CTO
21CTO
Aug 5, 2018 · Fundamentals

What’s New in Java 10? A Deep Dive into Its Key Features

This article reviews the major new features of Java 10—including local‑variable type inference with var, a unified JDK repository, enhanced garbage‑collector interfaces, a parallel G1 collector, application class‑data sharing, thread‑local handshakes, Graal JIT, extended Unicode locales, heap allocation on alternative storage, and a time‑based version‑string scheme—highlighting their impact on developers and performance.

AppCDSGarbage Collectorgraal
0 likes · 17 min read
What’s New in Java 10? A Deep Dive into Its Key Features