8005044: remove crufty '_g' support from HS runtime code

Phase 2 is removing '_g' support from the Runtime code.

Reviewed-by: dcubed, coleenp, hseigel
This commit is contained in:
Ron Durbin 2012-12-19 10:35:08 -08:00 committed by Daniel D. Daugherty
parent 934898a792
commit 9c761152db
6 changed files with 36 additions and 46 deletions

View file

@ -36,7 +36,7 @@ public class ProjectCreator {
+ "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 "