We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d304db commit 56c89baCopy full SHA for 56c89ba
README.md
@@ -92,7 +92,7 @@
92
93
JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle.com/javase/specs/jvms/se8/html/index.html) 和周志明老师的[《深入理解Java虚拟机(第3版)》](https://book.douban.com/subject/34907497/) (强烈建议阅读多遍!)。
94
95
-1. **[Java 内存区域](./docs/java/jvm/memory-area)**
+1. **[Java 内存区域](./docs/java/jvm/memory-area.md)**
96
2. **[JVM 垃圾回收](./docs/java/jvm/jvm-garbage-collection.md)**
97
3. [JDK 监控和故障处理工具](./docs/java/jvm/jdk-monitoring-and-troubleshooting-tools.md)
98
4. [类文件结构](./docs/java/jvm/class-file-structure.md)
0 commit comments