Use VS2017 JDK-8199569-branch
authorweijun
Mon, 14 May 2018 09:48:33 +0800
branchJDK-8199569-branch
changeset 56550 177e80c70ed1
parent 56545 6f7df300e998
child 56551 5eb8262e8c5f
Use VS2017
make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js	Mon May 14 09:44:42 2018 +0800
+++ b/make/conf/jib-profiles.js	Mon May 14 09:48:33 2018 +0800
@@ -822,7 +822,7 @@
         macosx_x64: "Xcode6.3-MacOSX10.9+1.0",
         solaris_x64: "SS12u4-Solaris11u1+1.0",
         solaris_sparcv9: "SS12u4-Solaris11u1+1.1",
-        windows_x64: "VS2013SP4+1.0",
+        windows_x64: "VS2017-15.5.5+1.0",
         linux_aarch64: (input.profile != null && input.profile.indexOf("arm64") >= 0
                     ? "gcc-linaro-aarch64-linux-gnu-4.8-2013.11_linux+1.0"
                     : "gcc7.3.0-Fedora27+1.0"),