Currently, the package private class `FileChannelLinesSpliterator` is using a memory-mapped `ByteBuffer` when determining the split point.
It would be possible to use a `MemorySegment` instead and simplify the logic a bit.
It would be possible to use a `MemorySegment` instead and simplify the logic a bit.
- links to
-
Review openjdk/jdk/15814