On Wed, 26 Jul 2023 07:15:56 GMT, Prasanta Sadhukhan <[email protected]> wrote:
> The issue here is a Reader(stream) is requested to handle a drop, via > DataFlavor.getReaderForText(), and then the reader is completely read, but it > isn't closed. It should be closed as soon as possible to release some native > resources. > Fix is made to close the stream after it is being used Marked as reviewed by tr (Committer). ------------- PR Review: https://git.openjdk.org/jdk/pull/15033#pullrequestreview-1548997891
