diff src/share/tools/ProjectCreator/ProjectCreator.java @ 7456:7d42f3b08300

8005044: remove crufty '_g' support from HS runtime code Summary: Phase 2 is removing '_g' support from the Runtime code. Reviewed-by: dcubed, coleenp, hseigel Contributed-by: ron.durbin@oracle.com
author dcubed
date Wed, 19 Dec 2012 10:35:08 -0800
parents b9a9ed0f8eeb
children 989155e2d07a 31f3b1e1c5e5
line wrap: on
line diff
--- a/src/share/tools/ProjectCreator/ProjectCreator.java	Mon Dec 17 10:40:52 2012 -0800
+++ b/src/share/tools/ProjectCreator/ProjectCreator.java	Wed Dec 19 10:35:08 2012 -0800
@@ -36,7 +36,7 @@
             + "into .dsp file, substituting for path given in "
             + "-sourceBase. Example: HotSpotWorkSpace>");
       System.err.println("  -dllLoc <path to directory in which to put "
-            + "jvm.dll and jvm_g.dll; no trailing slash>");
+            + "jvm.dll; no trailing slash>");
       System.err.println("  If any of the above are specified, "
             + "they must all be.");
       System.err.println("  Additional, optional arguments, which can be "