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 Cdiff src/java.base/share/classes/sun/launcher/resources/launcher.properties

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

Print this page

        

*** 1,7 **** # ! # Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 148,158 **** \ show all settings and continue\n\ \ -XshowSettings:locale\n\ \ show all locale related settings and continue\n\ \ -XshowSettings:properties\n\ \ show all property settings and continue\n\ ! \ -XshowSettings:vm show all vm related settings and continue\n\ \ -Xss<size> set java thread stack size\n\ \ -Xverify sets the mode of the bytecode verifier\n\ \ --add-reads <module>=<target-module>(,<target-module>)*\n\ \ updates <module> to read <target-module>, regardless\n\ \ of module declaration. \n\ --- 148,162 ---- \ show all settings and continue\n\ \ -XshowSettings:locale\n\ \ show all locale related settings and continue\n\ \ -XshowSettings:properties\n\ \ show all property settings and continue\n\ ! \ -XshowSettings:vm\n\ ! \ show all vm related settings and continue\n\ ! \ -XshowSettings:system\n\ ! \ (Linux Only) show host system or container\n\ ! \ configuration and continue\n\ \ -Xss<size> set java thread stack size\n\ \ -Xverify sets the mode of the bytecode verifier\n\ \ --add-reads <module>=<target-module>(,<target-module>)*\n\ \ updates <module> to read <target-module>, regardless\n\ \ of module declaration. \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