Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8204819 | 11.0.1 | Coleen Phillimore | P3 | Resolved | Fixed | team |
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 forJDK-8188764.
Requires removing os::is_MP from OrderAccess::fence, which is a partial fix for
- backported by
-
JDK-8204819 Make OrderAccess functions available to hpp rather than inline.hpp files
-
- Resolved
-
- relates to
-
JDK-8200295 Clean up jfrTypeIds.inline.hpp
-
- Open
-
-
JDK-8188764 Obsolete AssumeMP and then remove all support for non-MP builds
-
- Resolved
-