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

src/hotspot/share/memory/metaspaceShared.cpp

Print this page

        

*** 1643,1659 **** // 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(); --- 1643,1654 ----
src/hotspot/share/memory/metaspaceShared.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File