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 April 2007

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

JProfiler joins YourKit, NetBeans and JHat in being able to read the hprof memory snapshot format. Why the increase in support for what is, after all, Sun's proprietary heap dump format? I suspect it may be response to user's requests because of the consistent reliability of being able to produce those dumps with the -XX:+HeapDumpOnOutOfMemoryError option.

We've moved to having that as a standard option for our Sun JVM processes - in production as well as in development and testing. There is no apparent overhead (as long as you want the heap dumped when you get that OutOfMemoryError), and the heap dump has worked for us consistently. In fact for very large JVMs on Windows, it's the only way we can now consistently force a heap dump if we want one (we detailed the problems we've had with memory profiling large JVMs on Windows here if you are interested). I expect to see the hprof heap dump format increasingly supported by profilers.

A note from this newsletter's sponsor

What's new in JProbe® 7.0? Stronger analysis capabilities. Improved
logical workflows. Exclusive Java performance tuning features. Learn
more with a live JProbe 7.0 web demo ? sign up today!

Of course, with such usefulness will eventually come standardization, and I notice there is a java.net project to specify an open binary heap dump format heap-snapshot - wouldn't that be nice, if the JVM heap dumps had a standard format across vendors.

Now on with the rest of our newsletter. Of course we have our usual news, article links, tools, and extracted tips. Over at fasterj.com, we have Kirk interviewing Ron Bodkin of Glassbox and they talk about some interesting Java performance issues; Javva the Hutt continues to tell us all about how he got his new job; and, of course we have extracted all the tips from those articles.

A note from this newsletter's sponsor

Wily Technology delivers what you need: Availability, Performance and Control
The most critical web applications in the world are managed by
software from Wily, the leader in enterprise application management

News

Java performance tuning related news.

Tools

Java performance tuning related tools.

A note from this newsletter's sponsor

Symantec i3 for J2EE helps you optimize application performance through
out the application life cycle. Its unique adaptive instrumentation
auto-adapts to application changes. Download an eBook on J2EE performance

Articles

Jack Shirazi


Back to newsletter 077 contents


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