< prev index next >

src/java.base/share/classes/sun/launcher/resources/launcher.properties

Print this page

        

*** 73,83 **** \ The --validate-modules option may be useful for finding\n\ \ conflicts and other errors with modules on the module path.\n\ \ -D<name>=<value>\n\ \ set a system property\n\ \ -verbose:[class|module|gc|jni]\n\ ! \ enable verbose output\n\ \ -version print product version to the error stream and exit\n\ \ --version print product version to the output stream and exit\n\ \ -showversion print product version to the error stream and continue\n\ \ --show-version\n\ \ print product version to the output stream and continue\n\ --- 73,83 ---- \ The --validate-modules option may be useful for finding\n\ \ conflicts and other errors with modules on the module path.\n\ \ -D<name>=<value>\n\ \ set a system property\n\ \ -verbose:[class|module|gc|jni]\n\ ! \ enable verbose output for the given subsystem\n\ \ -version print product version to the error stream and exit\n\ \ --version print product version to the output stream and exit\n\ \ -showversion print product version to the error stream and continue\n\ \ --show-version\n\ \ print product version to the output stream and continue\n\
*** 127,159 **** \ -Xbatch disable background compilation\n\ \ -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\ \ append to end of bootstrap class path\n\ \ -Xcheck:jni perform additional checks for JNI functions\n\ \ -Xcomp forces compilation of methods on first invocation\n\ ! \ -Xdebug provided for backward compatibility\n\ \ -Xdiag show additional diagnostic messages\n\ ! \ -Xfuture enable strictest checks, anticipating future default\n\ \ This option is deprecated and may be removed in a\n\ \ future release.\n\ \ -Xint interpreted mode execution only\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\ \ for the young generation (nursery)\n\ \ -Xms<size> set 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\ \ -Xshare:auto use shared class data if possible (default)\n\ \ -Xshare:off do not attempt to use shared class data\n\ \ -Xshare:on require using shared class data, otherwise fail.\n\ \ -XshowSettings show all settings and continue\n\ \ -XshowSettings:all\n\ \ show all settings and continue\n\ \ -XshowSettings:locale\n\ \ show all locale related settings and continue\n\ --- 127,163 ---- \ -Xbatch disable background compilation\n\ \ -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\ \ append to end of bootstrap class path\n\ \ -Xcheck:jni perform additional checks for JNI functions\n\ \ -Xcomp forces compilation of methods on first invocation\n\ ! \ -Xdebug does nothing. Provided for backward compatibility.\n\ \ -Xdiag show additional diagnostic messages\n\ ! \ -Xfuture enable strictest checks, anticipating future default.\n\ \ This option is deprecated and may be removed in a\n\ \ future release.\n\ \ -Xint interpreted mode execution only\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\ ! \ This option is deprecated and may be removed in a\n\ ! \ future release. It is replaced by -Xlog:gc:<file>.\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\ \ -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\ \ -Xshare:auto use shared class data if possible (default)\n\ \ -Xshare:off do not attempt to use shared class data\n\ \ -Xshare:on require using shared class data, otherwise fail.\n\ + \ This is a testing option and may lead to intermittent\n\ + \ failures. It should not be used in production environments.\n\ \ -XshowSettings show all settings and continue\n\ \ -XshowSettings:all\n\ \ show all settings and continue\n\ \ -XshowSettings:locale\n\ \ show all locale related settings and continue\n\
*** 189,207 **** \ --limit-modules <module name>[,<module name>...]\n\ \ limit the universe of observable modules\n\ \ --patch-module <module>=<file>({0}<file>)*\n\ \ override or augment a module with classes and resources\n\ \ in JAR files or directories.\n\ - \ --disable-@files disable further argument file expansion\n\ \ --source <version>\n\ \ set the version of the source in source-file mode.\n\n\ These extra options are subject to change without notice.\n # Translators please note do not translate the options themselves java.launcher.X.macosx.usage=\ \n\ ! The following options are Mac OS X specific:\n\ \ -XstartOnFirstThread\n\ \ run the main() method on the first (AppKit) thread\n\ \ -Xdock:name=<application name>\n\ \ override default application name displayed in dock\n\ \ -Xdock:icon=<path to icon file>\n\ --- 193,210 ---- \ --limit-modules <module name>[,<module name>...]\n\ \ limit the universe of observable modules\n\ \ --patch-module <module>=<file>({0}<file>)*\n\ \ override or augment a module with classes and resources\n\ \ in JAR files or directories.\n\ \ --source <version>\n\ \ set the version of the source in source-file mode.\n\n\ These extra options are subject to change without notice.\n # Translators please note do not translate the options themselves java.launcher.X.macosx.usage=\ \n\ ! The following options are macOS specific:\n\ \ -XstartOnFirstThread\n\ \ run the main() method on the first (AppKit) thread\n\ \ -Xdock:name=<application name>\n\ \ override default application name displayed in dock\n\ \ -Xdock:icon=<path to icon file>\n\
< prev index next >