# jvm
**Repository Path**: tanglongan/jvm
## Basic Information
- **Project Name**: jvm
- **Description**: 🤗 JVM 底层原理知识总结
- **Primary Language**: Unknown
- **License**: CC-BY-SA-4.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-10-29
- **Last Updated**: 2021-10-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: jvm
## README
# Java 虚拟机底层原理知识总结
这里仅仅记录了一些笔者认为需要重点掌握的 JVM 知识点,如果你想更加全面地了解 JVM 底层原理,可以阅读周志明老师《[深入理解Java虚拟机——JVM高级特性与最佳实践(第2版)](https://github.com/doocs/jvm/blob/master/book/jvm.pdf)》全书。
## 清单
* [JVM 内存结构](/docs/01-jvm-memory-structure.md)
* [HotSpot 虚拟机对象探秘](/docs/02-hotspot-jvm-object.md)
* [垃圾收集策略与算法](/docs/03-gc-algorithms.md)
* [HotSpot 垃圾收集器](/docs/04-hotspot-gc.md)
* [内存分配与回收策略](/docs/05-memory-allocation-gc.md)
* [JVM 性能调优](/docs/06-jvm-performance-tuning.md)
* [类文件结构](/docs/07-class-structure.md)
* [类加载的时机](/docs/08-load-class-time.md)
* [类加载的过程](/docs/09-load-class-process.md)
* [类加载器](/docs/10-class-loader.md)
## 站点
- Netlify: https://jvm.netlify.com
- Gitee Pages: https://doocs.gitee.io/jvm
- GitHub Pages: https://doocs.github.io/jvm
## 写作规范
参考《[中文技术文档的写作规范](https://github.com/ruanyf/document-style-guide)》。