On Fri, 16 Oct 2020 17:59:14 GMT, Andy Herrick <herr...@openjdk.org> wrote:
> JDK-8254843: Exception launching app on windows in some cases > loading splashscreen.dll in WinLaunchercpp would load java.dll from path > instead of runtime/bin causing jni launcher to > crash. instead we just use what used to be the fallback, using > loadDllWithAddDllDirectory(). This pull request has now been integrated. Changeset: acacae5e Author: Andy Herrick <herr...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/acacae5e Stats: 15 lines in 1 file changed: 0 ins; 10 del; 5 mod 8254843: Exception launching app on windows in some cases Reviewed-by: asemenyuk, kcr, almatvee, kizune ------------- PR: https://git.openjdk.java.net/jdk/pull/706