> On Jun 30, 2016, at 9:44 PM, David Holmes <david.hol...@oracle.com> wrote: > > I had assumed that initialization was desirable as part of checking that > everything was specified correctly. If not then --dry-run would seem to do > very little compared to just running -version, and so doesn't really seem to > carry its weight.
—dry-run does more than -version. It loads the VM and initializes the module system that loads the set of modules resolved at startup. It then loads the main class. It will report any error detected by the VM or module system initialization. Mandy