|
|
|
Back to newsletter 285 contents
Usually just before a Java release, I dedicate the newsletter to listing all the new performance features in the upcoming release and how to use them (I have done this every 6 months prior to each new release, you can track back to the previous February and August newsletters if you want to see what's new performance-wise in any particular release). This newsletter should be all about Java 23 performance features. However Java 23 has almost no significant changes that affect performance, so this will be a mixed newsletter with Java 23 items and items not specifically relevant to Java 23.
Java 23 does have some performance changes, these are listed in the news section below, but unless you are doing edge-case performance they are unlikely to affect you. Except for ZGC switching to generational GC mode as its default, which should be positive for any app using ZGC and indicates you should be turning on generational mode if you are on an earlier JDK and using ZGC.
Now on to the details of those Java 23 changes, as well as the relevant tools and other article links. And of course the tips from this month's articles, as ever, are extracted into this month's tips page.
Java performance tuning related news - Java 23 performance changes
Java performance tuning related tools
jcmd PID System.trim_native_heap
Back to newsletter 285 contents