git: openjdk/mobile: 8244495: Some jlink tests crash on Windows after JDK-8237750
duke
duke at openjdk.java.net
Thu May 7 02:48:50 UTC 2020
Changeset: 0ef6d1df
Author: Yumin Qi <minqi at openjdk.org>
Date: 2020-05-06 19:43:57 +0000
URL: https://git.openjdk.java.net/mobile/commit/0ef6d1df
8244495: Some jlink tests crash on Windows after JDK-8237750
Fix of 8237750 changed the loading zip library to on-demand loading, on Windows, jlink/jimage still assume that zip has been loaded already. Fix to load zip on not loaded.
Reviewed-by: kbarrett, mchung, dholmes, dcubed
! src/java.base/share/native/libjimage/imageDecompressor.cpp
More information about the mobile-changes
mailing list