< prev index next >

src/share/vm/memory/freeBlockDictionary.cpp

Print this page
rev 12854 : [mq]: gcinterface.patch

*** 25,37 **** #include "precompiled.hpp" #include "memory/freeBlockDictionary.hpp" #include "memory/metachunk.hpp" #include "runtime/thread.inline.hpp" #include "utilities/macros.hpp" - #if INCLUDE_ALL_GCS - #include "gc/cms/freeChunk.hpp" - #endif // INCLUDE_ALL_GCS #ifndef PRODUCT template <class Chunk> Mutex* FreeBlockDictionary<Chunk>::par_lock() const { return _lock; } --- 25,34 ----
< prev index next >