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

2018-06-21 Thread mandy chung
The change looks good. I'm glad that we get rid of the need for the minimal boot layer for validation and gets the option handling consistent. thanks Mandy On 6/20/18 11:40 PM, Alan Bateman wrote: The java `--validatate-modules` option is a very useful option to scan all modules to identif

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

2018-06-21 Thread mandy chung
I looked through the change and looks good. Mandy On 6/19/18 1:31 AM, 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