Path: blob/aarch64-shenandoah-jdk8u272-b10/hotspot/src/share/vm/Xusage.txt
32284 views
-Xmixed mixed mode execution (default)1-Xint interpreted mode execution only2-Xbootclasspath:<directories and zip/jar files separated by ;>3set search path for bootstrap classes and resources4-Xbootclasspath/a:<directories and zip/jar files separated by ;>5append to end of bootstrap class path6-Xbootclasspath/p:<directories and zip/jar files separated by ;>7prepend in front of bootstrap class path8-Xnoclassgc disable class garbage collection9-Xincgc enable incremental garbage collection10-Xloggc:<file> log GC status to a file with time stamps11-Xbatch disable background compilation12-Xms<size> set initial Java heap size13-Xmx<size> set maximum Java heap size14-Xss<size> set java thread stack size15-Xprof output cpu profiling data16-Xfuture enable strictest checks, anticipating future default17-Xrs reduce use of OS signals by Java/VM (see documentation)18-Xcheck:jni perform additional checks for JNI functions19-Xshare:off do not attempt to use shared class data20-Xshare:auto use shared class data if possible (default)21-Xshare:on require using shared class data, otherwise fail.2223The -X options are non-standard and subject to change without notice.242526