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 23 13:18:21 2018
--- new/src/hotspot/share/memory/metaspaceShared.cpp	Tue Oct 23 13:18:21 2018

*** 1648,1658 **** --- 1648,1658 ---- if (IgnoreUnverifiableClassesDuringDump) { // This is useful when running JCK or SQE tests. You should not // enable this when running real apps. SystemDictionary::remove_classes_in_error_state(); } else { ! tty->print_cr("Please remove the unverifiable classes from your class list and try again"); ! log_error(cds)("Please remove the unverifiable classes from your class list and try again"); exit(1); } } }
*** 2027,2044 **** --- 2027,2044 ---- // Close the mapinfo file mapinfo->close(); if (PrintSharedArchiveAndExit) { if (PrintSharedDictionary) { ! tty->print_cr("\nShared classes:\n"); ! log_info(cds)("\nShared classes:\n"); SystemDictionary::print_shared(tty); } if (_archive_loading_failed) { ! tty->print_cr("archive is invalid"); ! log_error(cds)("archive is invalid"); vm_exit(1); } else { ! tty->print_cr("archive is valid"); ! log_info(cds)("archive is valid"); vm_exit(0); } } }

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