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

Yumin Qi minqi at openjdk.java.net
Sat Sep 12 02:12:15 UTC 2020


> 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

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/134/files
  - new: https://git.openjdk.java.net/jdk/pull/134/files/ee270886..395b4905

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=134&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=134&range=01-02

  Stats: 73 lines in 1 file changed: 0 ins; 73 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/134.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/134/head:pull/134

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


More information about the hotspot-runtime-dev mailing list