RFR: JDK-8297298 - SequenceInputStream should override transferTo

Alan Bateman alanb at openjdk.org
Sun Nov 20 07:32:18 UTC 2022


On Sat, 19 Nov 2022 23:23:07 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

> I might be mistaken, but that vector is not temporary: the vector and the enumeration produced from it seems to be reachable for as long as the stream is. Both the enumeration and the vector are synchronized. That synchronization might provide implicit (JMM) visibility for some stream users.

I suspect you meant this comment for PR11249 rather than this one.

-------------

PR: https://git.openjdk.org/jdk/pull/11248


More information about the core-libs-dev mailing list