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

[AIX] Remove old xlC 10 workaround for load acquire

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 13
    • 13
    • hotspot
    • b20
    • ppc
    • aix

      The load acquire implementation in orderAccess_aix_ppc.hpp still contains a workaround from the time in which we were using xlC 10.1:
      We use lwsync instead of twi+isync which is used on linux.
      This compiler is no longer supported and the VM has been tested with xlClang++ 16.1 (JDK13) without the workaround.
      (Already JDK8-12 require at least xlC 12.01. Also see https://wiki.openjdk.java.net/display/Build/Supported+Build+Platforms)

            mdoerr Martin Doerr
            mdoerr Martin Doerr
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: