RFR: 8279675: CDS cannot handle non-existent JAR file in bootclassapth
Yumin Qi
minqi at openjdk.java.net
Fri Jan 21 23:23:24 UTC 2022
On Thu, 20 Jan 2022 20:21:39 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> Non-existent boot class path and file with zero size won't be recorded during CDS dump time.
> This fix excludes checking of the above paths and files during runtime to avoid a false mismatch.
>
> The proposed fix passed CI tiers 1-4 testing.
LGTM.
-------------
Marked as reviewed by minqi (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7169
More information about the hotspot-runtime-dev
mailing list