src/hotspot/share/memory/metaspace.cpp
changeset 49045 9b556b613a07
parent 48971 b2bb70f5effd
child 49348 fde3feaaa4ed
child 49365 825f006619e5
--- a/src/hotspot/share/memory/metaspace.cpp	Thu Feb 22 18:34:39 2018 +0100
+++ b/src/hotspot/share/memory/metaspace.cpp	Thu Feb 22 18:35:04 2018 +0100
@@ -3952,8 +3952,7 @@
       // Only start a GC if the bootstrapping has completed.
 
       // Try to clean out some memory and retry.
-      result = Universe::heap()->collector_policy()->satisfy_failed_metadata_allocation(
-          loader_data, word_size, mdtype);
+      result = Universe::heap()->satisfy_failed_metadata_allocation(loader_data, word_size, mdtype);
     }
   }