diff -r 853b91521c30 -r 33342314ce89 jdk/src/java.base/share/classes/sun/launcher/resources/launcher.properties --- a/jdk/src/java.base/share/classes/sun/launcher/resources/launcher.properties Thu Jun 15 17:24:12 2017 +0000 +++ b/jdk/src/java.base/share/classes/sun/launcher/resources/launcher.properties Fri Jun 16 09:20:39 2017 -0700 @@ -59,7 +59,7 @@ \ ALL-MODULE-PATH.\n\ \ --list-modules\n\ \ list observable modules and exit\n\ -\ --d \n\ +\ -d \n\ \ --describe-module \n\ \ describe a module and exit\n\ \ --dry-run create VM and load main class but do not execute main method.\n\ @@ -166,10 +166,11 @@ \ --add-opens /=(,)*\n\ \ updates to open to\n\ \ , regardless of module declaration.\n\ -\ --permit-illegal-access\n\ -\ permit illegal access to members of types in named modules\n\ -\ by code in unnamed modules. This compatibility option will\n\ -\ be removed in the next release.\n\ +\ --illegal-access=\n\ +\ permit or deny access to members of types in named modules\n\ +\ by code in unnamed modules.\n\ +\ is one of "deny", "permit", "warn", or "debug"\n\ +\ This option will be removed in a future release.\n\ \ --limit-modules [,...]\n\ \ limit the universe of observable modules\n\ \ --patch-module =({0})*\n\