-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b13
-
generic
-
generic
-
Not verified
Currently the implementations of slice(index,length) use two invocations of Objects.checkIndex() when they should use one invocation of Objects.checkFromIndexSize().
See: http://mail.openjdk.java.net/pipermail/nio-dev/2019-March/005945.html
See: http://mail.openjdk.java.net/pipermail/nio-dev/2019-March/005945.html
- relates to
-
JDK-5071718 (bf) Add ByteBuffer.slice(int index, int length)
- Resolved
- links to