Jump to ratings and reviews
Rate this book

Java Performance Companion

Rate this book
Java(r) Performance Companion" shows how to systematically and proactively improve Java performance with today s advanced multicore hardware and complex operating system environments.
The authors, who are all leading Java performance and Java HotSpot VM experts, help you improve performance by using modern software engineering practices, avoiding common mistakes, and applying tips and tricks gleaned from years of real-world experience.
Picking up where Charlie Hunt and Binu John s classic "Java Performance" left off, this book provides unprecedented detail on two powerful Java platform innovations: the Garbage First (G1) garbage collector and the HotSpot VM Serviceability Agent.
Coverage includes Leveraging G1 to overcome limitations in parallel, serial, and CMS garbage collection Understanding each stage of G1 GC collections, both young and old Getting under the hood with G1 and efficiently fine-tuning it for your application Identifying potential optimizations, interpreting experimental results, and taking action Exploring the internals of the HotSpot VM Using HotSpot VM Serviceability Agent to analyze, triage, and resolve diverse HotSpot VM issues Troubleshooting out of memory errors, Java level deadlocks, and HotSpot VM crashes Extending the Serviceability Agent, and using the Plugin for VisualVM Mastering useful HotSpot VM command line options not covered in Java Performance "
" "Java(r) Performance Companion" can help you squeeze maximum performance and value from Java with JDK 8 or 9 for any application, in any environment.
Register your product at informit.com/register for convenient access to downloads, updates, and corrections as they become available.

192 pages, Paperback

First published August 17, 2015

11 people are currently reading
96 people want to read

About the author

Charlie Hunt

10 books1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
6 (30%)
4 stars
7 (35%)
3 stars
6 (30%)
2 stars
0 (0%)
1 star
1 (5%)
Displaying 1 - 3 of 3 reviews
13 reviews1 follower
May 23, 2021
The first part of the book, regarding G1Gc, is definitely worth reading. Second part, covering Serviceability Agent overlaps in many points with JVM basics, but I suspect that I'll be going back to this book often, so in general I recommend for anyone working with JDK8 onwards.
Author 3 books6 followers
April 5, 2018
This is a shorter update to go with the other book rather than doing a new edition.
Profile Image for Gábor Hajba.
139 reviews3 followers
September 2, 2016
Not as good as you might think and not as bad as you might think.

This book is short and contains chapters about garbage collection and Serviceability Agent. It is really a companion to the original Java Performance book because the basics are described there.

I gave 3 stars because it could have more examples with more focus on finding performance bottlenecks while using new Java 8 features like Lambdas and co. And the price for this short book is too much: you do not get the value of information they charge for.
Displaying 1 - 3 of 3 reviews

Can't find what you're looking for?

Get help and learn more about the design.