Skip to content

Commit 6360b49

Browse files
committed
8308948: Remove unimplemented ThreadLocalAllocBuffer::reset
Reviewed-by: tschatzl
1 parent e21f865 commit 6360b49

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ class ThreadLocalAllocBuffer: public CHeapObj<mtThread> {
8787

8888
size_t remaining();
8989

90-
// Make parsable and release it.
91-
void reset();
92-
9390
void invariants() const { assert(top() >= start() && top() <= end(), "invalid tlab"); }
9491

9592
void initialize(HeapWord* start, HeapWord* top, HeapWord* end);

0 commit comments

Comments
 (0)