Tagged articles
5 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
Programmer DD
Programmer DD
Jun 23, 2020 · Fundamentals

Why Alibaba’s Dragonwell JDK Is the Go‑To Choice for Enterprise Java

Alibaba Dragonwell is a free, production‑ready OpenJDK distribution offering long‑term support, performance boosts, and security fixes, fully compatible with Java SE and widely used across Alibaba’s e‑commerce, finance, and logistics services on Linux, Windows, and macOS.

AlibabaDragonwellEnterprise
0 likes · 4 min read
Why Alibaba’s Dragonwell JDK Is the Go‑To Choice for Enterprise Java