未验证 提交 5aa7f785 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Merge pull request #566 from neeuq/feature/collector-modelization

java 8:(Perm Gen) split into (Compressed Class Space) and Metaspace
......@@ -30,7 +30,7 @@ public class CMSCollectorModule extends MemoryPoolModule {
}
@Override protected String[] getPermNames() {
return new String[] {"CMS Perm Gen"};
return new String[] {"CMS Perm Gen", "Compressed Class Space"};
}
@Override protected String[] getCodeCacheNames() {
......
......@@ -30,7 +30,7 @@ public class G1CollectorModule extends MemoryPoolModule {
}
@Override protected String[] getPermNames() {
return new String[] {"G1 Perm Gen"};
return new String[] {"G1 Perm Gen", "Compressed Class Space"};
}
@Override protected String[] getCodeCacheNames() {
......
......@@ -30,7 +30,7 @@ public class SerialCollectorModule extends MemoryPoolModule {
}
@Override protected String[] getPermNames() {
return new String[] {"Perm Gen"};
return new String[] {"Perm Gen", "Compressed Class Space"};
}
@Override protected String[] getCodeCacheNames() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册