diff agent/src/share/classes/sun/jvm/hotspot/tools/PMap.java @ 8103:5ed317b25e23

7165259: Remove BugSpot Reviewed-by: coleenp, mgronlun
author sla
date Fri, 22 Feb 2013 10:03:02 +0100
parents c18cbe5936b8
children 38ea2efa32a7
line wrap: on
line diff
--- a/agent/src/share/classes/sun/jvm/hotspot/tools/PMap.java	Thu Feb 21 07:50:48 2013 -0500
+++ b/agent/src/share/classes/sun/jvm/hotspot/tools/PMap.java	Fri Feb 22 10:03:02 2013 +0100
@@ -58,10 +58,6 @@
       }
    }
 
-   protected boolean requiresVM() {
-      return false;
-   }
-
    public static void main(String[] args) throws Exception {
       PMap t = new PMap();
       t.start(args);