RFR: JDK-8254843: Exception launching app on windows in some cases
Andy Herrick
herrick at openjdk.java.net
Mon Oct 19 13:04:12 UTC 2020
On Fri, 16 Oct 2020 23:31:24 GMT, Alexander Matveev <almatvee at 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().
>
> Marked as reviewed by almatvee (Committer).
@azuev-java - can you review also ?
-------------
PR: https://git.openjdk.java.net/jdk/pull/706
More information about the core-libs-dev
mailing list