RFR: 8279675: CDS cannot handle non-existent JAR file in bootclassapth

Ioi Lam iklam at openjdk.java.net
Fri Jan 21 19:28:07 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 iklam (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/7169


More information about the hotspot-runtime-dev mailing list