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

Fix:描述错误

This commit is contained in:
SnailClimb 2019-02-26 13:46:51 +08:00 committed by GitHub
parent 15e7eb795d
commit 0e9ed08680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ public class GCTest {
添加的参数:`-XX:+PrintGCDetails`
![](http://my-blog-to-use.oss-cn-beijing.aliyuncs.com/18-8-26/10317146.jpg)
运行结果:
运行结果(红色字体描述有误应该是对应于JDK1.7的永久代)
![](http://my-blog-to-use.oss-cn-beijing.aliyuncs.com/18-8-26/28954286.jpg)