Some of the --without options are not properly handled and will crash when 
processed (For example, --without-version-string), in other cases the 
--without-* option will actually silently produce incorrect results instead of 
actually doing what --without-* implies (For example, --without-build-user and 
all the --with-vendor-* options). The most elegant way to solve this would 
simply be to handle such cases and display warnings when they're encountered 
(or if the option is critical to the build process, throwing an error)

This is an initial change and I may have missed several options; I'll double 
check and make sure in the meantime

-------------

Commit messages:
 - Initial proper handling of some --without arguments

Changes: https://git.openjdk.java.net/jdk/pull/7713/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7713&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8282700
  Stats: 27 lines in 1 file changed: 26 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7713.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7713/head:pull/7713

PR: https://git.openjdk.java.net/jdk/pull/7713

Reply via email to