The Java Garbage Collection Mini-Book

The Java Garbage Collection Mini-Book

简介:

Java垃圾收集迷你书为Java架构师和高级开发人员提供了一个简明易懂的指南,他们希望了解什么是垃圾收集,它是如何工作的,以及它如何影响程序的执行。这本书深入细节。从Java堆和指针,安全点和世代集合的检查开始,然后依次探讨每个收集器,描述其内存结构,算法的基础知识及其性能特征。涵盖的收藏家是:

OpenJDK发行版中的串行、并行、CMS和G1IBM的平衡和节拍器来自Azul Systems的C4Red Hat即将推出的Shenandoah

后面的部分将介绍调优、日志记录和一些编程技术,以减少垃圾。

英文简介:

The Java Garbage Collection Mini-book provides a concise, accessible guide for Java architects and senior developers who want to understand what garbage collection is, how it works, and how it impacts the execution of their programs.

This book dives right into the details. Starting with an examination of the Java heap and pointers, safe-points, and generational collection, the book then explores each collector in turn, describing its memory structure, the basics of the algorithm, and its performance characteristics.

The collectors covered are:

Serial, Parallel, CMS and G1 from the OpenJDK distributionsBalanced and Metronome from IBMC4 from Azul SystemsRed Hat's forthcoming Shenandoah

Later sections look at tuning, logging, and some programming techniques to produce less garbage.

书名
The Java Garbage Collection Mini-Book
译名
Java 垃圾收集小册子
语言
英语
年份
2015
页数
75页
大小
2.61 MB
标签
  • Java
  • 下载
    pdf iconThe Java Garbage Collection Mini-Book.pdf
    密码
    65536

    最后更新:2025-04-12 23:54:37

    ←The Java Native Interface: Programmer's Guide and Specification

    →What Every Programmer Should Know About Memory