hotspot/src/share/vm/memory/universe.cpp
changeset 28363 047115468f16
parent 28039 bf5a8340bf8a
child 28372 ce0aad4b8c44
--- a/hotspot/src/share/vm/memory/universe.cpp	Tue Dec 16 19:00:24 2014 -0500
+++ b/hotspot/src/share/vm/memory/universe.cpp	Wed Dec 17 23:34:52 2014 -0500
@@ -1176,9 +1176,7 @@
 
   MemoryService::set_universe_heap(Universe::_collectedHeap);
 #if INCLUDE_CDS
-  if (UseSharedSpaces) {
-    SharedClassUtil::initialize(CHECK_false);
-  }
+  SharedClassUtil::initialize(CHECK_false);
 #endif
   return true;
 }