src/hotspot/share/classfile/classLoaderExt.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/classfile/classLoaderExt.cpp	Thu Oct 25 09:53:05 2018
--- new/src/hotspot/share/classfile/classLoaderExt.cpp	Thu Oct 25 09:53:05 2018

*** 173,184 **** --- 173,183 ---- if (manifest == NULL) { return; } if (strstr(manifest, "Extension-List:") != NULL) { ! tty->print_cr("-Xshare:dump does not support Extension-List in JAR manifest: %s", entry->name()); vm_exit(1); ! vm_exit_during_cds_dumping(err_msg("-Xshare:dump does not support Extension-List in JAR manifest: %s", entry->name())); } char* cp_attr = get_class_path_attr(entry->name(), manifest, manifest_size); if (cp_attr != NULL && strlen(cp_attr) > 0) {

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