1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Fix wrong format

This commit is contained in:
SnailClimb 2019-03-31 17:07:04 +08:00 committed by GitHub
parent f6a2a0dce0
commit f1af0ca13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@ Java 虚拟机在执行 Java 程序的过程中会把它管理的内存划分成
<div align="center">
<img src="https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-3/JVM运行时数据区域.png" width="600px"/>
</div>
**JDK 1.8 **
<div align="center">