comparison 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
comparison
equal deleted inserted replaced
7413:805aa223d540 7456:7d42f3b08300
34 + "already exist>"); 34 + "already exist>");
35 System.err.println(" -envVar <environment variable to be inserted " 35 System.err.println(" -envVar <environment variable to be inserted "
36 + "into .dsp file, substituting for path given in " 36 + "into .dsp file, substituting for path given in "
37 + "-sourceBase. Example: HotSpotWorkSpace>"); 37 + "-sourceBase. Example: HotSpotWorkSpace>");
38 System.err.println(" -dllLoc <path to directory in which to put " 38 System.err.println(" -dllLoc <path to directory in which to put "
39 + "jvm.dll and jvm_g.dll; no trailing slash>"); 39 + "jvm.dll; no trailing slash>");
40 System.err.println(" If any of the above are specified, " 40 System.err.println(" If any of the above are specified, "
41 + "they must all be."); 41 + "they must all be.");
42 System.err.println(" Additional, optional arguments, which can be " 42 System.err.println(" Additional, optional arguments, which can be "
43 + "specified multiple times:"); 43 + "specified multiple times:");
44 System.err.println(" -absoluteInclude <string containing absolute " 44 System.err.println(" -absoluteInclude <string containing absolute "