Book description
Coding and testing are often considered separate areas of expertise. In this comprehensive guide, author and Java expert Scott Oaks takes the approach that anyone who works with Java should be equally adept at understanding how code behaves in the JVM, as well as the tunings likely to help its performance.
You’ll gain in-depth knowledge of Java application performance, using the Java Virtual Machine (JVM) and the Java platform, including the language and API. Developers and performance engineers alike will learn a variety of features, tools, and processes for improving the way Java 7 and 8 applications perform.
- Apply four principles for obtaining the best results from performance testing
- Use JDK tools to collect data on how a Java application is performing
- Understand the advantages and disadvantages of using a JIT compiler
- Tune JVM garbage collectors to affect programs as little as possible
- Use techniques to manage heap memory and JVM native memory
- Maximize Java threading and synchronization performance features
- Tackle performance issues in Java EE and Java SE APIs
- Improve Java-driven database application performance
Publisher resources
Table of contents
- Preface
- 1. Introduction
- 2. An Approach to Performance Testing
- 3. A Java Performance Toolbox
- 4. Working with the JIT Compiler
- 5. An Introduction to Garbage Collection
- 6. Garbage Collection Algorithms
- 7. Heap Memory Best Practices
- 8. Native Memory Best Practices
- 9. Threading and Synchronization Performance
- 10. Java Enterprise Edition Performance
- 11. Database Performance Best Practices
- 12. Java SE API Tips
- A. Summary of Tuning Flags
- Index
- About the Author
- Colophon
- Copyright
Product information
- Title: Java Performance: The Definitive Guide
- Author(s):
- Release date: April 2014
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449358457
You might also like
book
Java EE 8 High Performance
Get more control of your applications performances in development and production and know how to meet …
video
Optimizing Java
With any comprehensive, large-scale programming language, if you’re not careful during your development processes, you can …
book
Optimizing Java
Performance tuning is an experimental science, but that doesn’t mean engineers should resort to guesswork and …
video
Java Concurrency, 2/e
9+ Hours of Video Instruction Java Concurrency LiveLessons, Second Edition teaches you how to develop high-quality …