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

Print this page

        

*** 43,52 **** --- 43,56 ---- public PStack() { this(true, true); } + public PStack(JVMDebugger d) { + super(d); + } + public void run() { run(System.out); } public void run(PrintStream out) {