Skip to content

Commit 0bfc204

Browse files
committed
8278956: Remove unimplemented PLAB::allocate_aligned
Reviewed-by: tschatzl
1 parent b17f8d5 commit 0bfc204

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ class PLAB: public CHeapObj<mtGC> {
9494
}
9595
}
9696

97-
// Allocate the object aligned to "alignment_in_bytes".
98-
inline HeapWord* allocate_aligned(size_t word_sz, unsigned short alignment_in_bytes);
99-
10097
// Undo any allocation in the buffer, which is required to be of the
10198
// "obj" of the given "word_sz".
10299
void undo_allocation(HeapWord* obj, size_t word_sz);

0 commit comments

Comments
 (0)