diff -r 5c83830390ba -r 319173c62caa src/hotspot/share/oops/cpCache.cpp --- a/src/hotspot/share/oops/cpCache.cpp Wed Oct 02 13:57:03 2019 -0400 +++ b/src/hotspot/share/oops/cpCache.cpp Wed Oct 02 16:55:08 2019 -0700 @@ -708,7 +708,7 @@ } void ConstantPoolCache::walk_entries_for_initialization(bool check_only) { - assert(DumpSharedSpaces || DynamicDumpSharedSpaces, "sanity"); + Arguments::assert_is_dumping_archive(); // When dumping the archive, we want to clean up the ConstantPoolCache // to remove any effect of linking due to the execution of Java code -- // each ConstantPoolCacheEntry will have the same contents as if