src/hotspot/share/memory/metaspaceShared.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/memory/metaspaceShared.cpp	Tue Oct 30 16:51:18 2018
--- new/src/hotspot/share/memory/metaspaceShared.cpp	Tue Oct 30 16:51:18 2018

*** 1643,1659 **** --- 1643,1654 ---- // shouldn't happen in normal cases. So better safe than sorry. check_closure.reset(); ClassLoaderDataGraph::unlocked_loaded_classes_do(&check_closure); } while (check_closure.made_progress()); if (IgnoreUnverifiableClassesDuringDump) { // IgnoreUnverifiableClassesDuringDump is enabled by default. // Unverifiable classes will not be included in the CDS archive. SystemDictionary::remove_classes_in_error_state(); } else { vm_exit_during_cds_dumping("Please remove the unverifiable classes from your class list and try again"); } } } void MetaspaceShared::prepare_for_dumping() { Arguments::check_unsupported_dumping_properties();

src/hotspot/share/memory/metaspaceShared.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File