8008541: Remove old code in HotSpot that supported the jmap -permstat functionality
authorehelin
Tue, 30 Apr 2013 16:36:24 +0200
changeset 17118 cea2adff853d
parent 17117 46f2f90d6b14
child 17119 3e2f3125348e
child 17319 7704ecd22af4
8008541: Remove old code in HotSpot that supported the jmap -permstat functionality Reviewed-by: sla, brutisso
hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JMap.java
--- a/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JMap.java	Mon Apr 29 13:07:27 2013 +0200
+++ b/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/JMap.java	Tue Apr 30 16:36:24 2013 +0200
@@ -117,8 +117,6 @@
                 mode = MODE_HEAP_SUMMARY;
             } else if (modeFlag.equals("-histo")) {
                 mode = MODE_HISTOGRAM;
-            } else if (modeFlag.equals("-permstat")) {
-                mode = MODE_CLSTATS;
             } else if (modeFlag.equals("-clstats")) {
                 mode = MODE_CLSTATS;
             } else if (modeFlag.equals("-finalizerinfo")) {