In the book Java Performance, Chapter 5, "Java Application Profiling,"
presented the basic concepts of using a modern Java profiler such as the
Oracle Solaris Studio Performance Analyzer and NetBeans Profiler. It did not,
however, show any specific tips and tricks in using the tools to identify
performance issues and approaches of how to resolve them. This is the purpose
of this excerpt. Its intention is to show how to use the tools to identify
performance issues and take corrective actions to resolve them. This excerpt
looks at several of the more common types of performance issues the authors
have observed through many years of working as Java performance engineers.
Performance Opportunities
Most Java performance opportunities fall into one or more of the following
categories:
• Using a more efficient algorithm. The largest gains in the performance
of an applicat... (more)
This excerpt is from the book, ‘Java Performance' by Charlie Hunt and Binu
John, published in the Addison-Wesley Professional Java Series, ISBN
0137142528, Sept. 2011, Copyright 2012 Oracle America, Inc. For more info
please visit: www.informit.com/title/0137142528
In the book Java Performance, Chapter 5, "Java Application Profiling,"
presented the basic concepts of using a modern Java profiler such as the
Oracle Solaris Studio Performance Analyzer and NetBeans Profiler. It did not,
however, show any specific tips and tricks in using the tools to identify
performance issues and ... (more)