When building with VS2019, there is a new runtime library, vcruntime140_1.dll, that we need to bundle along with the others. This patch sets this up all through the build. Bug: https://bugs.openjdk.java.net/browse/JDK-8242468 Webrev: http://cr.openjdk.java.net/~erikj/8242468/webrev.01/index.html /Erik