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

Remove inappropriate Atomic access in FreeListAllocator

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • None
    • hotspot
    • None
    • gc
    • b09

      In ~FreeListAllocator the head of the former pending list is accessed using Atomic::load. But it's local data and not evan an atomic location, and without concurrent access. It should be just an ordinary access.

            kbarrett Kim Barrett
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: