From 0bfc204a78878872f16019bc75dac7844876ed60 Mon Sep 17 00:00:00 2001 From: Albert Mingkun Yang Date: Fri, 17 Dec 2021 15:45:16 +0000 Subject: [PATCH] 8278956: Remove unimplemented PLAB::allocate_aligned Reviewed-by: tschatzl --- src/hotspot/share/gc/shared/plab.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hotspot/share/gc/shared/plab.hpp b/src/hotspot/share/gc/shared/plab.hpp index b3700a3b9f6..5599ba9a8fd 100644 --- a/src/hotspot/share/gc/shared/plab.hpp +++ b/src/hotspot/share/gc/shared/plab.hpp @@ -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);