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

Typo in java.util.stream package description

    XMLWordPrintable

Details

    • b08
    • Not verified

    Description

      A DESCRIPTION OF THE PROBLEM :
       (Even if the language had a "parallel for-each" construct, the mutative accumulation approach would still required the developer to provide thread-safe updates to the shared accumulating variable sum, and the required synchronization would then likely eliminate any performance gain from parallelism.)


      Should be:


       (Even if the language had a "parallel for-each" construct, the mutative accumulation approach would have still required the developer to provide thread-safe updates to the shared accumulating variable sum, and the required synchronization would then likely eliminate any performance gain from parallelism.)


      Attachments

        Issue Links

          Activity

            People

              smarks Stuart Marks
              webbuggrp Webbug Group
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: