Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Java Performance Companion

Posted By: Grev27
Java Performance Companion

Charlie Hunt, Monica Beckwith, Poonam Parhar, Bengt Rutisson, "Java Performance Companion"
English | ISBN: 0133796825 | 2016 | PDF | 192 pages | 7 MB

Java® 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