# jvm **Repository Path**: ypJavaDev/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**: 2019-09-13 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java 虚拟机底层原理知识总结 license issues stars forks PRs Welcome open-source-organization 这里仅仅记录了一些笔者认为需要重点掌握的 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 Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.