Java 27 and 26: runnable demos and captured output for every JEP, plus version lanes

Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01B38FGKKam5SCGgwgduVAh3
This commit is contained in:
2026-09-21 15:08:50 +00:00
committed by Claude
co-authored by Claude Sonnet 5
commit f59c1de96d
152 changed files with 5049 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Wall-clock ms for 'java -cp app.jar AotApp' (median of 9), no AOT cache vs cache built under the same GC. INDICATIVE: shared 2-CPU sandbox.
JDK 25 G1 no cache: 57 ms with cache: 37 ms
JDK 25 Z no cache: 83 ms with cache: 81 ms
JDK 26 G1 no cache: 59 ms with cache: 35 ms
JDK 26 Z no cache: 62 ms with cache: 40 ms
JDK 27 G1 no cache: 61 ms with cache: 36 ms
JDK 27 Z no cache: 63 ms with cache: 38 ms