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

Add more "happens-before" clarifications

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 6
    • core-libs

      Paragraphs such as the following should make it clearer how the
      concurrent classes fit into the Java Memory Model.

       * <p>
       * Memory visibility effects: As with other concurrent collections, state
       * changes to any object made prior to placing it into a <tt>CopyOnWriteArrayList</tt>
       * <a href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
       * that element is accessed via or removed from the <tt>CopyOnWriteArrayList</tt>.

            martin Martin Buchholz
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: