6909442: Fix comments in test/sun/tools/jhat/HatRun.java
authorandrew
Fri, 11 Dec 2009 23:47:10 +0000
changeset 4513 997d990d5d58
parent 4512 b3ed7ecf8f55
child 4519 fff7fde5b3a0
6909442: Fix comments in test/sun/tools/jhat/HatRun.java Summary: Update the comments in this test to match the changes in 6902325 Reviewed-by: ohair
jdk/test/sun/tools/jhat/HatRun.java
--- a/jdk/test/sun/tools/jhat/HatRun.java	Fri Dec 11 10:40:14 2009 -0800
+++ b/jdk/test/sun/tools/jhat/HatRun.java	Fri Dec 11 23:47:10 2009 +0000
@@ -176,13 +176,15 @@
                            + File.separator + "jhat";
         /* Array of strings to be passed in for exec:
          *   1. java
-         *   2. -Dtest.classes=.
-         *   3. -d64                 (optional)
-         *   4. -Xcheck:jni          (Just because it finds bugs)
-         *   5. -Xverify:all         (Make sure verification is on full blast)
-         *   6. -agent
+         *   2. -cp
+         *   3. cdir
+         *   4. -Dtest.classes=.
+         *   5. -d64                 (optional)
+         *   6. -Xcheck:jni          (Just because it finds bugs)
+         *   7. -Xverify:all         (Make sure verification is on full blast)
+         *   8. -agent
          *       vm_options
-         *   7+i. classname
+         *   9+i. classname
          */
         int nvm_options = 0;
         if ( vm_options != null ) nvm_options = vm_options.length;