本文介绍了JVM内存管理&垃圾收集书?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以建议一本书(或任何其他来源)来彻底揭示JVM内存管理的< strong>内部结构。垃圾收集(优化,工作,循环引用,大脑,讨论各种JVM impls ...)?

[到目前为止我发现的是单独的文章致力于各方面,但没有重量tome :)。一些用于实现Hotspot的好材料是。 ]



非常感谢您给出的任何建议。 如果您寻找独立于供应商的资源来揭示和彻底描述所有研究/设计的各种GC算法,我推荐:


  • - 解释主要GC的理论和实施自从第一个GC算法设计以来就有了这项研究。参考文献也有相关的研究文章,你可以找到所有令人讨厌的细节。我真的很喜欢那本书,我认为所有GC相关研究的这是圣经


Could anyone advice a book (or any other source) that would thoroughly reveal internals of JVM memory management & garbage collection (optimization, work, circular references, pecularities, discussions for various JVM impls...)?

[What I've found so far are separate articles devoted to various aspects but no weighty tome :). Some good materials for Hotspot implementation are here. ]

Thanks a lot for any advice you give.

解决方案

If you look for a vendor-independent resource revealing and thoroughly describing all the various GC algorithms ever researched/designed, I recommend:

  • The Garbage Collection Handbook - Explains theory and implementation of the main GC research that was there since the first GC algorithm ever designed. References also related research articles where you can find all the nasty details. I really like that book, I think that THIS IS THE BIBLE of all the GC-related research.

这篇关于JVM内存管理&amp;垃圾收集书?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-24 14:18