< prev index next >

src/hotspot/share/oops/cpCache.cpp

Print this page

        

@@ -706,11 +706,11 @@
 void ConstantPoolCache::remove_unshareable_info() {
   walk_entries_for_initialization(/*check_only = */ false);
 }
 
 void ConstantPoolCache::walk_entries_for_initialization(bool check_only) {
-  assert(DumpSharedSpaces || DynamicDumpSharedSpaces, "sanity");
+  assert(Arguments::is_dumping_archive(), "sanity");
   // 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
   // ConstantPoolCache::initialize has just returned:
   //
< prev index next >