src/share/vm/memory/threadLocalAllocBuffer.inline.hpp

Print this page
rev 6676 : 8044775: Improve usage of umbrella header atomic.inline.hpp.
Reviewed-by: stefank, kvn

*** 25,35 **** #ifndef SHARE_VM_MEMORY_THREADLOCALALLOCBUFFER_INLINE_HPP #define SHARE_VM_MEMORY_THREADLOCALALLOCBUFFER_INLINE_HPP #include "gc_interface/collectedHeap.hpp" #include "memory/threadLocalAllocBuffer.hpp" - #include "runtime/atomic.hpp" #include "runtime/thread.hpp" #include "utilities/copy.hpp" inline HeapWord* ThreadLocalAllocBuffer::allocate(size_t size) { invariants(); --- 25,34 ----