73 \ -X print help on non-standard options\n\
74 \ -ea[:<packagename>...|:<classname>]\n\
75 \ -enableassertions[:<packagename>...|:<classname>]\n\
76 \ enable assertions with specified granularity\n\
77 \ -da[:<packagename>...|:<classname>]\n\
78 \ -disableassertions[:<packagename>...|:<classname>]\n\
79 \ disable assertions with specified granularity\n\
80 \ -esa | -enablesystemassertions\n\
81 \ enable system assertions\n\
82 \ -dsa | -disablesystemassertions\n\
83 \ disable system assertions\n\
84 \ -agentlib:<libname>[=<options>]\n\
85 \ load native agent library <libname>, e.g. -agentlib:jdwp\n\
86 \ see also -agentlib:jdwp=help\n\
87 \ -agentpath:<pathname>[=<options>]\n\
88 \ load native agent library by full pathname\n\
89 \ -javaagent:<jarpath>[=<options>]\n\
90 \ load Java programming language agent, see java.lang.instrument\n\
91 \ -splash:<imagepath>\n\
92 \ show splash screen with specified image\n\
93 \ @<filepath> read options from the specified file\n\
94
95 See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
96
97 # Translators please note do not translate the options themselves
98 java.launcher.X.usage=\
99 \ -Xmixed mixed mode execution (default)\n\
100 \ -Xint interpreted mode execution only\n\
101 \ -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\
102 \ append to end of bootstrap class path\n\
103 \ -Xdiag show additional diagnostic messages\n\
104 \ -Xdiag:resolver show resolver diagnostic messages\n\
105 \ -Xnoclassgc disable class garbage collection\n\
106 \ -Xloggc:<file> log GC status to a file with time stamps\n\
107 \ -Xbatch disable background compilation\n\
108 \ -Xms<size> set initial Java heap size\n\
109 \ -Xmx<size> set maximum Java heap size\n\
110 \ -Xss<size> set java thread stack size\n\
111 \ -Xprof output cpu profiling data\n\
112 \ -Xfuture enable strictest checks, anticipating future default\n\
|
73 \ -X print help on non-standard options\n\
74 \ -ea[:<packagename>...|:<classname>]\n\
75 \ -enableassertions[:<packagename>...|:<classname>]\n\
76 \ enable assertions with specified granularity\n\
77 \ -da[:<packagename>...|:<classname>]\n\
78 \ -disableassertions[:<packagename>...|:<classname>]\n\
79 \ disable assertions with specified granularity\n\
80 \ -esa | -enablesystemassertions\n\
81 \ enable system assertions\n\
82 \ -dsa | -disablesystemassertions\n\
83 \ disable system assertions\n\
84 \ -agentlib:<libname>[=<options>]\n\
85 \ load native agent library <libname>, e.g. -agentlib:jdwp\n\
86 \ see also -agentlib:jdwp=help\n\
87 \ -agentpath:<pathname>[=<options>]\n\
88 \ load native agent library by full pathname\n\
89 \ -javaagent:<jarpath>[=<options>]\n\
90 \ load Java programming language agent, see java.lang.instrument\n\
91 \ -splash:<imagepath>\n\
92 \ show splash screen with specified image\n\
93 \ HiDPI scaled image is also supported\n\
94 \ Unscaled image name i.e. image.ext should be passed to -splash option for all image types\n\
95 \ irrespective of HiDPI and Non-HiDPI\n\
96 \ Scaled image name convention:
97 \ Screen scale is float value e.g 1.25: image@125pct.ext\n\
98 \ Screen scale is integer value e.g. 2: image@200pct.ext and image@2x.ext both supported\n\
99 \ @<filepath> read options from the specified file\n\
100
101 See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
102
103 # Translators please note do not translate the options themselves
104 java.launcher.X.usage=\
105 \ -Xmixed mixed mode execution (default)\n\
106 \ -Xint interpreted mode execution only\n\
107 \ -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\
108 \ append to end of bootstrap class path\n\
109 \ -Xdiag show additional diagnostic messages\n\
110 \ -Xdiag:resolver show resolver diagnostic messages\n\
111 \ -Xnoclassgc disable class garbage collection\n\
112 \ -Xloggc:<file> log GC status to a file with time stamps\n\
113 \ -Xbatch disable background compilation\n\
114 \ -Xms<size> set initial Java heap size\n\
115 \ -Xmx<size> set maximum Java heap size\n\
116 \ -Xss<size> set java thread stack size\n\
117 \ -Xprof output cpu profiling data\n\
118 \ -Xfuture enable strictest checks, anticipating future default\n\
|