# jvm **Repository Path**: chenjia_gitee/jvm ## Basic Information - **Project Name**: jvm - **Description**: JVM 底层原理知识总结 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-17 - **Last Updated**: 2021-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 深入理解 Java 虚拟机 [![stars](https://img.shields.io/github/stars/doocs/jvm.svg)](https://github.com/doocs/jvm/stargazers) [![forks](https://img.shields.io/github/forks/doocs/jvm.svg)](https://github.com/doocs/jvm/network/members) [![issues](https://img.shields.io/github/issues/doocs/jvm.svg)](https://github.com/doocs/jvm/issues) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) 这里仅仅记录了一些笔者认为需要重点掌握的 JVM 知识点,如果你想更加全面地了解 JVM 底层原理,可以阅读周志明老师《[深入理解Java虚拟机——JVM高级特性与最佳实践(第2版)](/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) ## 写作规范 参考《[中文技术文档的写作规范](https://github.com/ruanyf/document-style-guide)》。 ## Contributions Contributions are welcome, but there are no guarantees that they are accepted as such. ## License [Public Domain](https://baike.baidu.com/item/公有领域/9890908?fr=aladdin&fromid=10349925&fromtitle=Public+Domain).