home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle: Your Own Website / K-WebCD.iso / Java / data1.cab / Program_Executable_Files / bin / client / Xusage.txt < prev   
Encoding:
Text File  |  2002-08-29  |  1.4 KB  |  25 lines

  1.     -Xmixed           mixed mode execution (default)
  2.     -Xint             interpreted mode execution only
  3.     -Xbootclasspath:<directories and zip/jar files separated by ;>
  4.                       set search path for bootstrap classes and resources
  5.     -Xbootclasspath/a:<directories and zip/jar files separated by ;>
  6.                       append to end of bootstrap class path
  7.     -Xbootclasspath/p:<directories and zip/jar files separated by ;>
  8.                       prepend in front of bootstrap class path
  9.     -Xnoclassgc       disable class garbage collection
  10.     -Xincgc           enable incremental garbage collection
  11.     -Xloggc:<file>    log GC status to a file with time stamps
  12.     -Xbatch           disable background compilation
  13.     -Xms<size>        set initial Java heap size
  14.     -Xmx<size>        set maximum Java heap size
  15.     -Xss<size>        set java thread stack size
  16.     -Xprof            output cpu profiling data
  17.     -Xrunhprof[:help]|[:<option>=<value>, ...]
  18.                       perform JVMPI heap, cpu, or monitor profiling
  19.     -Xdebug           enable remote debugging
  20.     -Xfuture          enable strictest checks, anticipating future default
  21.     -Xrs              reduce use of OS signals by Java/VM (see documentation)
  22.     -Xcheck:jni       perform additional checks for JNI functions
  23.  
  24. The -X options are non-standard and subject to change without notice.
  25.