@@ -153,10 +153,11 @@ static class RingAllocator implements SegmentAllocator { final MemorySegment segment; SegmentAllocator current; long rem; + @SuppressWarnings("initialization") public RingAllocator(Arena session, int size) { this.segment = session.allocate(size, 1); reset(); }