The fix for JDK-8245121 overlooked the case where the src parameter is neither direct nor heap. The base address of src is therefore null and an access violation will occur. This can only happen at present if when 'this' is a non read-only CharBuffer and src is a StringCharBuffer.
- relates to
-
JDK-8245121 (bf) XBuffer.put(Xbuffer src) can give unexpected result when storage overlaps
- Resolved
-
JDK-8246183 Scanner/ScanTest.java fails due to SIGSEGV in StubRoutines::jshort_disjoint_arraycopy
- Closed
-
JDK-8242477 (bf) MappedByteBuffer should clarify copying between overlapping mappings
- Closed
-
JDK-8242500 (bf) MappedByteBuffer should clarify copying between overlapping mappings
- Closed
- links to