src/hotspot/share/classfile/classLoaderData.cpp
changeset 51523 73523d329966
parent 51471 05223cebd7a2
child 51530 1f0b605bdc28
--- a/src/hotspot/share/classfile/classLoaderData.cpp	Fri Aug 24 11:56:14 2018 -0700
+++ b/src/hotspot/share/classfile/classLoaderData.cpp	Fri Aug 24 15:33:28 2018 -0400
@@ -655,7 +655,7 @@
     size = _default_loader_dictionary_size;
     resizable = true;
   }
-  if (!DynamicallyResizeSystemDictionaries || DumpSharedSpaces || UseSharedSpaces) {
+  if (!DynamicallyResizeSystemDictionaries || DumpSharedSpaces) {
     resizable = false;
   }
   return new Dictionary(this, size, resizable);