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 2013

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 156 contents

Before I launch into where the G1 collector is going, I've got a couple of useful tidbits for you. First off, a colleague asked me for a list of Java performance books, and I realised I no longer had an up to date one, so I've published that over on fasterj.com. And secondly some of you may recall Excelsior last year selling their JET product for a ridiculously low amount to raise money for charity (very successfully), and they're doing that once again this year - and excellent offer for you and you're giving to charity at the same time.

A note from this newsletter's sponsor

ManageEngine: Application Performance Management for Java EE Apps.
Monitor App Servers: JBoss, WebSphere, WebLogic, JVMs and JMX Apps.
*** Monitor up to 25 App Servers, Databases & Servers at $795/Yr***.

So, back to G1. The G1 garbage collector is now the Oracle strategic garbage collector. That means that most garbage collection development effort will go into G1 - the other collectors will only really be bug-fixed, and they're unlikely to be improved much apart from for critical issues: where something is clearly causing performance problems for a significant percent of JVMs or for important Oracle customers.

But the G1 GC is not yet anywhere near ready to replace the use cases that the other collectors handle more efficiently, so this is a multi-year replacement strategy. As G1 gradually improves, the other garbage collectors will be retired. This can't start, of course, until G1 becomes the default collector, so keep an eye out for the default GC in any release.

The current priority for G1 is to roll in some concurrency - it's currently completely stop-the-world, which means that it can't compete with the CMS collector; it first needs concurrency added and then tuned and all those edge cases that we know exist in the hugely diverse Java world are attacked. Concurrency in G1 is due to be rolled in over the coming year. I'd expect that by mid-2014 we'll be seeing some segments of G1 concurrent, and by mid-2015 G1 will be capable of being as concurrent as CMS is now, perhaps even more so as G1 can defragment during GC with lower overhead than CMS - CMS's fragmentation is its major achilles heel.

In the same timescale, though with different priority, Oracle are targeting providing deterministic low latency pauses in G1 - aiming for consistent deterministic pauses in the 10ms range. That's targeted at competing with Azul's Zing and IBM's Real Time garbage collectors. It's likely to be a non-free feature from Oracle (just like those other two), so if you need deterministic low latency pauses in your applications, it's time to start budgeting for it. I've seen companies now make this analysis a few times, especially in trading apps: the business wants pause times decreased as it impacts profits; the cost of putting in place a low-pause JVM is considered; it turns out that this would be quite expensive to roll out generically so cost-benefit analysis is applied; finally it's realised that only a few critical JVMs actually need deterministic low-pauses that justify spending money on them. And Oracle wants a slice of that market.

Now on to all our usual links to Java performance tools, news, articles and, as ever, all the extracted tips from all of this month's referenced articles.

A note from this newsletter's sponsor

New Relic - Try New Relic today and get your free Data Nerd shirt!
Free SaaS APM tool to monitor, troubleshoot, and tune apps
running on Websphere, Weblogic, Tomcat, Jetty, JBoss, Solr, Resin

News

Java performance tuning related news.

Tools

Java performance tuning related tools.

A note from this newsletter's sponsor

Get total visibility in just 15 minutes with AppDynamics PRO,
A performance monitoring tool for Java/.NET apps.
It installs in minutes. Start your FREE TRIAL today.

Articles

Jack Shirazi


Back to newsletter 156 contents


Last Updated: 2024-08-26
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/news156.shtml
RSS Feed: http://www.JavaPerformanceTuning.com/newsletters.rss
Trouble with this page? Please contact us