From 0e9ed0868032355b8f83485566e9b0fe1598a562 Mon Sep 17 00:00:00 2001 From: SnailClimb Date: Tue, 26 Feb 2019 13:46:51 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E6=8F=8F=E8=BF=B0=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Java相关/搞定JVM垃圾回收就是这么简单.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Java相关/搞定JVM垃圾回收就是这么简单.md b/Java相关/搞定JVM垃圾回收就是这么简单.md index cffaeae7..819d37fa 100644 --- a/Java相关/搞定JVM垃圾回收就是这么简单.md +++ b/Java相关/搞定JVM垃圾回收就是这么简单.md @@ -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)