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
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