-
Enhancement
-
Resolution: Unresolved
-
P4
-
13
-
Fix Understood
JWarmup overcomes Java application warmup performance problem caused by JIT compiler threads competing with normal java threads for CPU resource at the same time when both the application (requests) loads up at peak and JIT kicks in for compiling tasks. By precompiling java hot methods during warmup, JWarmup can successfully improve peak time performance degradation.
- relates to
-
JDK-8223041 Implement JWarmup on aarch64
-
- Open
-
-
JDK-8203832 JWarmup precompile java hot methods at application startup
-
- Closed
-