agent/src/share/classes/sun/jvm/hotspot/tools/PMap.java

Print this page

        

*** 29,38 **** --- 29,47 ---- import sun.jvm.hotspot.debugger.*; import sun.jvm.hotspot.debugger.cdbg.*; import sun.jvm.hotspot.runtime.*; public class PMap extends Tool { + + public PMap() { + super(); + } + + public PMap(JVMDebugger d) { + super(d); + } + public void run() { run(System.out); } public void run(PrintStream out) {