RFR: 8252689: Classes are loaded from jrt:/java.base even when CDS is used [v2]

Calvin Cheung ccheung at openjdk.java.net
Fri Sep 11 22:23:44 UTC 2020


On Fri, 11 Sep 2020 21:02:12 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.
>
> Yumin Qi has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8252689: Classes are loaded from jrt:/java.base even when CDS is used

Looks good.

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

Marked as reviewed by ccheung (Reviewer).

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


More information about the hotspot-runtime-dev mailing list