mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 20:44:41 +02:00
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:
parent
934898a792
commit
9c761152db
6 changed files with 36 additions and 46 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue