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

Add missing OrderAccess operations to ClassLoaderData lock-free data structures

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • None
    • b124

      The storestore() that was removed by the fix for JDK-8152846 should not have been removed. Instead, it should have been moved to a different place in ClassLoaderData::package().

      All of the data structures in CLD that have lock-free access paths need to use the correct OrderAccess operations to ensure correctness on weak memory model platforms.

            dholmes David Holmes
            hseigel Harold Seigel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: