src/java.base/share/classes/sun/launcher/resources/launcher.properties
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File webrev Sdiff src/java.base/share/classes/sun/launcher/resources

src/java.base/share/classes/sun/launcher/resources/launcher.properties

Print this page




 120 java.launcher.X.usage=\n\
 121 \    -Xbatch           disable background compilation\n\
 122 \    -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\
 123 \                      append to end of bootstrap class path\n\
 124 \    -Xcheck:jni       perform additional checks for JNI functions\n\
 125 \    -Xcomp            forces compilation of methods on first invocation\n\
 126 \    -Xdebug           provided for backward compatibility\n\
 127 \    -Xdiag            show additional diagnostic messages\n\
 128 \    -Xfuture          enable strictest checks, anticipating future default\n\
 129 \    -Xint             interpreted mode execution only\n\
 130 \    -Xinternalversion\n\
 131 \                      displays more detailed JVM version information than the\n\
 132 \                      -version option\n\
 133 \    -Xloggc:<file>    log GC status to a file with time stamps\n\
 134 \    -Xmixed           mixed mode execution (default)\n\
 135 \    -Xmn<size>        sets the initial and maximum size (in bytes) of the heap\n\
 136 \                      for the young generation (nursery)\n\
 137 \    -Xms<size>        set initial Java heap size\n\
 138 \    -Xmx<size>        set maximum Java heap size\n\
 139 \    -Xnoclassgc       disable class garbage collection\n\
 140 \    -Xprof            output cpu profiling data (deprecated)\n\
 141 \    -Xrs              reduce use of OS signals by Java/VM (see documentation)\n\
 142 \    -Xshare:auto      use shared class data if possible (default)\n\
 143 \    -Xshare:off       do not attempt to use shared class data\n\
 144 \    -Xshare:on        require using shared class data, otherwise fail.\n\
 145 \    -XshowSettings    show all settings and continue\n\
 146 \    -XshowSettings:all\n\
 147 \                      show all settings and continue\n\
 148 \    -XshowSettings:locale\n\
 149 \                      show all locale related settings and continue\n\
 150 \    -XshowSettings:properties\n\
 151 \                      show all property settings and continue\n\
 152 \    -XshowSettings:vm show all vm related settings and continue\n\
 153 \    -Xss<size>        set java thread stack size\n\
 154 \    -Xverify          sets the mode of the bytecode verifier\n\
 155 \    --add-reads <module>=<target-module>(,<target-module>)*\n\
 156 \                      updates <module> to read <target-module>, regardless\n\
 157 \                      of module declaration. \n\
 158 \                      <target-module> can be ALL-UNNAMED to read all unnamed\n\
 159 \                      modules.\n\
 160 \    --add-exports <module>/<package>=<target-module>(,<target-module>)*\n\




 120 java.launcher.X.usage=\n\
 121 \    -Xbatch           disable background compilation\n\
 122 \    -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\
 123 \                      append to end of bootstrap class path\n\
 124 \    -Xcheck:jni       perform additional checks for JNI functions\n\
 125 \    -Xcomp            forces compilation of methods on first invocation\n\
 126 \    -Xdebug           provided for backward compatibility\n\
 127 \    -Xdiag            show additional diagnostic messages\n\
 128 \    -Xfuture          enable strictest checks, anticipating future default\n\
 129 \    -Xint             interpreted mode execution only\n\
 130 \    -Xinternalversion\n\
 131 \                      displays more detailed JVM version information than the\n\
 132 \                      -version option\n\
 133 \    -Xloggc:<file>    log GC status to a file with time stamps\n\
 134 \    -Xmixed           mixed mode execution (default)\n\
 135 \    -Xmn<size>        sets the initial and maximum size (in bytes) of the heap\n\
 136 \                      for the young generation (nursery)\n\
 137 \    -Xms<size>        set initial Java heap size\n\
 138 \    -Xmx<size>        set maximum Java heap size\n\
 139 \    -Xnoclassgc       disable class garbage collection\n\

 140 \    -Xrs              reduce use of OS signals by Java/VM (see documentation)\n\
 141 \    -Xshare:auto      use shared class data if possible (default)\n\
 142 \    -Xshare:off       do not attempt to use shared class data\n\
 143 \    -Xshare:on        require using shared class data, otherwise fail.\n\
 144 \    -XshowSettings    show all settings and continue\n\
 145 \    -XshowSettings:all\n\
 146 \                      show all settings and continue\n\
 147 \    -XshowSettings:locale\n\
 148 \                      show all locale related settings and continue\n\
 149 \    -XshowSettings:properties\n\
 150 \                      show all property settings and continue\n\
 151 \    -XshowSettings:vm show all vm related settings and continue\n\
 152 \    -Xss<size>        set java thread stack size\n\
 153 \    -Xverify          sets the mode of the bytecode verifier\n\
 154 \    --add-reads <module>=<target-module>(,<target-module>)*\n\
 155 \                      updates <module> to read <target-module>, regardless\n\
 156 \                      of module declaration. \n\
 157 \                      <target-module> can be ALL-UNNAMED to read all unnamed\n\
 158 \                      modules.\n\
 159 \    --add-exports <module>/<package>=<target-module>(,<target-module>)*\n\


src/java.base/share/classes/sun/launcher/resources/launcher.properties
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File