Presently, Thread::SpinRelease uses OrderAccess::fence() followed by an ordinary store. It also has a bunch of commentary stating the desired semantics are those of OrderAccess::release_store. Using a full fence is overkill on most platforms.
- links to
-
Commit(master) openjdk/jdk/4d1dfabc
-
Review(master) openjdk/jdk/27035