equal
deleted
inserted
replaced
801 int len = (int)strlen(class_path); |
801 int len = (int)strlen(class_path); |
802 int end = 0; |
802 int end = 0; |
803 bool set_base_piece = true; |
803 bool set_base_piece = true; |
804 |
804 |
805 #if INCLUDE_CDS |
805 #if INCLUDE_CDS |
806 if (DumpSharedSpaces || UseSharedSpaces) { |
806 if (DumpSharedSpaces) { |
807 if (!Arguments::has_jimage()) { |
807 if (!Arguments::has_jimage()) { |
808 vm_exit_during_initialization("CDS is not supported in exploded JDK build", NULL); |
808 vm_exit_during_initialization("CDS is not supported in exploded JDK build", NULL); |
809 } |
809 } |
810 } |
810 } |
811 #endif |
811 #endif |