< prev index next >

src/share/vm/memory/freeList.cpp

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

*** 29,41 **** #include "memory/metachunk.hpp" #include "runtime/globals.hpp" #include "runtime/mutex.hpp" #include "runtime/vmThread.hpp" #include "utilities/macros.hpp" - #if INCLUDE_ALL_GCS - #include "gc/cms/freeChunk.hpp" - #endif // INCLUDE_ALL_GCS // Free list. A FreeList is used to access a linked list of chunks // of space in the heap. The head and tail are maintained so that // items can be (as in the current implementation) added at the // at the tail of the list and removed from the head of the list to --- 29,38 ----
< prev index next >