OSDN Git Service

Initial version.
[pizza-ipa-oss/jre.git] / features / jp.pizzafactory.com.sun.jre / root.win32.win32.x86 / jre / bin / client / Xusage.txt
1     -Xmixed           mixed mode execution (default)\r
2     -Xint             interpreted mode execution only\r
3     -Xbootclasspath:<directories and zip/jar files separated by ;>\r
4                       set search path for bootstrap classes and resources\r
5     -Xbootclasspath/a:<directories and zip/jar files separated by ;>\r
6                       append to end of bootstrap class path\r
7     -Xbootclasspath/p:<directories and zip/jar files separated by ;>\r
8                       prepend in front of bootstrap class path\r
9     -Xnoclassgc       disable class garbage collection\r
10     -Xincgc           enable incremental garbage collection\r
11     -Xloggc:<file>    log GC status to a file with time stamps\r
12     -Xbatch           disable background compilation\r
13     -Xms<size>        set initial Java heap size\r
14     -Xmx<size>        set maximum Java heap size\r
15     -Xss<size>        set java thread stack size\r
16     -Xprof            output cpu profiling data\r
17     -Xfuture          enable strictest checks, anticipating future default\r
18     -Xrs              reduce use of OS signals by Java/VM (see documentation)\r
19     -Xcheck:jni       perform additional checks for JNI functions\r
20     -Xshare:off       do not attempt to use shared class data\r
21     -Xshare:auto      use shared class data if possible (default)\r
22     -Xshare:on        require using shared class data, otherwise fail.\r
23 \r
24 The -X options are non-standard and subject to change without notice.\r