hotspot/src/share/vm/gc/cms/compactibleFreeListSpace.cpp
changeset 37072 3b85f38ebae8
parent 36090 cffc1dd98258
child 37194 96cc74bd293b
--- a/hotspot/src/share/vm/gc/cms/compactibleFreeListSpace.cpp	Fri Mar 11 10:27:45 2016 +0100
+++ b/hotspot/src/share/vm/gc/cms/compactibleFreeListSpace.cpp	Fri Mar 11 10:30:23 2016 +0100
@@ -1931,11 +1931,6 @@
   if (blk->_ptr == NULL) {
     refillLinearAllocBlock(blk);
   }
-  if (PrintMiscellaneous && Verbose) {
-    if (blk->_word_size == 0) {
-      warning("CompactibleFreeListSpace(prologue):: Linear allocation failure");
-    }
-  }
 }
 
 void