hg: jdk-updates/jdk11u-dev: 8209385: CDS runtime classpath checking is too strict when only classes from the system modules are archived
jianglizhou at google.com
jianglizhou at google.com
Fri Dec 6 19:18:00 UTC 2019
Changeset: e49cf2426392
Author: ccheung
Date: 2018-08-17 14:50 -0700
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/e49cf2426392
8209385: CDS runtime classpath checking is too strict when only classes from the system modules are archived
Summary: skip checking the path entries which are not being referenced during CDS dump time
Reviewed-by: jiangli, iklam
! src/hotspot/share/classfile/classLoaderExt.cpp
! src/hotspot/share/classfile/classLoaderExt.hpp
! src/hotspot/share/classfile/sharedPathsMiscInfo.cpp
! src/hotspot/share/memory/filemap.cpp
! src/hotspot/share/memory/filemap.hpp
! test/hotspot/jtreg/runtime/appcds/DirClasspathTest.java
! test/hotspot/jtreg/runtime/appcds/PrintSharedArchiveAndExit.java
+ test/hotspot/jtreg/runtime/appcds/UnusedCPDuringDump.java
More information about the jdk-updates-changes
mailing list