--- old/make/conf/jib-profiles.js 2017-12-07 20:27:46.498659762 +0100 +++ new/make/conf/jib-profiles.js 2017-12-07 20:27:46.218649984 +0100 @@ -662,6 +662,16 @@ } }); + // For open profiles, the non-debug jdk bundles, need an "open" prefix on the + // remote bundle names, forming the word "openjdk". See JDK-8188789. + common.main_profile_names.forEach(function (name) { + var openName = name + common.open_suffix; + profiles[openName].artifacts["jdk"].remote = replaceAll( + "\/jdk-", "/openjdk-", + replaceAll("\/\\1", "/open\\1", + profiles[openName].artifacts["jdk"].remote)); + }); + // The windows ri profile needs to add the freetype license file profilesRiFreetype = { "windows-x86-ri": {