Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01B38FGKKam5SCGgwgduVAh3
8 lines
454 B
Plaintext
8 lines
454 B
Plaintext
# 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
|