mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8354260: Launcher help text is wrong for -Xms
Reviewed-by: jsikstro, jlahoda
This commit is contained in:
parent
4458719a10
commit
910d77d39e
@ -154,7 +154,7 @@ java.launcher.X.usage=\n\
|
||||
\ -Xmixed mixed mode execution (default)\n\
|
||||
\ -Xmn<size> sets the initial and maximum size (in bytes) of the heap\n\
|
||||
\ for the young generation (nursery)\n\
|
||||
\ -Xms<size> set initial Java heap size\n\
|
||||
\ -Xms<size> set minimum and initial Java heap size\n\
|
||||
\ -Xmx<size> set maximum Java heap size\n\
|
||||
\ -Xnoclassgc disable class garbage collection\n\
|
||||
\ -Xrs reduce use of OS signals by Java/VM (see documentation)\n\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user