Wrote about performance improvments in the OpenJDK again: https://inside.java/2025/10/20/jdk-25-performance-improvements/
| Blog | https://cl4es.github.io |
| GitHub | https://github.com/cl4es |
| Blog | https://cl4es.github.io |
| GitHub | https://github.com/cl4es |
Currently reading up on C1 code to see if it'd be easy enough to optimize array.clone() to be on par with new array + System.arraycopy
https://bugs.openjdk.org/browse/JDK-8302850
Might help with warmup - but also users who disable C2 for whatever reason. Also nice to tune out, focus and maybe learn a thing or two on the way...