Currently, if any one of the following vm options is specified during CDS dump time, the vm will print an error and exit.
"-module-path", "-add-modules", "--upgrade-module-path"
To ease migration to JDK9, we will print a warning for the above options instead of exiting.
"-module-path", "-add-modules", "--upgrade-module-path"
To ease migration to JDK9, we will print a warning for the above options instead of exiting.