--- old/src/hotspot/share/memory/metaspace/virtualSpaceNode.cpp 2018-06-26 09:48:13.507294092 +0200 +++ new/src/hotspot/share/memory/metaspace/virtualSpaceNode.cpp 2018-06-26 09:48:13.230282042 +0200 @@ -428,7 +428,7 @@ "The committed memory doesn't match the expanded memory."); if (!is_available(chunk_word_size)) { - LogTarget(Debug, gc, metaspace, freelist) lt; + LogTarget(Trace, gc, metaspace, freelist) lt; if (lt.is_enabled()) { LogStream ls(lt); ls.print("VirtualSpaceNode::take_from_committed() not available " SIZE_FORMAT " words ", chunk_word_size);