< prev index next >

src/hotspot/share/gc/shared/memAllocator.hpp

Print this page
rev 51945 : 8211269: Make declaration of Allocation protected in MemAllocator

*** 32,44 **** #include "utilities/macros.hpp" // These fascilities are used for allocating, and initializing newly allocated objects. class MemAllocator: StackObj { class Allocation; - protected: CollectedHeap* const _heap; Thread* const _thread; Klass* const _klass; const size_t _word_size; --- 32,44 ---- #include "utilities/macros.hpp" // These fascilities are used for allocating, and initializing newly allocated objects. class MemAllocator: StackObj { + protected: class Allocation; CollectedHeap* const _heap; Thread* const _thread; Klass* const _klass; const size_t _word_size;
< prev index next >