8193897: JDK-8191374 caused windows_i586 build to fail

Reviewed-by: hseigel
This commit is contained in:
Ioi Lam 2017-12-20 11:30:23 -08:00
parent 114c1a7a69
commit 808189636a

View file

@ -803,7 +803,7 @@ void ClassLoader::setup_boot_search_path(const char *class_path) {
bool set_base_piece = true;
#if INCLUDE_CDS
if (DumpSharedSpaces || UseSharedSpaces) {
if (DumpSharedSpaces) {
if (!Arguments::has_jimage()) {
vm_exit_during_initialization("CDS is not supported in exploded JDK build", NULL);
}