-
Enhancement
-
Resolution: Fixed
-
P4
-
repo-panama
We currently have the MemoryAddress::asByteBuffer method, which creates a ByteBuffer starting at the given address and with a given size.
We could add a convenience method to MemorySegment for creating a ByteBuffer with the same size as the memory segment.
We could add a convenience method to MemorySegment for creating a ByteBuffer with the same size as the memory segment.
- relates to
-
JDK-8180628 (bf) Retrofit direct buffer support for size beyond gigabyte scales
- Closed