< prev index next >

src/share/vm/memory/binaryTreeDictionary.cpp

Print this page
rev 13265 : imported patch 8181917-refactor-ul-logstream

*** 23,33 **** */ #include "precompiled.hpp" #include "gc/cms/allocationStats.hpp" #include "gc/shared/spaceDecorator.hpp" ! #include "logging/logStream.inline.hpp" #include "memory/binaryTreeDictionary.hpp" #include "memory/freeBlockDictionary.hpp" #include "memory/freeList.hpp" #include "memory/metachunk.hpp" #include "memory/resourceArea.hpp" --- 23,34 ---- */ #include "precompiled.hpp" #include "gc/cms/allocationStats.hpp" #include "gc/shared/spaceDecorator.hpp" ! #include "logging/log.hpp" ! #include "logging/logStream.hpp" #include "memory/binaryTreeDictionary.hpp" #include "memory/freeBlockDictionary.hpp" #include "memory/freeList.hpp" #include "memory/metachunk.hpp" #include "memory/resourceArea.hpp"
< prev index next >