8211269: Make declaration of Allocation protected in MemAllocator
Reviewed-by: shade
This commit is contained in:
parent
afe05800ac
commit
3f09f0f79c
@ -34,9 +34,9 @@
|
||||
// These fascilities are used for allocating, and initializing newly allocated objects.
|
||||
|
||||
class MemAllocator: StackObj {
|
||||
protected:
|
||||
class Allocation;
|
||||
|
||||
protected:
|
||||
CollectedHeap* const _heap;
|
||||
Thread* const _thread;
|
||||
Klass* const _klass;
|
||||
|
Loading…
Reference in New Issue
Block a user