8278956: Remove unimplemented PLAB::allocate_aligned

Reviewed-by: tschatzl
This commit is contained in:
Albert Mingkun Yang 2021-12-17 15:45:16 +00:00
parent b17f8d5b6c
commit 0bfc204a78

View File

@ -94,9 +94,6 @@ public:
}
}
// Allocate the object aligned to "alignment_in_bytes".
inline HeapWord* allocate_aligned(size_t word_sz, unsigned short alignment_in_bytes);
// Undo any allocation in the buffer, which is required to be of the
// "obj" of the given "word_sz".
void undo_allocation(HeapWord* obj, size_t word_sz);