Tagged articles
3 articles
Page 1 of 1
macrozheng
macrozheng
Apr 27, 2022 · Backend Development

Why Your Java App Starts Slow and How JIT Optimization Fixes It

When a Java application launches, initial requests often feel sluggish because the JVM relies on an interpreter, but as frequently executed code becomes hot, JIT compilation translates it into optimized native machine code, dramatically improving response times—a process explained along with practical strategies like Dragonwell’s JWarmUp and request pre‑warming to accelerate performance.

DragonwellHotSpotJIT
0 likes · 6 min read
Why Your Java App Starts Slow and How JIT Optimization Fixes It
Alibaba Cloud Native
Alibaba Cloud Native
Jul 16, 2019 · Backend Development

New Features, Benchmarks, and Install Guide for Alibaba Dragonwell JDK 8.0.0‑GA

Alibaba’s Dragonwell JDK 8.0.0‑GA, now GA‑ready for production, syncs the latest OpenJDK 8u212‑b04 updates, adds security patches, fixes critical Alibaba‑specific bugs, and introduces proprietary features such as JWarmUp, JFR enhancements, and the upcoming ElasticHeap, with detailed installation steps and performance results.

Alibaba DragonwellElasticHeapJDK
0 likes · 14 min read
New Features, Benchmarks, and Install Guide for Alibaba Dragonwell JDK 8.0.0‑GA
Alibaba Cloud Native
Alibaba Cloud Native
May 8, 2019 · Fundamentals

Why Alibaba Dragonwell Is the Next OpenJDK for Enterprise Java

Alibaba Dragonwell is a free, long‑term supported OpenJDK distribution that incorporates Alibaba's internal AJDK enhancements, adds performance‑boosting features like JWarmUp and Java Flight Recorder, and provides serviceability tools such as large‑array warnings and mini heap dumps for production Java workloads.

Alibaba DragonwellJVMJWarmUp
0 likes · 9 min read
Why Alibaba Dragonwell Is the Next OpenJDK for Enterprise Java