mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-06 10:42:45 +00:00
The test assumed that ByteBuffer would be split at long boundaries. This is obviously not always the case. A carry has been added to support reading a long split over several buffers. Reviewed-by: chegar