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

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

Print this page


   1 #
   2 # Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 133 \                      displays more detailed JVM version information than the\n\
 134 \                      -version option\n\
 135 \    -Xloggc:<file>    log GC status to a file with time stamps\n\
 136 \    -Xmixed           mixed mode execution (default)\n\
 137 \    -Xmn<size>        sets the initial and maximum size (in bytes) of the heap\n\
 138 \                      for the young generation (nursery)\n\
 139 \    -Xms<size>        set initial Java heap size\n\
 140 \    -Xmx<size>        set maximum Java heap size\n\
 141 \    -Xnoclassgc       disable class garbage collection\n\
 142 \    -Xrs              reduce use of OS signals by Java/VM (see documentation)\n\
 143 \    -Xshare:auto      use shared class data if possible (default)\n\
 144 \    -Xshare:off       do not attempt to use shared class data\n\
 145 \    -Xshare:on        require using shared class data, otherwise fail.\n\
 146 \    -XshowSettings    show all settings and continue\n\
 147 \    -XshowSettings:all\n\
 148 \                      show all settings and continue\n\
 149 \    -XshowSettings:locale\n\
 150 \                      show all locale related settings and continue\n\
 151 \    -XshowSettings:properties\n\
 152 \                      show all property settings and continue\n\
 153 \    -XshowSettings:vm show all vm related settings and continue\n\




 154 \    -Xss<size>        set java thread stack size\n\
 155 \    -Xverify          sets the mode of the bytecode verifier\n\
 156 \    --add-reads <module>=<target-module>(,<target-module>)*\n\
 157 \                      updates <module> to read <target-module>, regardless\n\
 158 \                      of module declaration. \n\
 159 \                      <target-module> can be ALL-UNNAMED to read all unnamed\n\
 160 \                      modules.\n\
 161 \    --add-exports <module>/<package>=<target-module>(,<target-module>)*\n\
 162 \                      updates <module> to export <package> to <target-module>,\n\
 163 \                      regardless of module declaration.\n\
 164 \                      <target-module> can be ALL-UNNAMED to export to all\n\
 165 \                      unnamed modules.\n\
 166 \    --add-opens <module>/<package>=<target-module>(,<target-module>)*\n\
 167 \                      updates <module> to open <package> to\n\
 168 \                      <target-module>, regardless of module declaration.\n\
 169 \    --illegal-access=<value>\n\
 170 \                      permit or deny access to members of types in named modules\n\
 171 \                      by code in unnamed modules.\n\
 172 \                      <value> is one of "deny", "permit", "warn", or "debug"\n\
 173 \                      This option will be removed in a future release.\n\


   1 #
   2 # Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 133 \                      displays more detailed JVM version information than the\n\
 134 \                      -version option\n\
 135 \    -Xloggc:<file>    log GC status to a file with time stamps\n\
 136 \    -Xmixed           mixed mode execution (default)\n\
 137 \    -Xmn<size>        sets the initial and maximum size (in bytes) of the heap\n\
 138 \                      for the young generation (nursery)\n\
 139 \    -Xms<size>        set initial Java heap size\n\
 140 \    -Xmx<size>        set maximum Java heap size\n\
 141 \    -Xnoclassgc       disable class garbage collection\n\
 142 \    -Xrs              reduce use of OS signals by Java/VM (see documentation)\n\
 143 \    -Xshare:auto      use shared class data if possible (default)\n\
 144 \    -Xshare:off       do not attempt to use shared class data\n\
 145 \    -Xshare:on        require using shared class data, otherwise fail.\n\
 146 \    -XshowSettings    show all settings and continue\n\
 147 \    -XshowSettings:all\n\
 148 \                      show all settings and continue\n\
 149 \    -XshowSettings:locale\n\
 150 \                      show all locale related settings and continue\n\
 151 \    -XshowSettings:properties\n\
 152 \                      show all property settings and continue\n\
 153 \    -XshowSettings:vm\n\
 154 \                      show all vm related settings and continue\n\
 155 \    -XshowSettings:system\n\
 156 \                      (Linux Only) show host system or container\n\
 157 \                      configuration and continue\n\
 158 \    -Xss<size>        set java thread stack size\n\
 159 \    -Xverify          sets the mode of the bytecode verifier\n\
 160 \    --add-reads <module>=<target-module>(,<target-module>)*\n\
 161 \                      updates <module> to read <target-module>, regardless\n\
 162 \                      of module declaration. \n\
 163 \                      <target-module> can be ALL-UNNAMED to read all unnamed\n\
 164 \                      modules.\n\
 165 \    --add-exports <module>/<package>=<target-module>(,<target-module>)*\n\
 166 \                      updates <module> to export <package> to <target-module>,\n\
 167 \                      regardless of module declaration.\n\
 168 \                      <target-module> can be ALL-UNNAMED to export to all\n\
 169 \                      unnamed modules.\n\
 170 \    --add-opens <module>/<package>=<target-module>(,<target-module>)*\n\
 171 \                      updates <module> to open <package> to\n\
 172 \                      <target-module>, regardless of module declaration.\n\
 173 \    --illegal-access=<value>\n\
 174 \                      permit or deny access to members of types in named modules\n\
 175 \                      by code in unnamed modules.\n\
 176 \                      <value> is one of "deny", "permit", "warn", or "debug"\n\
 177 \                      This option will be removed in a future release.\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