RFR: JDK-8072413 Configure should fail for VS2010 without SP1 since that cannot build
Magnus Ihse Bursie
magnus.ihse.bursie at oracle.com
Mon Nov 28 09:43:23 UTC 2016
When building with VS2010 without SP1, the build will fail with:
LINK : fatal error LNK1123: failure during conversion to COFF: file
invalid or corrupt
This creates frustration and support questions in the build mailing list
from time to time.
We should check for VS2010 without SP1 at configure time, and fail if
this is detected.
Bug: https://bugs.openjdk.java.net/browse/JDK-8072413
WebRev:
http://cr.openjdk.java.net/~ihse/JDK-8072413-require-vs2010-sp1/webrev.01
/Magnus
More information about the build-dev
mailing list