< prev index next >
src/hotspot/share/classfile/classLoaderData.cpp
Print this page
*** 653,663 ****
resizable = true;
} else {
size = _default_loader_dictionary_size;
resizable = true;
}
! if (!DynamicallyResizeSystemDictionaries || DumpSharedSpaces || UseSharedSpaces) {
resizable = false;
}
return new Dictionary(this, size, resizable);
}
--- 653,663 ----
resizable = true;
} else {
size = _default_loader_dictionary_size;
resizable = true;
}
! if (!DynamicallyResizeSystemDictionaries || DumpSharedSpaces) {
resizable = false;
}
return new Dictionary(this, size, resizable);
}
< prev index next >