Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8129776

The optimized Stream returned from Files.lines should unmap the mapped byte buffer (if created) when closed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • 9
    • core-libs
    • b09

      The optimized stream returned from Files.lines, for certain char sets, will for parallel execution map the file to a byte buffer. When the stream is closed this byte buffer should be explicit unmapped using internal JDK mechanisms.

            bpb Brian Burkhalter
            psandoz Paul Sandoz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: