jdk/src/java.base/share/classes/sun/launcher/resources/launcher.properties
changeset 40982 63b3cca518d9
parent 40261 86a49ba76f52
child 41776 71e2575dd727
equal deleted inserted replaced
40981:805dd7bef81f 40982:63b3cca518d9
   101 
   101 
   102 See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
   102 See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
   103 
   103 
   104 # Translators please note do not translate the options themselves
   104 # Translators please note do not translate the options themselves
   105 java.launcher.X.usage=\
   105 java.launcher.X.usage=\
   106 \    -Xmixed           mixed mode execution (default)\n\
   106 \    -Xbatch           disable background compilation\n\
   107 \    -Xint             interpreted mode execution only\n\
       
   108 \    -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\
   107 \    -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\
   109 \                      append to end of bootstrap class path\n\
   108 \                      append to end of bootstrap class path\n\
       
   109 \    -Xcheck:jni       perform additional checks for JNI functions\n\
       
   110 \    -Xcomp            forces compilation of methods on first invocation\n\
       
   111 \    -Xdebug           provided for backward compatibility\n\
   110 \    -Xdiag            show additional diagnostic messages\n\
   112 \    -Xdiag            show additional diagnostic messages\n\
   111 \    -Xdiag:resolver   show resolver diagnostic messages\n\
   113 \    -Xdiag:resolver   show resolver diagnostic messages\n\
   112 \    -Xnoclassgc       disable class garbage collection\n\
   114 \    -Xdisable-@files  disable further argument file expansion\n\
       
   115 \    -Xfuture          enable strictest checks, anticipating future default\n\
       
   116 \    -Xint             interpreted mode execution only\n\
       
   117 \    -Xinternalversion\n\
       
   118 \                      displays more detailed JVM version information than the\n\
       
   119 \                      -version option\n\
   113 \    -Xloggc:<file>    log GC status to a file with time stamps\n\
   120 \    -Xloggc:<file>    log GC status to a file with time stamps\n\
   114 \    -Xbatch           disable background compilation\n\
   121 \    -Xmixed           mixed mode execution (default)\n\
       
   122 \    -Xmn<size>        sets the initial and maximum size (in bytes) of the heap\n\
       
   123 \                      for the young generation (nursery)\n\
   115 \    -Xms<size>        set initial Java heap size\n\
   124 \    -Xms<size>        set initial Java heap size\n\
   116 \    -Xmx<size>        set maximum Java heap size\n\
   125 \    -Xmx<size>        set maximum Java heap size\n\
   117 \    -Xss<size>        set java thread stack size\n\
   126 \    -Xnoclassgc       disable class garbage collection\n\
   118 \    -Xprof            output cpu profiling data\n\
   127 \    -Xprof            output cpu profiling data\n\
   119 \    -Xfuture          enable strictest checks, anticipating future default\n\
       
   120 \    -Xrs              reduce use of OS signals by Java/VM (see documentation)\n\
   128 \    -Xrs              reduce use of OS signals by Java/VM (see documentation)\n\
   121 \    -Xcheck:jni       perform additional checks for JNI functions\n\
   129 \    -Xshare:auto      use shared class data if possible (default)\n\
   122 \    -Xshare:off       do not attempt to use shared class data\n\
   130 \    -Xshare:off       do not attempt to use shared class data\n\
   123 \    -Xshare:auto      use shared class data if possible (default)\n\
       
   124 \    -Xshare:on        require using shared class data, otherwise fail.\n\
   131 \    -Xshare:on        require using shared class data, otherwise fail.\n\
   125 \    -XshowSettings    show all settings and continue\n\
   132 \    -XshowSettings    show all settings and continue\n\
   126 \    -XshowSettings:all\n\
   133 \    -XshowSettings:all\n\
   127 \                      show all settings and continue\n\
   134 \                      show all settings and continue\n\
   128 \    -XshowSettings:vm show all vm related settings and continue\n\
   135 \    -XshowSettings:locale\n\
       
   136 \                      show all locale related settings and continue\n\
   129 \    -XshowSettings:properties\n\
   137 \    -XshowSettings:properties\n\
   130 \                      show all property settings and continue\n\
   138 \                      show all property settings and continue\n\
   131 \    -XshowSettings:locale\n\
   139 \    -XshowSettings:vm show all vm related settings and continue\n\
   132 \                      show all locale related settings and continue\n\
   140 \    -Xss<size>        set java thread stack size\n\
   133 \    -Xdisable-@files  disable further argument file expansion\n\
   141 \    -Xverify          sets the mode of the bytecode verifier\n\
   134 \    --add-reads <module>=<target-module>(,<target-module>)*\n\
   142 \    --add-reads <module>=<target-module>(,<target-module>)*\n\
   135 \                      updates <module> to read <target-module>, regardless\n\
   143 \                      updates <module> to read <target-module>, regardless\n\
   136 \                      of module declaration. \n\
   144 \                      of module declaration. \n\
   137 \                      <target-module> can be ALL-UNNAMED to read all unnamed\n\
   145 \                      <target-module> can be ALL-UNNAMED to read all unnamed\n\
   138 \                      modules.\n\
   146 \                      modules.\n\