    -Xbootclasspath:<directories and zip/jar files separated by :>
                      set search path for bootstrap classes and resources
    -Xbootclasspath/a:<directories and zip/jar files separated by :>
                      append to end of bootstrap class path
    -Xbootclasspath/p:<directories and zip/jar files separated by :>
                      prepend in front of bootstrap class path
    -Xcheck:jni       perform additional checks for JNI functions
    -Xcheck:nabounds  perform additional checks for JNI array operations
    -Xdebug           enable remote debugging
    -Xfuture          enable strictest checks, anticipating future default
    -Xgcpolicy[:optthruput]|[:optavgpause]
                      control garbage collector behavior
    -Xms<size>        set initial Java heap size
    -Xmx<size>        set maximum Java heap size
    -Xnoagent         disable support for oldjdb debugger
    -Xnoclassgc       disable class garbage collection
    -Xos<size>        set maximum Java stack size for any thread
    -Xquickstart      used for improving startup time of some Java applications
    -Xrs              reduce the use of OS signals
    -Xrunhprof[:help]|[:<option>=<value>, ...]
                      perform heap, cpu, or monitor profiling
    -Xrunjdwp[:help]|[:<option>=<value>, ...]
                      load debugging libraries to support remote debug applications
    -Xss<size>        set maximum native stack size for any thread

The -X options are non-standard and subject to change without notice.
