Chapter 5. Benchmarking and Tuning

This chapter introduces benchmarking as a fundamental method to measure the performance of a Java application. It also covers the JVM side of performance, discussing how the virtual machine can be made to execute Java faster.

Benchmarking can, and should, be used to regression test an application during development, to ensure that new code modifications do not impact performance. Time and time again during our careers, we have seen unexpected performance regressions crop up from seemingly innocent changes. Continuous, preferably automated, benchmarking is the best way to prevent this from happening. Each software project should have a performance goal and benchmarking is the way to make sure that this goal is ...

Get Oracle JRockit now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.