8218997: Xusage text, man help, etc doesn't mention -Xlog option

Reviewed-by: dholmes
This commit is contained in:
Henry Jen 2019-05-21 20:14:30 -07:00
parent 218204b1a3
commit b1de49766f

View File

@ -136,6 +136,9 @@ java.launcher.X.usage=\n\
\ -Xinternalversion\n\
\ displays more detailed JVM version information than the\n\
\ -version option\n\
\ -Xlog:<opts> Configure or enable logging with the Java Virtual\n\
\ Machine (JVM) unified logging framework. Use -Xlog:help\n\
\ for details.\n\
\ -Xloggc:<file> log GC status to a file with time stamps\n\
\ -Xmixed mixed mode execution (default)\n\
\ -Xmn<size> sets the initial and maximum size (in bytes) of the heap\n\