src/hotspot/share/Xusage.txt
author rkennke
Wed, 03 Oct 2018 15:22:16 +0200
changeset 52070 e4d72440d60e
parent 47216 71c04702a3d5
child 55000 f11f2a4210b5
permissions -rw-r--r--
8211279: Verify missing object equals barriers Reviewed-by: pliden, shade, zgu
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
    -Xmixed           mixed mode execution (default)
489c9b5090e2 Initial load
duke
parents:
diff changeset
     2
    -Xint             interpreted mode execution only
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
    -Xbootclasspath:<directories and zip/jar files separated by ;>
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
                      set search path for bootstrap classes and resources
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
    -Xbootclasspath/a:<directories and zip/jar files separated by ;>
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
                      append to end of bootstrap class path
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
    -Xbootclasspath/p:<directories and zip/jar files separated by ;>
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
                      prepend in front of bootstrap class path
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
    -Xnoclassgc       disable class garbage collection
33097
96e348cb0442 8046148: JEP 158: Unified JVM Logging
mlarsson
parents: 27625
diff changeset
    10
    -Xlog:<opts>      control JVM logging, use -Xlog:help for details
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
    -Xbatch           disable background compilation
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
    -Xms<size>        set initial Java heap size
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
    -Xmx<size>        set maximum Java heap size
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
    -Xss<size>        set java thread stack size
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
    -Xfuture          enable strictest checks, anticipating future default
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
    -Xrs              reduce use of OS signals by Java/VM (see documentation)
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
    -Xcheck:jni       perform additional checks for JNI functions
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
    -Xshare:off	      do not attempt to use shared class data
489c9b5090e2 Initial load
duke
parents:
diff changeset
    19
    -Xshare:auto      use shared class data if possible (default)
489c9b5090e2 Initial load
duke
parents:
diff changeset
    20
    -Xshare:on	      require using shared class data, otherwise fail.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    21
489c9b5090e2 Initial load
duke
parents:
diff changeset
    22
The -X options are non-standard and subject to change without notice.