# HG changeset patch # User brutisso # Date 1457605751 -3600 # Thu Mar 10 11:29:11 2016 +0100 # Node ID ab7c5a16f2202a4bf280524bb842851d910e7c1e # Parent a8fd0d8c7803c5a312e14684560799e5b58d757e [mq]: compactableFreeListSpace-warning diff --git a/src/share/vm/gc/cms/compactibleFreeListSpace.cpp b/src/share/vm/gc/cms/compactibleFreeListSpace.cpp --- a/src/share/vm/gc/cms/compactibleFreeListSpace.cpp +++ b/src/share/vm/gc/cms/compactibleFreeListSpace.cpp @@ -33,6 +33,7 @@ #include "gc/shared/liveRange.hpp" #include "gc/shared/space.inline.hpp" #include "gc/shared/spaceDecorator.hpp" +#include "logging/log.hpp" #include "memory/allocation.inline.hpp" #include "memory/resourceArea.hpp" #include "memory/universe.inline.hpp" @@ -1931,11 +1932,6 @@ if (blk->_ptr == NULL) { refillLinearAllocBlock(blk); } - if (PrintMiscellaneous && Verbose) { - if (blk->_word_size == 0) { - warning("CompactibleFreeListSpace(prologue):: Linear allocation failure"); - } - } } void