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

Print this page

        

@@ -43,10 +43,14 @@
 
    public PStack() {
       this(true, true);
    }
 
+   public PStack(JVMDebugger d) {
+      super(d);
+   }
+
    public void run() {
       run(System.out);
    }
 
    public void run(PrintStream out) {