RFR: JDK-8073864 Configure must handle invalid elements on INCLUDE/LIB for visualstudio

Erik Joelsson erik.joelsson at oracle.com
Wed Feb 25 13:37:14 UTC 2015


Looks good to me.

/Erik

On 2015-02-25 14:26, Magnus Ihse Bursie wrote:
> With the fix for JDK-8071329, the INCLUDE and LIB environment 
> variables are parsed. Unfortunately, if they contain an empty element 
> (e.g. starts with a ;) or an invalid path, the code breaks down.
>
> This patch will skip empty elements and paths that do not exists.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8073864
> WebRev: 
> http://cr.openjdk.java.net/~ihse/JDK-8073864-handle-invalid-include-lib-paths/webrev.01
>
> /Magnus




More information about the build-dev mailing list