Optimizing Java : practical techniques for improving JVM application performance
(2018)
Nonfiction
Book
Call Numbers:
005.133/JAVA/EVANS,B
Availability
Details
PUBLISHED
Sebastopol, CA : O'Reilly Media, [2018]
©2018
©2018
DESCRIPTION
xx, 415 pages : color illustrations ; 24 cm
ISBN/ISSN
9781492025795, 1492025798 :, 1492025798, 9781492025795
LANGUAGE
English
NOTES
Includes index
CONTENTS
Optimization and performance defined --
Overview of the JVM --
Hardware and operating systems --
Performance testing patterns and antipatterns --
Microbenchmarking and statistics --
Understanding garbage collection --
Advanced garbage collection --
GC logging, monitoring, tuning, and tools --
Code execution on the JVM --
Understanding JIT compilation --
Java language performance techniques --
Concurrent performance techniques --
Profiling --
High-performance logging and messaging --
Java 9 and the future