comparison 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
comparison
equal deleted inserted replaced
8102:fc64254f5579 8103:5ed317b25e23
56 out.println("not yet implemented (debugger does not support CDebugger)!"); 56 out.println("not yet implemented (debugger does not support CDebugger)!");
57 } 57 }
58 } 58 }
59 } 59 }
60 60
61 protected boolean requiresVM() {
62 return false;
63 }
64
65 public static void main(String[] args) throws Exception { 61 public static void main(String[] args) throws Exception {
66 PMap t = new PMap(); 62 PMap t = new PMap();
67 t.start(args); 63 t.start(args);
68 t.stop(); 64 t.stop();
69 } 65 }