Integrated: 8252689: Classes are loaded from jrt:/java.base even when CDS is used
Yumin Qi
minqi at openjdk.java.net
Mon Sep 14 03:41:46 UTC 2020
On Fri, 11 Sep 2020 18:31:02 GMT, Yumin Qi <minqi at openjdk.org> wrote:
> Java.util.jar.Manifest related classes not archived since they are neither in classlist or loaded in dump process.
> Manually create a dummy Manifest object will cause those classes loaded in dump and archived.
This pull request has now been integrated.
Changeset: f978f6fe
Author: Yumin Qi <minqi at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/f978f6fe
Stats: 35 lines in 3 files changed: 13 ins; 19 del; 3 mod
8252689: Classes are loaded from jrt:/java.base even when CDS is used
Reviewed-by: iklam, ccheung
-------------
PR: https://git.openjdk.java.net/jdk/pull/134
More information about the hotspot-runtime-dev
mailing list