hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/StackTrace.java
changeset 21065 b8281f54308b
parent 18481 fa7f6ad24216
child 22234 da823d78ad65
--- a/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/StackTrace.java	Tue Oct 15 08:25:43 2013 -0700
+++ b/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/StackTrace.java	Wed Oct 16 09:20:23 2013 +0200
@@ -137,8 +137,7 @@
 
    public static void main(String[] args) {
       StackTrace st = new StackTrace();
-      st.start(args);
-      st.stop();
+      st.execute(args);
    }
 
    private boolean verbose;