hg: jdk/sandbox: 8209385: CDS runtime classpath checking is too strict when only classes from the system modules are archived

chris.hegarty at oracle.com chris.hegarty at oracle.com
Fri Aug 17 22:00:21 UTC 2018


Changeset: 0517bd2a0eda
Author:    ccheung
Date:      2018-08-17 14:50 -0700
URL:       http://hg.openjdk.java.net/jdk/sandbox/rev/0517bd2a0eda

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-sandbox-changes mailing list