From d610594e7395dac5257f4512f5fc7654aa330063 Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Fri, 11 Dec 2009 23:47:10 +0000 Subject: [PATCH] 6909442: Fix comments in test/sun/tools/jhat/HatRun.java Update the comments in this test to match the changes in 6902325 Reviewed-by: ohair --- jdk/test/sun/tools/jhat/HatRun.java | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/jdk/test/sun/tools/jhat/HatRun.java b/jdk/test/sun/tools/jhat/HatRun.java index cb1e41b248e..41f6911291e 100644 --- a/jdk/test/sun/tools/jhat/HatRun.java +++ b/jdk/test/sun/tools/jhat/HatRun.java @@ -176,13 +176,15 @@ public class HatRun { + 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;