Java Performance Tuning

Java(TM) - see bottom of page

|home |services |training |newsletter |tuning tips |tool reports |articles |resources |about us |site map |contact us |
Tools: | GC log analysers| Multi-tenancy tools| Books| SizeOf| Thread analysers| Heap dump analysers|

Our valued sponsors who help make this site possible
JProfiler: Get rid of your performance problems and memory leaks! 

Training online: Concurrency, Threading, GC, Advanced Java and more ... 

News February 2020

JProfiler
Get rid of your performance problems and memory leaks!

Modern Garbage Collection Tuning
Shows tuning flow chart for GC tuning


Java Performance Training Courses
COURSES AVAILABLE NOW. We can provide training courses to handle all your Java performance needs

Java Performance Tuning, 2nd ed
The classic and most comprehensive book on tuning Java

Java Performance Tuning Newsletter
Your source of Java performance news. Subscribe now!
Enter email:


Training online
Threading Essentials course


JProfiler
Get rid of your performance problems and memory leaks!


Back to newsletter 231 contents

Before getting on to the main newsletter subject, I wanted to point out that I have published a useful article on modern GC tuning, more on that next month.

Back to this month - I'm listing all the new performance features in the upcoming release of Java 14 (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 release). As usual I give the new features, the performance benefits from each feature, and how to use the feature.

For this Java 14 new feature set, there are lots of improvements (eg in GC) that might make you try it, and a couple of interesting alpha features (records and foreign memory access) but actually only one new delivered performance feature that seems really significant: JFR event streaming. JFR event streaming means that from Java 14 you have the prospect of continuous real-time low overhead profiling as part of your monitoring. 'nuff said.

Now on to the details of those Java 14 changes, including the options you have available to use them, relevant tools and articles, and of course all the useful performance tips in from those articles extracted into this month's tips page. this month's tips page.

A note from this newsletter's sponsor

JProfiler
Get rid of your performance problems and memory leaks!

News

Java performance tuning related news - Java 14 release performance features.

Note I've not listed separate entries and links for the many Java 14 GC improvements (it's always worth trying the latest version if you need better GC performance) - instead I'm covering these here in brief. Java 14 GC changes include: GC bug fixes; NUMA-Aware memory allocation for G1; ZGC on MacOS and Windows; Shenandoah support for the JFR Leak Profiler; Shenandoah support for concurrent class unloading; Parallel GC Improvements; and Epsilon now warns about the heap configuration in case it's being used for low latency - for low latency you should have -Xms and -Xmx set to the same value and -XX:+AlwaysPreTouch.

Also the Concurrent Mark Sweep (CMS) garbage collector is removed; and the combination of the Parallel Scavenge and Serial Old is deprecated.

Tools

Java performance tuning related tools.

Articles

Jack Shirazi


Back to newsletter 231 contents


Last Updated: 2025-03-25
Copyright © 2000-2025 Fasterj.com. All Rights Reserved.
All trademarks and registered trademarks appearing on JavaPerformanceTuning.com are the property of their respective owners.
Java is a trademark or registered trademark of Oracle Corporation in the United States and other countries. JavaPerformanceTuning.com is not connected to Oracle Corporation and is not sponsored by Oracle Corporation.
URL: http://www.JavaPerformanceTuning.com/news/news231.shtml
RSS Feed: http://www.JavaPerformanceTuning.com/newsletters.rss
Trouble with this page? Please contact us