Erik:
For openjdk builds published by Oracle, we need to change the name of the jdk bundle to be prefixed with "open". Instead of trying to enforce this in the build itself, I'm just changing the remote artifact name in the jib configuration.Bug: https://bugs.openjdk.java.net/browse/JDK-8188789 Webrev: http://cr.openjdk.java.net/~erikj/8192932/webrev.01/
Looks good. Tim