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

Make OrderAccess functions available to hpp rather than inline.hpp files

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 11
    • 11
    • hotspot
    • None
    • b17

        Move OrderAccess::load_acquire and store_release and functions that support them into orderAccess.hpp file so that template functions needing these functions don't have to be split into .inline.hpp files, which can only be included in other .inline.hpp or .cpp files as per coding standard.

        Requires removing os::is_MP from OrderAccess::fence, which is a partial fix for JDK-8188764.

              coleenp Coleen Phillimore
              coleenp Coleen Phillimore
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: