Commit 88cd7c4d authored by neeuq's avatar neeuq
Browse files

java 8:(Perm Gen) split into (Compressed Class Space) and Metaspace

parent 883f7207
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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() {
+1 −1
Original line number Diff line number Diff line
@@ -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() {
+1 −1
Original line number Diff line number Diff line
@@ -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() {