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

Typos in lines 750-751 ConcurrentHashMap method tabAt(Node<K,V>[] tab, int i)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • P4
    • None
    • 8, 11, 17, 18
    • core-libs

    Description

      A DESCRIPTION OF THE PROBLEM :
      Text as follows:
       the form of a hash value anded with (length - 1) is a valid
           * index. Note that, to be correct wrt arbitrary concurrency
      Suggestion:
      Text as follows:
       the form of a hash value ended with (length - 1) is a valid
           * index. Note that, to be correct wrt arbitrary concurrency

      Not sure what wrt means and if it's a typo as well


      FREQUENCY : always


      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: