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

src/hotspot/share/classfile/classLoaderExt.cpp

Print this page

        

*** 173,184 **** 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); } char* cp_attr = get_class_path_attr(entry->name(), manifest, manifest_size); if (cp_attr != NULL && strlen(cp_attr) > 0) { --- 173,183 ---- if (manifest == NULL) { return; } if (strstr(manifest, "Extension-List:") != NULL) { ! 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