On 18/05/2017 18:35, Paul Deitel wrote:
In earlier JDK 9-ea releases, there was the -Xdiag:resolver option to the java
command so you could view the module resolution process at app startup.
Has this been removed and replaced with --show-module-resolition option? The
outputs don’t seem to be the same with this new option, so I am just confirming
that I did not miss something.
Yes, this was cleaned up recently and -Xdiag:resolver was temporarily an
alias for `--show-module-resolution`. The reason for the clean-up is to
make it easy to see why service provider modules are resolved, also to
make the output easy to grep.
-Alan