hg: jdk/jdk: 8244495: Some jlink tests crash on Windows after JDK-8237750
yumin.qi at oracle.com
yumin.qi at oracle.com
Thu May 7 02:44:50 UTC 2020
Changeset: 3f571766f343
Author: minqi
Date: 2020-05-06 19:43 -0700
URL: https://hg.openjdk.java.net/jdk/jdk/rev/3f571766f343
8244495: Some jlink tests crash on Windows after JDK-8237750
Summary: 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 jdk-changes
mailing list