You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by na...@apache.org on 2007/02/01 08:06:01 UTC

svn commit: r502140 - in /harmony/standard/site: docs/subcomponents/drlvm/internal_profiler.html xdocs/subcomponents/drlvm/internal_profiler.xml

Author: nadinem
Date: Wed Jan 31 23:06:00 2007
New Revision: 502140

URL: http://svn.apache.org/viewvc?view=rev&rev=502140
Log:
resolve HARMONY-3066 by fixing the wrong cmd option

Modified:
    harmony/standard/site/docs/subcomponents/drlvm/internal_profiler.html
    harmony/standard/site/xdocs/subcomponents/drlvm/internal_profiler.xml

Modified: harmony/standard/site/docs/subcomponents/drlvm/internal_profiler.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/internal_profiler.html?view=diff&rev=502140&r1=502139&r2=502140
==============================================================================
--- harmony/standard/site/docs/subcomponents/drlvm/internal_profiler.html (original)
+++ harmony/standard/site/docs/subcomponents/drlvm/internal_profiler.html Wed Jan 31 23:06:00 2007
@@ -199,8 +199,8 @@
    file, as described in this document. For sample iprof tool output, see the<a href="#ExampleOutput">example</a>.</p>
                                 <p> To enable iprof, do the following:</p>
                                 <ol>
-  <li>Specify the following additional command-line options to DRLVM on startup: <code><br />
-    -XcleanupOnExit -XDjit.arg.codegen.iprof=on</code></li>
+  <li>Specify the following command-line option to DRLVM on startup: <code><br />
+    -XDjit.arg.codegen.iprof=on</code></li>
   <li> Place the configuration file <code>iprof.cfg</code> in the same directory
     where you are starting DRLVM.</li>
 </ol>

Modified: harmony/standard/site/xdocs/subcomponents/drlvm/internal_profiler.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/internal_profiler.xml?view=diff&rev=502140&r1=502139&r2=502140
==============================================================================
--- harmony/standard/site/xdocs/subcomponents/drlvm/internal_profiler.xml (original)
+++ harmony/standard/site/xdocs/subcomponents/drlvm/internal_profiler.xml Wed Jan 31 23:06:00 2007
@@ -35,8 +35,8 @@
    file, as described in this document. For sample iprof tool output, see the<a href="#ExampleOutput">example</a>.</p>
 <p> To enable iprof, do the following:</p>
 <ol>
-  <li>Specify the following additional command-line options to DRLVM on startup: <code><br />
-    -XcleanupOnExit -XDjit.arg.codegen.iprof=on</code></li>
+  <li>Specify the following command-line option to DRLVM on startup: <code><br />
+    -XDjit.arg.codegen.iprof=on</code></li>
   <li> Place the configuration file <code>iprof.cfg</code> in the same directory
     where you are starting DRLVM.</li>
 </ol>