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 November 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 240 contents

I'm seeing the hype start to rise on project Loom, the project that is adding virtual threads to the JVM. People are doing tests with it (millions of threads), talks and articles, it is now definitely building up steam. For me, the hype is justified, I am eagerly awaiting this addition to the JDK, I believe this is the most significant change since JDK 5 (15 years ago!) fixed the JVM memory model and added many of the concurrency classes that are now indispensible.

To understand why I support the hype, you can see my quick (15 minute) talk on concurrency models from last year. All the different concurrency models are solving the same thing - the difficulty of avoiding concurrency bugs. All of them solve that difficulty by adding a framework which makes it easier to avoid concurrency bugs but makes it more difficult to understand what is happening when there is a problem - extra debugging complexity. Loom solves this with a significantly lower amount of debugging complexity. So what will happen over time is that ease of maintenance will drive everyone to use virtual threads, and the other concurrency frameworks will become niche special-case ones that are only used for specific architectures where they are the perfect fit.

I've extracted all the tips from my talk into this month's tips page along with those from the other talks I reference below - including one on Loom. And of course I have my other usual newsletter list of links, tips, tools, news and articles below.

A note from this newsletter's sponsor

JProfiler
Get rid of your performance problems and memory leaks!

News

Java performance tuning related news

Tools

Java performance tuning related tools.

Articles

Jack Shirazi


Back to newsletter 240 contents


Last Updated: 2024-03-29
Copyright © 2000-2024 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/news240.shtml
RSS Feed: http://www.JavaPerformanceTuning.com/newsletters.rss
Trouble with this page? Please contact us