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

Calvin Cheung ccheung at openjdk.java.net
Fri Jan 21 23:51:11 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.

This pull request has now been integrated.

Changeset: b9ae7790
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/b9ae77906e9c886ee239871b75c183c5ec7ae846
Stats:     130 lines in 5 files changed: 115 ins; 8 del; 7 mod

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

Reviewed-by: iklam, minqi

-------------

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


More information about the hotspot-runtime-dev mailing list