Re: 8197532: Re-examine policy for the default set of modules when compiling or running code on the class path

2018-06-20 Thread Jan Lahoda
Hi, javac changes look good to me. Jan On 19.6.2018 10:31, Alan Bateman wrote: JEP 261 details how the default set of root modules is computed when compiling code in the unnamed module or when running code and the main class is loaded from the class path. I'd like to re-visit this policy for

8194937: Inconsistent behavior of --validate-modules when combined with -m and other options

2018-06-20 Thread Alan Bateman
The java `--validatate-modules` option is a very useful option to scan all modules to identify a wide range of issues such as conflicts, duplicate modules in a directory, modules shadowed by modules of the same name, malformed module descriptors and more. We originally implemented this opti