We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17f8d5 commit 0bfc204Copy full SHA for 0bfc204
src/hotspot/share/gc/shared/plab.hpp
@@ -94,9 +94,6 @@ class PLAB: public CHeapObj<mtGC> {
94
}
95
96
97
- // Allocate the object aligned to "alignment_in_bytes".
98
- inline HeapWord* allocate_aligned(size_t word_sz, unsigned short alignment_in_bytes);
99
-
100
// Undo any allocation in the buffer, which is required to be of the
101
// "obj" of the given "word_sz".
102
void undo_allocation(HeapWord* obj, size_t word_sz);
0 commit comments