Add aot-cache module: the JDK 25 AOT cache on Spring Boot 4.1 vs AppCDS, Spring AOT and GraalVM native
A Spring Boot 4.1.1 order service started 12 ways (plain and extracted jar, Spring AOT output, AppCDS, AOT cache trained with and without traffic, JDK 27, native image), ten interleaved rounds each, with first-request latency; 24 cache-mismatch cases; Docker layer arithmetic. Transcripts are in output/ (no docs/ folder). Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01TF9JWFvJSNm6HVzswzZU5a
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# GraalVM: native-image 25.0.2 2026-01-20
|
||||
21,929 types, 31,331 fields, and 99,355 methods found reachable
|
||||
36.0s (11.7% of total time) in 2209 GCs | Peak RSS: 4.70GB | CPU load: 1.86
|
||||
Finished generating 'aot-cache' in 5m 6s.
|
||||
BUILD SUCCESS
|
||||
Total time: 05:18 min
|
||||
/home/claude/spring-boot-demo/aot-cache/work/aot-cache-native 99 MB
|
||||
/home/claude/spring-boot-demo/aot-cache/work/app.jar 22 MB
|
||||
build wall time: 320 s
|
||||
Reference in New Issue
Block a user